On Fri, May 20, 2005 at 09:03:06PM +0200, Joerg Wunsch wrote:
> (Btw., it's not GCC 4.x that matters but the assembler from
> binutils 2.16.)
Oops.
> As a temporary workaround, you can add the itempotency guard #ifdef,
> but I'm favouring an include file cleanup as the final solution
> instead.
Joerg Wunsch wrote:
As Brian Dean wrote:
I'm trying to build avr-libc using avr-gcc built from gcc 4.0.0.
The build fails as follows:
(Btw., it's not GCC 4.x that matters but the assembler from
binutils 2.16.)
Known bug, see:
https://savannah.nongnu.org/bugs/?func=detailitem&item_id=12033
A
As Brian Dean wrote:
> I'm trying to build avr-libc using avr-gcc built from gcc 4.0.0.
> The build fails as follows:
(Btw., it's not GCC 4.x that matters but the assembler from
binutils 2.16.)
Known bug, see:
https://savannah.nongnu.org/bugs/?func=detailitem&item_id=12033
As a temporary worka
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-