[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] can't upgrade/patch for tiny13
From: |
Joerg Wunsch |
Subject: |
Re: [avr-gcc-list] can't upgrade/patch for tiny13 |
Date: |
Sat, 2 Jul 2005 08:40:41 +0200 (MET DST) |
Terry Karlson <address@hidden> wrote:
> During "make" of avr-libc 1.2.3, I got:
> ../../../common/macros.inc: Assembler messages:
> ../../../common/macros.inc:129: Error: Macro with this name was already
> defined
See savannah bug #12033:
https://savannah.nongnu.org/bugs/index.php?func=detailitem&item_id=12033
If you want to use the latest binutils, you either have to use the
avr-libc source from CVS (I've just merged the fix into the branch
avr-libc-1_2-branch yesterday, so you could checkout that branch from
CVS), or as a quick hack, you could add the protection #ifdef into
macros.inc as the bug report abvoe suggested (but note that this is
not the official fix).
The latest WinAVR shipped with ATtiny13/2313 support, but didn't use
binutils-2.16 but a patched 2.15, that's why the above macros.inc
problem didn't hit there.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
- [avr-gcc-list] can't upgrade/patch for tiny13, Terry Karlson, 2005/07/01
- Re: [avr-gcc-list] can't upgrade/patch for tiny13,
Joerg Wunsch <=
- [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
- RE: [avr-gcc-list] Linker question, Trampas, 2005/07/03