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

Error: Q0466E: An output file can only be specified if there is a single input file

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.

Parents
  • 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.

Reply
  • 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.

Children
No data