cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of .ELF to .AXF for Flash Programming, INFO Needed, very urgent

spectrum_hp2004
Associate II
Posted on August 23, 2004 at 12:50

Conversion of .ELF to .AXF for Flash Programming, INFO Needed, very urgent

5 REPLIES 5
spectrum_hp2004
Associate II
Posted on August 12, 2004 at 12:58

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

SPEC

sjo
Associate II
Posted on August 12, 2004 at 14:33

axd files are elf format, they were with previous arm suites (ADT and ADS) antway. Debug info can sometines confuse Realview/Axd.

Regards

sjo
spectrum_hp2004
Associate II
Posted on August 13, 2004 at 03:09

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?
spectrum_hp2004
Associate II
Posted on August 13, 2004 at 03:14

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?

spectrum_hp2004
Associate II
Posted on August 13, 2004 at 13:46

Please help