From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20889 invoked by alias); 6 Jan 2006 15:45:42 -0000 Received: (qmail 20874 invoked by uid 22791); 6 Jan 2006 15:45:42 -0000 X-Spam-Check-By: sourceware.org Received: from sadr.equallogic.com (HELO sadr.equallogic.com) (66.155.203.134) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jan 2006 15:45:40 +0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id k06FjcpC031759 for ; Fri, 6 Jan 2006 10:45:38 -0500 Received: from M31.equallogic.com (M31.equallogic.com [172.16.1.31]) by sadr.equallogic.com (8.12.8/8.12.8) with SMTP id k06Fjbih031754; Fri, 6 Jan 2006 10:45:37 -0500 Received: from pkoning.equallogic.com ([172.16.1.169]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 6 Jan 2006 10:45:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17342.37024.697006.38114@gargle.gargle.HOWL> Date: Fri, 06 Jan 2006 15:45:00 -0000 From: Paul Koning To: jr.peulve@wanadoo.fr Cc: gdb@sources.redhat.com Subject: Re: looking for the patch on GDB to handle core dump from arm References: <6.1.0.6.0.20060106163024.00a44650@pop.wanadoo.fr> 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-01/txt/msg00042.txt.bz2 >>>>> "Jean-Rene" == Jean-Rene Peulve writes: Jean-Rene> Hi, On an x86, I am trying to analyse a core dump Jean-Rene> produiced on an arm platform running uClinux-2.4.27. Jean-Rene> Unfortunately GDB complains that it cannot "read core file Jean-Rene> on this machine". Jean-Rene> I saw that Jon Ringle and Daniel Jacobowitz have been Jean-Rene> working on that problem but I cannot find the right Jean-Rene> version of gdb and binutils to use. I fixed that on a local copy of GDB 6.3 by editing the configure script so it includes the corefile handler even if host != target. It may be that I had to make other changes as well, I don't remember anymore. paul