Non-Confidential | ![]() | ARM 100073_0607_00_en | ||
| ||||
Home > The ARM C and C++ Libraries > Using library functions with execute-only memory |
ARM® Compiler lets you build applications for execute-only memory. However, the ARM C and C++ libraries are not execute-only compliant.
If your application calls library functions, the library objects included in the image are not execute-only compliant. You must ensure these objects are not assigned to an execute-only memory region.
-mexecute-only
option.