[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] invalid bfd target linker error
From: |
Marc R. Wetzel |
Subject: |
RE: [avr-gcc-list] invalid bfd target linker error |
Date: |
Sat, 20 Apr 2002 19:31:27 +0200 |
Change your makefiles or "makerules" to the following
%obj: %elf
$(BIN) -O elf32-avr $< $@
# $(BIN) -O avrobj $< $@
Was the entry renamed ? Don't know. But looking at the objcopy man pages...
Greetings
/Marc
>
> Folks,
>
> I tried recompiling one of my little test programs with the new win32
> distribution that Marc kindly put together. Things seem to
> compile fine but
> then I get the following linker error:
>
> avr-objcopy: accell_test.obj: Invalid bfd target
>
> What does this error mean and how do I go about debugging it?
> When I use the
> avrfreaks distribution this code compiles fine.
>
> Thanks!
>
> Sander
>
> avr-gcc-list at http://avr1.org
>
avr-gcc-list at http://avr1.org