Re: Kernel Cross Compiling
Peter Chubb <[email protected]> Mon, 16 Feb 2004 11:03:13 +1100
| Newsgroups | org.kernel.vger.linux-gcc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "David" == David Mosberger <[email protected]> writes: >>>>> On Fri, 13 Feb 2004 21:57:43 +0100, Herbert Poetzl <[email protected]> said: Herbert> I got all headers fixed, except for the ia64, which still Herbert> doesn't work David> Something sounds wrong here. You shouldn't have to patch David> headers. David> A recipe for building ia32->ia64 cross-toolchain on Debian can David> be found here: David> http://www.gelato.unsw.edu.au/IA64wiki/CrossCompilation He's trying to use gcc 3.3.2 which isn't packaged in toolchain-source yet. And he's running on a RedHat-like system. And there's currently a problem: To build gcc you need access to an appropriate libc6 header package; dpkg-cross refuses to install one without linux-kernel-headers-cross-ia64; but will also not install linux-kernel-headers. You need the patch at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=222168 Peter C