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

Bin file generation using Keil

I am using Keilv5. By default it generates Hex file. My requirement is to generate the corresponding binary file. I have tried the steps mentioned at the path: "http://www.keil.com/support/docs/3213.htm". But it didn't work.

Build output message is as below:

"*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'FLASH'
After Build - User command #1: C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output=USBHostLite.bin USBHostLite.axf
"USBHostLite.axf": Error: Q0122E: Could not open file 'USBHostLite.axf': No such file or directory
Finished: 0 information, 0 warning and 1 error messages.
".\Obj\USBHostLite.axf" - 0 Error(s), 0 Warning(s).
Build Time Elapsed: 00:00:00

Please suggest how to correct the error and generate the bin file.