Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jreawjdskkd

    a.out format problem

    I am using a linker script, allready. I have tried to change to other object formats, but then either nasm is complaining about something, or thelinker says: "PE operations on non-PE file".
  2. jreawjdskkd

    a.out format problem

    According to objdump -i, the linker currently does NOT support the aout format. but there has to be a way to make it support it, as it relies on the BFD library, that do support a.out. How can I make ld support the a.out format?
  3. jreawjdskkd

    a.out format problem

    Yes I have! The problem is the following: I have an aout object file generated from nasm. I need to link it together with som othre object files, generated by gcc in order to create a binary (NOT an executable). The problem is that ld says it doesn't recognize the file format of the inputfile...
  4. jreawjdskkd

    a.out format problem

    Well, I've tried that but that is also the answer til that I'm asking here! I need a more strict answer.
  5. jreawjdskkd

    a.out format problem

    I am using the NASM assembler in order to write a small portion of assembly code I need for my OS. I need the object file in a.out format, and that is no problem for NASM. The problem is the linker (ld), that sais it doesn't recognize the file format! Are there some other linker that support a.out?

Part and Inventory Search

Back
Top