1.3.2. Processor Options¶

Instruct the compiler to generate code for the Arm processor variant indicated by , where can be:

1.3.2.2. Select Architecture¶

Instruct the compiler to generate code for the Arm architecture variant indicated by , where can be:

1.3.2.3. Select Instruction Set¶

Instruct the compiler to generate THUMB mode instructions (16-bit THUMB or T32 THUMB depending on which processor variant is selected) for current compilation; default for Cortex-M type architectures

Instruct the compiler to generate ARM mode instructions for current compilation; default for Cortex-R series processors

1.3.2.4. Select Floating-Point ABI/Coprocessor¶

Instruct the compiler to generate code in accordance with the floating-point ABI indicated by , where can be:

Instruct compiler to use floating-point hardware (FPU) registers and instructions to perform floating-point operations; select the FPU specified by , where can be:

1.3.2.5. Select Endianness¶

-mlittle-endian , -EL ¶

Instruct the compiler to generate little-endian object code; default

Instruct the compiler to generate big-endian object code; only applicable for Cortex-R series processors

© Copyright 2022, Texas Instruments Incorporated. Last updated on Feb 14, 2023.