avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] pgmspace.h: In function `__elpm_inline on atmega128


From: Oliver Kasten
Subject: Re: [avr-gcc-list] pgmspace.h: In function `__elpm_inline on atmega128
Date: Thu, 05 Sep 2002 20:19:17 +0200

hi Kang Tin, all,

  hmmm, sorry for bothering again. i compiled binutils-2.13 (no patch
required, sorry for the previous mail), got the latest gcc from the cvs
repository 3.3-20020905-experimental and compiled it.

now when compiling avr-libc-20020630 it complaines:

Making all in crt1
make[3]: Entering directory
`/local/avr-tools/avr-libc-20020630/avr3/build/crt1'
avr-gcc  -I../../../include -I../../../common    -mmcu=avr3 -x
assembler-with-cpp -Wa,-gstabs -mmcu=atmega103 -c ../../../crt1/gcrt1.S
-o crtm103.o
../../../crt1/gcrt1.S:27:2: #error "GCC version 3.2 required"

in ../../../crt1/gcrt1.S:27

#if (__GNUC__ != 3) || (__GNUC_MINOR__ != 2)
#error "GCC version 3.2 required"
#endif

obviously __GNUC_MINOR__ is 3 now. did you just change that to read 3
in../../../crt1/gcrt1.S and (how many) others?

one more qustion, were is the home of avr-libc now?

best,
olli*


Kang Tin LAI wrote:
> 
> Hi,
> 
> I just finished my tools chain upgrade from gcc 3.0.x.
> 
> You need to upgrade the binutils and libc to binutils-2.13 and
> avr-libc-20020630 respectively. Also, the gcc should be the latest CVS.
> 
> Kang Tin LAI <address@hidden>
> 
-- 
Oliver Kasten                                phone: +41/ 1/ 63-2 06 63
ETH-Zurich                                     fax: +41/ 1/ 63-2 16 59
Haldeneggsteig 4, IFW D48.1           email: address@hidden
CH-8092 Zuerich, Switzerland           http://www.inf.ethz.ch/~kasten/
avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]