From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9486 invoked by alias); 16 Jun 2006 12:37:55 -0000 Received: (qmail 9382 invoked by uid 22791); 16 Jun 2006 12:37:54 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 16 Jun 2006 12:37:52 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FrDaA-0005av-7y; Fri, 16 Jun 2006 08:37:50 -0400 Date: Fri, 16 Jun 2006 23:31:00 -0000 From: Daniel Jacobowitz To: vinay hegde Cc: gdb@sourceware.org Subject: Re: gdbserver-6.3 issue Message-ID: <20060616123749.GA21458@nevyn.them.org> Mail-Followup-To: vinay hegde , gdb@sourceware.org References: <20060616043606.1978.qmail@web8403.mail.in.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060616043606.1978.qmail@web8403.mail.in.yahoo.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00104.txt.bz2 On Fri, Jun 16, 2006 at 05:36:06AM +0100, vinay hegde wrote: > warning: Remote sent bad register number 64: 300103dc; > Packet: 'T0501:7fa1ee50;40:300103dc;' > > warning: Remote register badly formatted: > T0501:7fa1ee50;40:300103dc; This error almost always means that you have not correctly configured your gdb and gdbserver for the same target. To build a cross-gdb, you must use --target. To build a native gdbserver, you must use --host. -- Daniel Jacobowitz CodeSourcery