Questions tagged [bfd]

BFD is the GNU Binary File Descriptor library.

BFD is the GNU Binary File Descriptor library. It is a library for reading and writing object files in various formats, and is used by the GNU binutils and gdb.

31 questions
0
votes
1 answer

Generate an executable from object files in different formats

Say that I have two files main.o compiled from gcc and another file function.o compiled from MSVC; is it possible to generate an executable (by linking) from these files? Is this what BFS (binary file descriptor) library designed for? I mean can I…
kai
  • 1,141
  • 3
  • 15
  • 25
1 2
3