Hi friends
I am using AT91SAM7SE512 When i compile the code i am getting this error,please advise me on this.
Build target 'Interrupt_KEIL_FLASH' linking... Program Size: data=12 const=114 code=2124 creating hex file from ".\Obj_KEIL\Inte_FL"... User command #1: HEX2BIN .\Obj_KEIL\Inte_FL.hex .\Obj_KEIL\Inte_FL.bin --- Error: User Command terminated, Exit-Code = 1 ".\Obj_KEIL\Inte_FL" - 1 Error(s), 0 Warning(s).
with regards, Murthy.R
Look carefully: the error is not coming from the Compiler, nor even the Linker - they are both completing successfully!
The error is coming from your User Command #1; specifically, from HEX2BIN - the HEX to Binary converter. http://www.keil.com/download/docs/7.asp
Does this HEX2BIN command work if you enter it manually at the command line?
Hi friend, Thanks for your reply.
I have downloaded the HEX2BIN.zip.
I dont know how to use this file. please tell me the procedure for using this.