We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, How can I have .elf output file in uVision (and not .axf!)? Regards, Reza
Assuming it is an elf file generated by Gnu/CodeSourcery tools, simply load it using the 'LOAD' command or by specifiying the load command as part of a .ini script file...
Do you already have an ELF file that you want to load into the uVision debugger/simulator?
Or do you want to generate an ELF file as the result of your build?
I want to generate an ELF file as the result of build process.
Please Help!!
Reza; You do know that you are not discussing your problem with Keil support don't you? We are just users like you. I do not have an answer to your problem but I suggest that you contact Keil Tech Support directly. I do know that the GNU tools will output an ELF file but I do not know of a way to make MDK output and ELF. Bradford
objcopy
OK I contact to support, but I thought it must be so simple (As simple as "selecting a format from a menu" because uVision is as user friendly as other tool-chains like I*R E*ARM).
Mdk generates .axf files, a .axf file is a elf/dwarf file !