This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ELF to EXE converstion?
- From: <hanishkvc at fedtec dot com>
- To: "P.Srinivasa Rao" <psr at atc dot tcs dot co dot in>
- Cc: <gcc at gnu dot org>
- Date: Wed, 27 Nov 2002 12:47:02 +0530 (IST)
- Subject: Re: ELF to EXE converstion?
- Reply-to: <hanishkvc at fedtec dot com>
Hi Srinivasa,
On Mon, 25 Nov 2002, P.Srinivasa Rao wrote:
> Is there a tool to convert ELF executables(on linux) to WIndows(95/NT/2K)
> executables?
Something seems to be wrong here, what exactly are you looking for.
Cas even if one can change the file format headers to make it look like an
executable, it won't run in windows, cas the system calls, the conventions
for dynamic linking, memory map for a process, etc. etc. or rather most of
the things change.
Keep :-)
HanishKVC