| |||||
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\BIN30\fromelf.exe --bin --output myprog.bin myprog.axf MORE INFORMATION
Last Reviewed: Tuesday, August 05, 2008 | ||||
| |||||