From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2772 invoked by alias); 10 Sep 2007 15:54:10 -0000 Received: (qmail 2761 invoked by uid 22791); 10 Sep 2007 15:54:10 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Sep 2007 15:54:03 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 08BF098308; Mon, 10 Sep 2007 15:54:04 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id DD2A59812E; Mon, 10 Sep 2007 15:54:03 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IUlaK-0002oL-DO; Mon, 10 Sep 2007 11:54:00 -0400 Date: Mon, 10 Sep 2007 16:06:00 -0000 From: Daniel Jacobowitz To: Ralf.Flatau@sew-eurodrive.de Cc: gdb@sourceware.org Subject: Re: GDB remote debugging Problem: Target selection failed .Remote register badly formatted: T0506: Message-ID: <20070910155400.GA10640@caradoc.them.org> Mail-Followup-To: Ralf.Flatau@sew-eurodrive.de, gdb@sourceware.org References: <77BBCC617505624BAFAB36B40BA4F9EB013E9278@BRUDEMSX3.de.eu.sew> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77BBCC617505624BAFAB36B40BA4F9EB013E9278@BRUDEMSX3.de.eu.sew> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00099.txt.bz2 On Mon, Sep 10, 2007 at 05:49:17PM +0200, Ralf.Flatau@sew-eurodrive.de wrote: > This GDB was configured as "x86_64-redhat-linux-gnu". Good... > This GDB was configured as "i686-pc-mingw32". Bad. Do not use your native GDB; you need to build a cross-debugger (--target option to configure). -- Daniel Jacobowitz CodeSourcery