Possiblity of loading/executing ELF files on OSX

Posted by Daniel Brotherston on Stack Overflow See other posts from Stack Overflow or by Daniel Brotherston
Published on 2010-04-04T15:28:24Z Indexed on 2010/04/04 15:33 UTC
Read the original article Hit count: 343

Filed under:
|
|

I'm just curious as to the possibility of loading and executing elf files on OSX. I know the standard executable format is MACHO, but NASM is unable to generate debug information for MACHO objects (and I am required to use NASM). I imagine its a long shot, but I don't suppose I can use ELF files. I can build them with NASM, but I can't seem to even link them with LD.

© Stack Overflow or respective owner

Related posts about osx

Related posts about nasm