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

I am trying to convert .axf file generated by ARM microconverter microvision V5.37.0.0 but not successful

hi,

I am using the below command to generate the bin file using run command under Options, User, After Build/Rebuild

$K\ARM\ARMCC\bin\fromelf.exe --bin --output="$L@L.bin" !L

but it is not able to generate bin file and showing below error

FromELF: creating hex file...
After Build - User command #1: C:\Keil_v5\\ARM\ARMCC\bin\fromelf.exe --bin --output="C:\Users\nxp\LPC55\LPC55S69\over\Keil\Objects\Over\Over.bin" .\Objects\Over\Over.axf
*** Error: CreateProcess failed, Command: 'C:\Keil_v5\\ARM\ARMCC\bin\fromelf.exe --bin --output="C:\Users\nxp\LPC55\LPC55S69\over\Keil\Objects\Over\Over.bin" .\Objects\Over\Over.axf'
".\Objects\Over\Over.axf" - 1 Error(s), 407 Warning(s).

this command use to work with older versions of microvision, 

please let me know how to get rid of this issue.

Thank you in advance.