On Tue, Jun 30, 2009 at 07:03:04PM +0200, Daniel Otte wrote: > Hello, > I have a problem with including a binary blob (which I converted into a .S > file > containing .byte 0x.. statements). > The problem starts with the linker, which says: > > /usr/lib/gcc/avr/4.3.3/../../../../avr/lib/avr5/crtm644.o: In function > `__vector_default': > (.vectors+0x50): warning: internal error: out of range error
Is telling you not to load your binary data into the vector section. -- David Kelly N4HHE, [email protected] ======================================================================== Whom computers would destroy, they must first drive mad. _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
