From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265946AbUBPWud (ORCPT ); Mon, 16 Feb 2004 17:50:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265922AbUBPWuc (ORCPT ); Mon, 16 Feb 2004 17:50:32 -0500 Received: from [64.62.200.227] ([64.62.200.227]:47007 "EHLO bluesmobile.specifixinc.com") by vger.kernel.org with ESMTP id S265979AbUBPWuP (ORCPT ); Mon, 16 Feb 2004 17:50:15 -0500 Subject: Re: Kernel Cross Compiling From: Jim Wilson To: David Mosberger Cc: Herbert Poetzl , linux-kernel@vger.kernel.org, linux-gcc@vger.kernel.org In-Reply-To: <16429.29392.529575.21798@napali.hpl.hp.com> References: <20040213205743.GA30245@MAIL.13thfloor.at> <16429.16944.521739.223708@napali.hpl.hp.com> <20040213214420.GA32006@MAIL.13thfloor.at> <16429.29392.529575.21798@napali.hpl.hp.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-11) Date: 16 Feb 2004 14:50:41 -0800 Message-Id: <1076971842.1055.102.camel@leaf.tuliptree.org> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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