/QRarch - Specify Target Architecture (Compact 7)

3/12/2014

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

/QRarch{4|4T|5|6|7}

The ARM architecture options are shown in the following table.

  • 4
    Indicates the ARMv4 architecture.

    Note

       ARMv4 and ARMv4I architectures are not supported in Windows Embedded Compact 7.

  • 4T
    Indicates the ARMv4 architecture with Thumb instructions.

    Note

    ARMv4 and ARMv4I architectures are not supported in Windows Embedded Compact 7.

  • 5
    Indicates the ARMv5 architecture. Always supports ARM/Thumb interworking.

    Note

    Use the ARMv5 option for ARMv6 platforms that do not have vector floating-point (VFP) hardware.

  • 6
    Indicates the ARMv6 architecture. Always supports ARM/Thumb interworking.
  • 7
    Indicates the ARMv7 architecture. Always supports ARM/Thumb interworking.

See Also

Reference

ARM Compiler