I wonder if anyone knows of an elf to rdoff object converter program?
I'm looking to move some of my gcc code from elf to rdoff.
Alternatively, of course, I can compile to assembly (gcc -S), convert to intel syntax, and assemble and link using nasm... any ideas where that nifty little AT&T -> Intel asm converter went to, though?
Cheers,
Jeff
elf to rdoff converter?
RE:elf to rdoff converter?
Jeff,
Hey any reason you would want rdoff over elf?
-Christopher
Hey any reason you would want rdoff over elf?
-Christopher
RE:elf to rdoff converter?
Not as of yet... I'm actually just researching the two at the moment. RDOFF looks to be more simple but still similar in capabilities to ELF, but ELF is more standard and is supported by the GNU suite of compilers, etc.
Don't know which I want to use as default. I'll probably support them both, though.
Jeff
Don't know which I want to use as default. I'll probably support them both, though.
Jeff
RE:elf to rdoff converter?
Jeff,
Ok I at first tried to support a few formats a.out elf etc and now I'm just sticking with ELF as it does the job well. Maybe in the future I will come up with a different format but for now this works.
-Christopher
Ok I at first tried to support a few formats a.out elf etc and now I'm just sticking with ELF as it does the job well. Maybe in the future I will come up with a different format but for now this works.
-Christopher