[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] Amazing result!
From: |
Björn Haase |
Subject: |
Re: [avr-libc-dev] Amazing result! |
Date: |
Mon, 17 Oct 2005 22:44:00 +0200 |
User-agent: |
KMail/1.7.1 |
Joerg Wunsch wrote on Montag, 17. Oktober 2005 22:26 :
> I can't confirm this. My FreeBSD port works well with binutils
> 2.16 (and the libbfd derived from that).
FYI:
This is what I get when having binutils 2.16 installed. With binutils 2.14
everything works fine on my machine:
make[2]: Entering directory
`/home/bmh/tools/build_simulavr/test_asm/test_8515'
for prg in test_blink test_cntr test_eeprom test_port test_stack test_toie0
test_toie0_2 test_wdr test_wdr2; do \
avr-ld -m avr85xx -o $prg ${prg}.elf || exit 1; \
done
avr-ld: unrecognised emulation mode: avr85xx
Supported emulations: avr2 avr1 avr3 avr4 avr5
make[2]: *** [all-local] Fehler 1
make[2]: Leaving directory `/home/bmh/tools/build_simulavr/test_asm/test_8515'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/bmh/tools/build_simulavr/test_asm'
make: *** [all-recursive] Fehler 1
The dummy device avr85xx is no longer present.
Bjoern.
BTW.: I am running some recent suse linux on my box but I observed the same
thing on cygwin.
Re: [avr-libc-dev] Amazing result!, Peeter Vois, 2005/10/18
Re: [avr-libc-dev] Amazing result!, Peeter Vois, 2005/10/18