« Return to Thread: Problem with including binary blob

Re: Problem with including binary blob

by David Kelly :: Rate this Message:

Reply to Author | View in Thread

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, dkelly@...
========================================================================
Whom computers would destroy, they must first drive mad.


_______________________________________________
AVR-chat mailing list
AVR-chat@...
http://lists.nongnu.org/mailman/listinfo/avr-chat

 « Return to Thread: Problem with including binary blob