[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] can't upgrade/patch for tiny13
From: |
Terry Karlson |
Subject: |
[avr-gcc-list] can't upgrade/patch for tiny13 |
Date: |
Fri, 01 Jul 2005 21:58:48 -0400 |
User-agent: |
Mozilla Thunderbird 0.8 (X11/20041020) |
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] can't upgrade/patch for tiny13,
Terry Karlson <=
- Re: [avr-gcc-list] can't upgrade/patch for tiny13, Joerg Wunsch, 2005/07/02
- [avr-gcc-list] Rowley Complier Vs GCC, Trampas, 2005/07/02
- [avr-gcc-list] Linker question, Trampas, 2005/07/02
- Re: [avr-gcc-list] Linker question, Ned Konz, 2005/07/03
- [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Andrew M. Cullen, 2005/07/03
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/04
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Andrew M. Cullen, 2005/07/07
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/08
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/04
- RE: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Colin Paul Gloster, 2005/07/04