From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21060 invoked by alias); 13 Sep 2007 18:47:02 -0000 Received: (qmail 21044 invoked by uid 22791); 13 Sep 2007 18:47:02 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Sep 2007 18:46:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D5F932AA865; Thu, 13 Sep 2007 14:46:56 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WO9zkOZqxqwC; Thu, 13 Sep 2007 14:46:56 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9449F2AA853; Thu, 13 Sep 2007 14:46:56 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 491D5E7B58; Thu, 13 Sep 2007 11:46:54 -0700 (PDT) Date: Thu, 13 Sep 2007 18:58:00 -0000 From: Joel Brobecker To: Paul Koning Cc: gdb@sourceware.org Subject: Re: cross-compile GDB ? Message-ID: <20070913184654.GB3813@adacore.com> References: <20070913182842.GA3813@adacore.com> <18153.33553.274913.193263@pkoning-laptop.equallogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18153.33553.274913.193263@pkoning-laptop.equallogic.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00127.txt.bz2 > It works for me; we routinely build gdb (including gdbserver) for a > mips target on an i386 host. The switches are --host= > --target= --build=. And of course you need a > toolchain (compiler etc) for the target. Aha, I completely forgot about the --build switch... That gets me past this first hurdle. Thanks! -- Joel