Non-Confidential | ![]() | DUI0774J | ||
| ||||
Home > Compiler Command-line Options > --target |
Generate code for the specified target triple.
--target=
triple
Where:
triple
has the form
.
architecture
-vendor
-OS
-abi
Supported target triples are as follows:
aarch64-arm-none-eabi
-march=armv8-a
unless -mcpu
or -march
is specified.arm-arm-none-eabi
-march
(to target
an architecture) or -mcpu
(to target a
processor).--target
option is an armclang
option. For all of the other tools, such
as armasm
and armlink
, use the --cpu
and
--fpu
options to specify target processors
and architectures.The --target
option is mandatory and has no
default. You must always specify a target triple.