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.
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.
FromELF: creating hex file..
where can i expect bin file output after build the project.