Binutils !!!

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
NewComer

Binutils !!!

Post by NewComer »

Hi Guys
i'm going crazy trying to make binutils to ouput a new format to be used as module's native format.
the binutils docs is not helping, it just exaplains tha aout & elf backends, but for a new very simple format ?
Plz if any one can send me a link to tutorial about that.
or if anyone have done this before give me his email.
Please this issue is killing me.
Ryu

Re:Binutils !!!

Post by Ryu »

Define simple format? You know they call ELF objects simple :/
My guess is you ment a flat binary which is simple as it gets, this would vary on the compiler and its compatible object format it is able to produce.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Binutils !!!

Post by Solar »

No, I think he's talking about extending the BFD library with a binary format of his own - a subject we last discussed exactly one month ago...
Every good solution is obvious once you've found it.
Assembler

Re:Binutils !!!

Post by Assembler »

Hi All,
You can talk alook at my first draft of extending bfd
http://libosdk.berlios.de/wiki/index.php/Binutils
Good Luck.
Assembler,
Post Reply