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 workaround, you can add the itempotency guard #ifdef, but I'm favouring an include file cleanup as the final solution instead. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
