From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15158 invoked by alias); 11 Apr 2005 12:09:19 -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 15109 invoked from network); 11 Apr 2005 12:09:11 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 11 Apr 2005 12:09:11 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DKxj5-0001Ub-2P; Mon, 11 Apr 2005 08:09:11 -0400 Date: Mon, 11 Apr 2005 12:09:00 -0000 From: Daniel Jacobowitz To: Vijay Padiyar Cc: gdb@sources.redhat.com Subject: Re: Dwarf error opening ELF file with GDB 6.3 Message-ID: <20050411120911.GA5670@nevyn.them.org> Mail-Followup-To: Vijay Padiyar , gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00055.txt.bz2 On Mon, Apr 11, 2005 at 10:07:03AM +0530, Vijay Padiyar wrote: > Hi there > > I am building an executable for the MPC8260 processor. I have built my > toolchain for the 2.6 kernel and MPC8260 target using Kegel's crosstool. > > When I try to load the built executable in GDB 6.3 (built for my target), I > get a dwarf error. > Dwarf Error: Could not find abbrev number 112 [in module > /home/chandrashekharp/linux/project/devel/5X-Pilot/bin/LINUX/Executable.out] This error is generally caused by linker bugs, or a corrupt object. -- Daniel Jacobowitz CodeSourcery, LLC