[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] new binutils-avr and libc-avr usage problems on
From: |
E . Weddington |
Subject: |
Re: [avr-gcc-list] new binutils-avr and libc-avr usage problems on |
Date: |
Mon, 29 Sep 2003 14:38:47 GMT |
> > What kind of errors you got?
> >
> with both binutils-avr_2.13.90.0.18 and avr-libc_20030512
installed:
> ---------
>
> avr-gcc -g -mmcu=at90s8515 -Wall -Wstrict-prototypes -Os
-mcall-prologu> es -Wa,-ahlms=test-led7.o -o test-led7.out -
Wl,-Map,test-led7.map \
> test-led7.o
> /usr/lib/gcc-lib/avr/3.2/../../../../avr/bin/ld: skipping
incompatible
/u> sr/lib/gcc-lib/avr/3.2/libgcc.a when searching for -lgcc
> /usr/lib/gcc-lib/avr/3.2/../../../../avr/bin/ld: cannot
find -lgcc
>
It looks like you're using GCC 3.2 from the path it's using
to find libgcc.
I seem to recall that avr-libc has certain tool version
requirements (somebody correct me if I'm wrong). If you're
using binutils >= 2.13 and a more recent avr-libc (such as
your 20030512) then you should upgrade to GCC >= 3.3.
Eric
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [avr-gcc-list] new binutils-avr and libc-avr usage problems on,
E . Weddington <=