[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Invalid bfd target
From: |
Larry Barello |
Subject: |
Re: [avr-gcc-list] Invalid bfd target |
Date: |
Wed, 6 Jun 2001 09:05:51 -0700 |
I doubt the linux versions have the Atmel object module patches applied.
You want something more like
avr-objcopy -O ihex foo.elf foo.hex
----- Original Message -----
From: "Jamie Lawson" <address@hidden>
>
> /opt/avrgcc/bin/avr-objcopy: avrlcd.obj: Invalid bfd target
>
> What exactly does this mean? I get this error whenever I attempt any of
> the avrgcc versions for Linux. It seems to be the step which should
> create the ihex or srec file.