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: Marek Michalkiewicz
Subject: Re: [avr-gcc-list] Including a binary file as resource
Date: Fri, 17 Dec 2004 13:15:25 +0100
User-agent: Mutt/1.5.6+20040907i

On Fri, Dec 17, 2004 at 12:37:38PM +0100, Joerg Wunsch wrote:

> 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.

No need to write a special converter, it can be done with existing
tools - see linux/arch/mips/ramdisk/ for an example, where a simple
ld script is used for linking a ramdisk image into the kernel.

Marek



reply via email to

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