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

Hi
I am trying to convert a -axf file generated by keil(microvision 5.26.2.0) to binay.
The various Keil manuals state that you can do this by entering a command string in Target 1> User tab. The command string I entered is -->
C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output= "C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.bin" "C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.axf"

The error message I get is -- ?
Program Size: Code=1288 RO-data=252 RW-data=36 ZI-data=608
FromELF: creating hex file...
After Build - User command #1: C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output= "C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.bin" "C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.axf"
"C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.bin": Error: Q0122E: Could not open file 'C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.bin': No such file or directory
---
The source file (SND201V1.axf) is in the correct folder -- >
"C:\Users\Bhal Laptop 2017\Documents\A Smart Node DECWG (SND) Program\SND M0 Software\SND201V1\Objects\SND201V1.axf"

However I do not get SNd201V1.bin file in that folder.
What is the problem and how to fix it ?
Any help will be appreciated..
THanks.
Bhal