2004-08-23 03:50 AM
Conversion of .ELF to .AXF for Flash Programming, INFO Needed, very urgent
2004-08-12 03:58 AM
We are using IAR compiler to compile our code for the STR710F processor. The compiler generates a .ELF file as output file. We are trying to flash this code / file using RVDK. But RVDK requires an .axf file. Please let us know how to convert .ELF file to .AXF file. Does RVDK support any other format?
If so which is that. We don't want to rebuild the whole code using RVDK because we are not clear about various compiler options , optimization techniques that are enabled by RVDK. Also the interrupt handler and startup routine architecutre is completely different in IAR. We are stuck for the want of this info. Kindly help us out......at the earliest Any alternative solution is also welcome SPEC2004-08-12 05:33 AM
axd files are elf format, they were with previous arm suites (ADT and ADS) antway. Debug info can sometines confuse Realview/Axd.
Regards sjo2004-08-12 06:09 PM
Here is the .ELF file attached generated by IAR compiler.
But when we invoke load image from RVDK, it will look for .axf file. Is there a way to convert the .ELF file to .AXF file?2004-08-12 06:14 PM
Here is the .ELF file attached generated by IAR compiler.
But when we invoke load image from RVDK, it will look for .axf file. Is there a way to convert the .ELF file to .AXF file?2004-08-13 04:46 AM
Please help