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 [EMAIL PROTECTED]:/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 _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
