From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 966 invoked by alias); 1 Feb 2002 15:36:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 616 invoked from network); 1 Feb 2002 15:36:00 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 1 Feb 2002 15:36:00 -0000 Received: from drow by nevyn.them.org with local (Exim 3.34 #1 (Debian)) id 16WfjR-0003v3-00; Fri, 01 Feb 2002 10:36:05 -0500 Date: Fri, 01 Feb 2002 07:36:00 -0000 From: Daniel Jacobowitz To: Peter Barada Cc: bgat@billgatliff.com, Keith.Walker@arm.com, crossgcc@sources.redhat.com, gdb@sources.redhat.com Subject: Re: Patch for arm-linux gdbserver Message-ID: <20020201103605.B14977@nevyn.them.org> Mail-Followup-To: Peter Barada , bgat@billgatliff.com, Keith.Walker@arm.com, crossgcc@sources.redhat.com, gdb@sources.redhat.com References: <20020131113611.A2242@saturn.billgatliff.com> <4.1.20020131181535.00b40f00@mhsun1.maidenhead.arm.com> <20020131153627.A3137@saturn.billgatliff.com> <20020131181024.A4883@nevyn.them.org> <200201312321.g0VNLKV11957@hyper.wm.sps.mot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201312321.g0VNLKV11957@hyper.wm.sps.mot.com> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-02/txt/msg00011.txt.bz2 On Thu, Jan 31, 2002 at 06:21:20PM -0500, Peter Barada wrote: > > >You can't build gdbserver inside a cross-gdb tree. It has to be a > >_target_ _native_ gdb tree (i.e. --host). > > What is the correct 'configure' to get a buildable gdbserver from > gdb-5.1 for powerpc-linux, while building on a x86 linux machine? > What are the complete steps? Simply configure with --host=powerpc-linux. Then run configure separately in the gdbserver directory if it did not get done, and make. Note that to do that first step $CC must be a cross compiler. Also note that PPC support for gdbserver is not currently available, and may go in in a few days depending on some other factors. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer