Typical assembler command-line options

When using assembly code in your application or library, you usually have to specify the following armasm command-line options:

--apcs=/interwork

This instructs the assembler to set the build attributes in the object file to indicate that the code is ARM and Thumb interworking-safe.

--no_hide_all

This indicates that the assembler must use dynamic import and export for all global symbols.

ARM also recommended that you specify a CPU or architecture with the --cpu option that at least conforms to ARM Architecture v5TE (ARMv5TE), for ease of interoperation with the GNU tools.

Show/hideSee also

Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0483F
Non-ConfidentialID091611