bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Script to automagically create a GNU cross build environment


From: Alfred M. Szmidt
Subject: Re: Script to automagically create a GNU cross build environment
Date: Wed, 21 Sep 2005 20:21:14 +0200

Your instructions are more complicated than they need to be, one can
compile the whole tool chain without the usage of special patches,
several stages of gcc, etc etc.  Esentially it boils down to:

cross-binutils (configure using --with-sysroot=/gnu)
gnumach headers
hurd headers
cross-gcc (configure it using --disable-shared --with-newlib
           --disable-multilib --enable-languages=c --without-headers
           --with-sysroot=/gnu)
cross-mig

And you have a cross-compiler that can cross-compile glibc, which you
can then install in /gnu, and cross-compile other stuff.

Cheerio!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]