While i was running my program, i am getting this error. User command #1: C:\Keil\ARM\BIN31\fromelf.exe --bin -o Example01_LED.bin Example01_LED.axf --- Error: User Command terminated, Exit-Code = 1
i found that this is not that neither from Compiler nor from linker. this is generated from external command "fromelf"
as my knowledge concern fromelf is used to convert .hex file to .bin file.
why i am getting this ? how to avoid this ? plz help me how do i get the .bin file.