Hello,
If I'm reading avr-libc patch 2923 correctly, in order to use avr-gcc
with the tiny13, I must have:
-binutils 2.16+ or patched 2.15
-gcc 4.0.0 or patched gcc 3.4.3
-avr-libc 1.2.0+ or something earlier patched
I had been using:
-binutils 2.15
-gcc 3.4.3
-avr-libc 1.0.4
The latest thing I've tried is: installed binutils 2.16.1, patched (file
gcc-3_4_x-avr-new-devs2.patch) & re-installed gcc 3.4.3, and tried to
install avr-libc 1.2.3.
During "make" of avr-libc 1.2.3, I got:
>>>
avr-gcc -DPACKAGE=\"avr-libc\" -DVERSION=\"1.2.3\" -D__AVRLIBC__=1
-D__AVRLIBC_MINOR__=2 -I. -I../../../libc/pmstring -I../../../include
-I../../../common -x assembler-with-cpp -Wa,-gstabs
-D__COMPILING_AVR_LIBC__ -mmcu=avr2 -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[2]: *** [strlcat_P.o] Error 1
make[2]: Leaving directory
`/usr/local/avr/sources/avr-libc-1.2.3/obj-avr/libc/pmstring'
<<<
Have I done something wrong? Are folks routinely using avr-gcc with the
tiny13?
-Terry Karlson
_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list