Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 11 months ago.
Is it possible to get ELF file
I can download bin file after compile. Can I get an elf file?
Question relating to:
3 Answers
8 years, 12 months ago.
In case anyone wanders here, you can export your program to GCC (ARM Embedded) toolchain. Then use the GNU-ARM-EMBEDDED tool chain to build the elf file (along with the usual bin file) - http://gnuarmeclipse.github.io/windows-build-tools/install/
9 years, 11 months ago.
Hi.
Im also looking for the same answer. I need use the elf ( also can use .out , .axf ) with the STM Studio and it is using only the elf file to connect to the board. This also makes it much more easy for the debug.
http://www.st.com/web/en/catalog/tools/PF251373
please advise. Thanks.
Export to GCC ARM for example, and build locally. At the moment the solution many use I believe
posted by 19 Jan 2015For these reasons, I use absolute variables to work together mbed online with STMStudio: https://developer.mbed.org/questions/5294/Absolute-Variable-Location-fo-ST-nucleo/#answer5563
posted by 19 Jan 2015