| |||
| Home > Linker command-line options > --linker_script=ld_script | |||
Specifies a GNU linker ld script to use for linking images and shared objects for ARM Linux and partial linking.
--linker_script=ld_script
or the synonym:
-T ld_script
is
the script path and filename.ld_script
The = is optional with --linker_script,
but you must not use = with -T.
Use this option with --sysv or --arm_linux.
If you do not use the --linker_script option,
then armlink uses a default script for a --sysv or --arm_linux link.