how to add the contents of an elf file into another elf file?

阎淼 yanmiaobest@gmail.com
Tue Dec 11 03:33:00 GMT 2007


Hi all,

   I have 2 .o files: a.o, b.o, which will be linked with other libs
to generate an exeutable file.
   I would like the contents of b.o as a whole to be an independant
part of the executable file. b.o contains data and instructions which
will be created as a process at runtime( embedded target ).
   How can I do this?



More information about the Binutils mailing list