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.
Binutils !!!
Re:Binutils !!!
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.
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.
Re:Binutils !!!
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.
Re:Binutils !!!
Hi All,
You can talk alook at my first draft of extending bfd
http://libosdk.berlios.de/wiki/index.php/Binutils
Good Luck.
Assembler,
You can talk alook at my first draft of extending bfd
http://libosdk.berlios.de/wiki/index.php/Binutils
Good Luck.
Assembler,