avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] problem building avr-libc using gcc 4.0.0


From: Brian Dean
Subject: [avr-libc-dev] problem building avr-libc using gcc 4.0.0
Date: Fri, 20 May 2005 13:01:37 -0400
User-agent: Mutt/1.4.2.1i

Hi,

I'm trying to build avr-libc using avr-gcc built from gcc 4.0.0.  The
build fails as follows:

...
avr-gcc -DPACKAGE=\"avr-libc\" -DVERSION=\"1.2.3\" -D__AVRLIBC__=1 
-D__AVRLIBC_MINOR__=2  -I. -I../../../../libc/pmstring  -I../../../../include 
-I../../../../common    -mmcu=avr3 -x assembler-with-cpp -Wa,-gstabs 
-D__COMPILING_AVR_LIBC__ -mmcu=avr3 -c ../../../../libc/pmstring/strlcat_P.S -o 
strlcat_P.o
../../../../common/macros.inc: Assembler messages:
../../../../common/macros.inc:129: Error: Macro with this name was already 
defined
../../../../common/macros.inc:181: Error: Macro with this name was already 
defined
../../../../common/macros.inc:189: Error: Macro with this name was already 
defined
../../../../common/macros.inc:198: Error: Macro with this name was already 
defined
make[4]: *** [strlcat_P.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [multi-do] Error 1
make: *** [all-multi] Error 2
address@hidden:/obj-  

This error does not occur when building with gcc 3.4.3.  Is this a
gcc4 issue or an avr-libc problem?  Or perhaps operator error?

Thanks,
-Brian




reply via email to

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