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