This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cross-compile Linux code on a MS Windows computer.


On Oct 23, 2000, "Rickard svensson" <no_to_windows@hotmail.com> wrote:

> But I can't find any information if it is possible

It should be possible.  You just have to download the sources of Linux
(the kernel, not GNU/Linux, the whole system), glibc and GCC, get the
headers of the kernel and glibc somewhere GCC can find them, and build
GCC as a cross compiler, then use it to build glibc.

I've never seen anyone do it on MS-Windows, and in fact I think it
would be a stupid thing to do, but it's certainly possible.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]