Compiler Flags for Interworking (Windows Embedded CE 6.0)
1/5/2010
The following compiler flags apply to the creation of interworking programs.
- The /QRinterwork-return - Enable Interworking flag causes all function returns in a file to be made interworking.
This flag has no effect on function calls. - The /QRArch - Specify Target Architecture flag allows the compiler to generate instructions that are only available on THUMB-enabled microprocessors, such as BX.
For THUMB, this flag is on by default.
For ARM, this flag is off by default.
The /QRinterwork-return flag enables the /QRarch flag.