Forum Discussion
Altera_Forum
Honored Contributor
12 years agoError with ARM fromelf tool
Hi everyone, I am working on a Altera Cyclone V SoC development board (http://www.altera.com/products/devkits/altera/kit-cyclone-v-soc.html?gsa_pos=5&wt.oss_r=1&wt.oss=cyclone%20v%20soc%20fpga)...
Altera_Forum
Honored Contributor
12 years agoHi,
The DS-5 Altera edition toolkit does not include a license for the ARM compiler and tools. You'll need to use the GNU toolchain. To extract a binary from an .axf using GNU tools you can use the GNU objcopy: "arm-none-eabi-objcopy -v -O binary hwlib.axf hwlib.bin" Regards, Aldridge