From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20972 invoked by alias); 27 Oct 2003 16:01:51 -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 20954 invoked from network); 27 Oct 2003 16:01:50 -0000 Received: from unknown (HELO ext-ch1gw-2.online-age.net) (216.34.191.36) by sources.redhat.com with SMTP; 27 Oct 2003 16:01:50 -0000 Received: from int-ch1gw-3.online-age.net (int-ch1gw-3 [3.159.232.67]) by ext-ch1gw-2.online-age.net (8.12.9/8.12.9/990426-RLH) with ESMTP id h9RG1jes014425; Mon, 27 Oct 2003 11:01:46 -0500 (EST) Received: from uswaumsxb4medge.med.ge.com (localhost [127.0.0.1]) by int-ch1gw-3.online-age.net (8.12.9/8.12.3/990426-RLH) with ESMTP id h9RG1iL1010933; Mon, 27 Oct 2003 11:01:45 -0500 (EST) Received: by uswaumsxb4medge.med.ge.com with Internet Mail Service (5.5.2656.59) id ; Mon, 27 Oct 2003 09:58:47 -0600 Received: from tuba.moneng.mei.com ([3.20.87.235]) by uswaumsxbhmedge.med.ge.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id VVRBJXPP; Mon, 27 Oct 2003 10:01:31 -0600 From: "Wolcott, Ken (MED, Compuware)" Reply-To: "Wolcott, Ken (MED, Compuware)" To: gdb mailing list Cc: crossgcc@sources.redhat.com Content-Type: text/plain; charset="us-ascii" Organization: GEMS-IT Subject: newbie question: need arm9 native gdb; how to compile gdb source for arm9? Date: Mon, 27 Oct 2003 16:01:00 -0000 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200310271003.17884.ken.wolcott@med.ge.com> X-SW-Source: 2003-10/txt/msg00289.txt.bz2 Hi; Here's a newbie question. I have an arm9 cross compiler tool chain created by Dan Kegel's crosstool= =20 (http://www.kegel.com/crosstool/). My developers want a gdb that can grok = an=20 arm9 coredump. They think that they need an arm9 gdb. How do I compile an= =20 arm9 gdb from source? I know how to compile a native gdb from source. configure --with-gcc=3D/mumble/../gcc where this is the path to the arm9 = gcc=20 doesn't result in an arm9 gdb. Thanks, Ken Wolcott