From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8779 invoked by alias); 11 Feb 2005 18:37:25 -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 8767 invoked from network); 11 Feb 2005 18:37:22 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 11 Feb 2005 18:37:22 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1CzffO-0000Yx-7I; Fri, 11 Feb 2005 13:37:22 -0500 Date: Sat, 12 Feb 2005 02:53:00 -0000 From: Daniel Jacobowitz To: Tim Harvey Cc: gdb@sources.redhat.com Subject: Re: howto build gdb / gdbserver for x86 host with arm-linux target? Message-ID: <20050211183722.GA2123@nevyn.them.org> Mail-Followup-To: Tim Harvey , gdb@sources.redhat.com References: <20050211141325.GA17247@nevyn.them.org> <20050211183441.98256.qmail@web30502.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050211183441.98256.qmail@web30502.mail.mud.yahoo.com> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-02/txt/msg00083.txt.bz2 On Fri, Feb 11, 2005 at 10:34:41AM -0800, Tim Harvey wrote: > The way I understand it is that I have to use my arm-linux-gdb as my host gdb > has stubs for the host architecture not the target (right?) The "stub" in this case is gdbserver - the name's historic. Your host GDB is configured for your host architecture, and to use a remote stub the GDB client has to be configured for the same architecture as the stub. So, basically right. > Thanks for your help! No problem. -- Daniel Jacobowitz CodeSourcery, LLC