Hi,
does anybody know where to find information about different object file formats? Is there an object format which every linker understands? I'm especially interested if there is a way to link object files in Microtec format with GNU ld.
Thanks
Hi,
does anybody know where to find information about different object file formats? Is there an object format which every linker understands? I'm especially interested if there is a way to link object files in Microtec format with GNU ld.
Thanks
No. Standards are wonderful, that's why there's so many of them.
The GNU binary utilities (binutils), including assembler, linker, librarian, copy and format conversion tools, all use a common object format handler library, BFD. It determines which object file formats can be handled.
The linker, as such, does not know about the details of the binary file format. It just handles the virtual object file interface provided by BFD.
For more information, see .
Have something to add? Share your thoughts — no account required.
Ask the community — no account required