From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2452 invoked by alias); 20 Jul 2007 19:48:06 -0000 Received: (qmail 2443 invoked by uid 22791); 20 Jul 2007 19:48:06 -0000 X-Spam-Check-By: sourceware.org Received: from exprod8og57.obsmtp.com (HELO exprod8og57.obsmtp.com) (64.18.3.96) by sourceware.org (qpsmtpd/0.31) with SMTP; Fri, 20 Jul 2007 19:48:04 +0000 Received: from source ([12.110.134.31]) by exprod8ob57.obsmtp.com ([64.18.7.12]) with SMTP; Fri, 20 Jul 2007 12:47:38 PDT Received: from pkoning.equallogic.com.equallogic.com ([172.25.202.120]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 20 Jul 2007 15:46:45 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18081.4390.76565.462154@pkoning.equallogic.com> Date: Fri, 20 Jul 2007 19:57:00 -0000 From: Paul Koning To: michael@boernerconsulting.com Cc: gdb@sourceware.org Subject: Re: Question on cross compiling... References: X-Mailer: VM 7.17 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid 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-07/txt/msg00154.txt.bz2 >>>>> "Michael" == Michael Boerner writes: Michael> I wish to confirm whether my understanding is correct or Michael> not. Michael> Has GDB been modified so that it can read cross-platform Michael> core files yet? I can not find in 6.6 docs whether this has Michael> been completed or even begun although I have found several Michael> posts which indicate that this effort is underway. I can't remember the details, but I used to have to change configure and/or makefiles to make this work. That was a while go. I'm not seeing local changes for this anymore in my current lcaol copy (based on 6.6) and I'm doing corefile processing of a NetBSD-mips target on i386-netbsd and i386-linux hosts. It seems to work pretty well. Our case isn't the hardest case, though -- both host and target are little-endian. paul