avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] Embedding a 'foreign' file in my object code


From: Joerg Wunsch
Subject: Re: [avr-chat] Embedding a 'foreign' file in my object code
Date: Fri, 26 Mar 2010 21:14:27 +0100 (MET)

Robert von Knobloch <address@hidden> wrote:

> I have got the makefile to convert the uut7.bin to uut7.o OK, (using
> the info from the avr-libc FAQ) but how do I get this uut7.o
> incorporated into the elf file so that objcopy can do the
> extraction?

You have to link it together with the remaining .o files into one
final ELF file.  If I understand your snippet correctly, it might
suffice to include uut7.o into the list of files in your OBJ macro.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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