Re: Kernel Cross Compiling
Jim Wilson <[email protected]> 16 Feb 2004 14:50:41 -0800
| Newsgroups | org.kernel.vger.linux-gcc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2004-02-13 at 16:58, David Mosberger wrote: > >> A recipe for building ia32->ia64 cross-toolchain on Debian can be > >> found here: > >> http://www.gelato.unsw.edu.au/IA64wiki/CrossCompilation I recommend Dan Kegel's page for anyone trying to build a cross compiler to linux. See http://kegel.com/crosstool This isn't very hard to follow, and it gives you a properly configured and built gcc/glibc for the target. I don't recommend the inhibit_libc trick for building linux crosses. It may work well enough for kernel builds, but it will give you a subtly broken gcc, and that may lead to confusion later. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com