| ||||||||
Technical Support Support Resources Product Information | ARMLINK: GENERATING BINARY OUTPUT DURING A BUILDInformation in this article applies to:
QUESTIONHow can I convert my ARM program to binary format during the build process? ANSWERThe RealView ARM toolchain includes a utility called FROMELF.EXE. You can use this program to extract a binary file from the ELF absolute object file for your project. Configure your µVision project to generate the binary automatically as follows:
C:\Keil\ARM\BIN40\fromelf.exe --bin --output myprog.bin myprog.axf MORE INFORMATION
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Wednesday, July 06, 2011 | |||||||
| ||||||||