This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
can we append a binary file at the end of output file
- From: loody <miloody at gmail dot com>
- To: binutils at sourceware dot org
- Date: Mon, 14 Mar 2011 20:42:00 +0800
- Subject: can we append a binary file at the end of output file
Hi all:
I want linker to append a binary file at the end of output.
Should I use section command?
if so, what the format should I use?
I try below formula but it complain:
mydata.bin: file not recognized: File format not recognized
.mydata 0xbfc10000:
{
mydata.bin
}
--
Regards,
miloody