From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13186 invoked by alias); 2 Apr 2005 17:04:29 -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 13137 invoked from network); 2 Apr 2005 17:04:24 -0000 Received: from unknown (HELO mystic.root.hu) (193.202.82.14) by sourceware.org with SMTP; 2 Apr 2005 17:04:24 -0000 Received: from pool-0527.truenet.hu ([217.20.142.15] helo=freemail.hu) by mystic.root.hu with asmtp (Exim 4.33 #1 (Debian)) id 1DHlyA-0000Bb-RX (authenticated sender: d1a24cfa95308a8faab77d6c8e3fa66c) for ; Sat, 02 Apr 2005 18:59:37 +0200 Message-ID: <424EED10.6080902@freemail.hu> Date: Sat, 02 Apr 2005 17:04:00 -0000 From: Ferenc Kovacs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040714 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: ARM-simulator problem (undefined target) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-FW-Spam: No (-2.6) X-Authenticated-Sender: d1a24cfa95308a8faab77d6c8e3fa66c X-SW-Source: 2005-04/txt/msg00013.txt.bz2 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?? Thank you! Feri