avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Including a binary file as resource


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Including a binary file as resource
Date: Fri, 17 Dec 2004 12:37:38 +0100 (MET)

Bjarne Laursen <address@hidden> wrote:

> I could make my app write the data as c-code, but I think it would
> be better if the linker could include a binary file. Is that
> possible?

You'd need to convert it into a relocatable ELF object file.  I guess
it's easier to write a converter that turns it into a C or assembler
source file.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]