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 use this command to build a bin file after linking: fromelf.exe --bin -o $L@L.bin #L it gives me this weird error: Error: Q0466E: An output file can only be specified if there is a single input file although i am sure there is only one input hex file. if i check DOS16 check box to the right of the command the error goes away but no bin file is generated as far as i can see. what's wrong? this thing used to work previously.
There are some spaces. but instead of the command above i entered:
fromelf.exe --bin --output=LCD.bin "D:\Keil projects\ATMEL SAM7 EK evaluation board\TFT-nokia-at91sam7x-ek-keil-ver7\at91sam7x-ek\TFT-nokia-at91sam7x-ek-keil\uv2\at91sam7x256-flash\at91sam7x256-flash.axf"
and it worked. i changed the name of the output bin file to something else and entered the address to input .axf file manually. i also unchecked DOS16.