From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32411 invoked by alias); 2 Apr 2005 17:20:22 -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 32374 invoked from network); 2 Apr 2005 17:20:17 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 2 Apr 2005 17:20:17 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DHmID-0003KK-5T; Sat, 02 Apr 2005 12:20:17 -0500 Date: Sat, 02 Apr 2005 17:20:00 -0000 From: Daniel Jacobowitz To: Ferenc Kovacs Cc: gdb@sources.redhat.com Subject: Re: ARM-simulator problem (undefined target) Message-ID: <20050402172017.GB7809@nevyn.them.org> Mail-Followup-To: Ferenc Kovacs , gdb@sources.redhat.com References: <424EED10.6080902@freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <424EED10.6080902@freemail.hu> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-04/txt/msg00014.txt.bz2 [Sorry about resending; I failed to copy the list the first time.] On Sat, Apr 02, 2005 at 07:05:52PM +0000, Ferenc Kovacs wrote: > Hello! > > I need to test some ARM/THUMB executables in GDB but i > have some problems building a working simulator. I configured > GDB-6.3 with these command line options: > > ./configure --target=arm-unknown-linux --prefix=$INSTALL_DIR > > When i enter "target sim" on GDB's prompt, i get the > following message: > > Undefined target command: "sim". Try "help target". > > The "help target" lists only exec, remote, async, etc. but > no sim. I think my target ("arm-unknown-linux") matches > the "arm*-*-*" pattern in gdb-6.3/sim/configure and i have the > libarm-unknown-linux-sim.a in the $INSTALL_DIR/lib directory, > but it's still not working... > > Could somebody tell me what can be the problem?? The simulator doesn't get linked in for arm-linux. I'm not sure if this is a bug or a feature, to be honest. Try arm-elf. If folks think arm-linux should include the simulator, I have a patch around here somewhere to add it... -- Daniel Jacobowitz CodeSourcery, LLC