Hi,
I want to load and debug a .elf file in keil debugger, but I am not able to load a elf file .
Please provide me steps to load and debug a elf file in keil debugger.
Thanks in advance.
Keil works with AXF files...
https://community.arm.com/developer/tools-software/tools/f/keil-forum/25745/elf-file
https://community.arm.com/developer/tools-software/tools/f/keil-forum/23745/why-elf-and-not-axf/
Where does this ELF file come from?
If it's from GCC, you're going to have to ensure that it's correctly formatted for the Keil debugger to understand:
https://community.arm.com/developer/tools-software/tools/f/keil-forum/43230/build-with-gcc-arm-embedded-debug-with-uvision/
It's probably simpler to just use GCC-based tools to debug a GCC-built application
Hi Andy,
Thanks for replying and providing useful information for my query. I will use GCC_based tools to debug. :)
You're welcome.