We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
http://www.keil.com/forum/64146/
What have you changed since then?
I think the build output would be easier to read is you posted it as for source code.