[Prev][Next][Index][Thread]
Re: FYI: vmware + oskit
> > It would probably be possible with either Djgpp or
> > Cygwin. You might have
> > to grab the sources for gcc, binutils, etc and
> > recompile them under NT
> > before they would compile OSKit though.
> >
> > I am going to attempt it and report back on the \
> > results.
>
> You'll probably need to add some code to the
> OSKit for that, because neither of those produce
> ELF binaries. DJGPP produces COFF, and I
> *think* cygwin produces MZ (?) binaries.
gcc is supposed to be fairly easy to make as a cross-compiler, so using
the cygwin or mingwin32 ports of gcc, it should be pretty easy to make a
gcc that is a win32 executable but produces ELF output.
Tom
References: