> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Trampas Stern > Sent: Tuesday, March 15, 2011 9:46 AM > To: [email protected] > Subject: [avr-gcc-list] GCC 4.5.1 wiht AS5 Error > > When trying to compile a bootloader for the AT90CAN128 I am getting the > following error, does anyone know what it means? > > c:/program files (x86)/atmel/avr studio 5.0/extensions/application/avr > toolchain/bin/../lib/gcc/avr/4.5.1/../../../../avr/lib/avr51/crtcan128.o: > In function `__vectors': > /home/tools/hudson/workspace/avr8-gnu-toolchain/src/avr- > libc/crt1/gcrt1.S:52: warning: internal error: out of range error > <mailto:[email protected]>
Despite the fact that it gave you the message to send an email to this list, you really need to email Atmel at [email protected] about this message. You need to send a bug report to them. But, my best guess is that there is a bug in their avr-libc, specifically with the startup code for the at90can128 device. > I would look at the source but unless I am mistaken Atmel still has not > released the patches for 4.5.1, does anyone know the status on these > patches, especially for the xmega support? Yes, the patches for xmega support are pretty much the same as the latest release of WinAVR (20100110), but with more device support, which is fairly trivial. You should request the source code via [email protected]. _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
