Share via


/QRArch - Specify Target Architecture (Windows Embedded CE 6.0)

1/5/2010

This option specifies which ARM architecture the compiler will target. The following line shows the usage of this option:

/Qrarch{4|5} [T]

The following options are available for this switch.

  • 4
    Indicates the ARMv4 architecture.
  • 5
    Indicates the ARMv5 architecture.
  • T
    Indicates that the architecture supports the ARM/Thumb interworking instructions.

The compiler does not generate instructions specific to ARMv6. Therefore, you can use the ARMv5 option and optimize the relevant instructions for ARMv6 in assembly, since the assembler knows the ARMv6 instructions.

See Also

Reference

ARM Compiler Options

Other Resources

ARM Family Processors