I put the following in Options->User->Run#1:
fromelf --bin --output ProjectFiles\MyFile.bin ProjectFiles\MyFile.AXF
This is pretty much what I've always used to make a *.bin from an *.axf. There are no errors (verified that error was returned with incorrect path to MyFile.axf) and a file MyFile.bin was created, but it was only 10k and unrelated to the contents of my program.
Is it because I am currently using a code-size limited version? I am using uVision 4, though I downloaded 5 and the same thing happened.
Dustin Soodak
>>The "Run User Programs AFTER Build/Rebuild" right? correct. definitely after.
I tried out the example for placing a marker at the end of bin file. Only problem: when I did it, there was a few hundred bytes between the end of code and the end of file marker (ucCRC[16]).
Could you point me to AXF documentation and/or ->bin translator program?
www.google.com/search
infocenter.arm.com/.../DUI0101A_Elf.pdf www.skyfree.org/.../ELF_Format.pdf
objcopy elfarm fromelf