This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

converting .axf files to .bin file -- error message

I am trying to convert .axf file generated by ARM microconverter microvision V5.26.2.0. I have followed the instruction in http://www.keil.com/support/docs/3213.htm%22.
and entered the following command under the user tab.
The entry was
C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output=SND201V1.bin C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.axf
which showed the full path to the SND201V1.axf file. (without the full path it could not find the SND201V1.axf file.)
Now the error message is
FromELF: creating hex file...
After Build - User command #1: C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output=SND201V1.bin C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.axf

Error: Q0466E: An output file can only be specified if there is a single input file

Finished: 0 information, 0 warning and 1 error messages.
".\Objects\SND201V1.axf" - 0 Error(s), 0 Warning(s).
Build Time Elapsed: 00:00:00

Weli, I have only a single input file ! so what should be done ?
Thanks.
Bhal