ARM Compiler Options (Windows CE 5.0)
The following table shows compiler options for ARM microprocessors.
Option | Description |
---|---|
/QRarch - Specify Target Architecture | Specifies target ARM microprocessors. |
/QRimplicit-import- Disable Importing of Helpers | Statically links compiler helper functions. |
/QRinterwork-return - Enable Interworking | Generates code that can interwork between ARM and Thumb mode. |
/QRxscale - Specify XScale Target | Generates code for Intel XScale microprocessors. |
/QRxscalesched | Generates code that enables internal scheduler optimizations for the XScale pipeline. |
/QRthumb | Generates code for Thumb mode. |
Send Feedback on this topic to the authors