| |||
| Home > Linker command-line options > --device=name | |||
This option selects a specific device and associated processor settings. This option follows the same format as that supported by the ARM compiler.
The link phase fails if any of the component object files rely on features that are incompatible with the selected processor. The linker also uses this option to optimize the choice of system libraries and any veneers that need to be generated when building the final image. The default is to select a device that is compatible with all of the component object files.
This option is deprecated.
--device=name
where is
a specific device name.name
To get a full list of the available devices, use the --device=list option.