This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]