Welcome! Log In Create A New Profile

Advanced

Mono (C#) EXE To ELF/DOL?

Posted by SiLo 
Mono (C#) EXE To ELF/DOL?
September 09, 2009 12:10AM
I'm using Mono (C#) to compile everything including the Mono runtime statically into a single .EXE. This works, and there are no dependencies but it is in the EXE format still. I am very familiar with the PE format, and I want to convert it to the ELF/DOL format.

I know x86 and PPC architecture differ, and I'm working on targeting PPC in Mono's compiler. However, I believe this issue of ELF/DOL output file remains an issue. I'm thinking I might have to modify/convert the file myself based on both file formats, which is fine but I'd rather not do that if there is a simpler way.

While I'm not new to programming nor Linux, I am new to non-x86 architectures and porting applications to them -- not to mention the Wii isn't the same as a conventional computer when working with an OS and such.

Any ideas regarding this issue?



Edited 1 time(s). Last edit at 09/09/2009 12:12AM by SiLo.
Re: Mono (C#) EXE To ELF/DOL?
September 09, 2009 11:40PM
I can't say I have any ideas but I'm very interested to see what happens with this so keep us all updated on your progress :-)
Re: Mono (C#) EXE To ELF/DOL?
September 22, 2009 03:58AM
we need a .exe to .dol converter
i will be a happy panda :)
Re: Mono (C#) EXE To ELF/DOL?
September 22, 2009 04:11AM
Nevermind....



Edited 1 time(s). Last edit at 09/22/2009 04:11AM by WaxyPumpkin72.
Sorry, only registered users may post in this forum.

Click here to login