From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4439 invoked by alias); 14 May 2008 02:45:25 -0000 Received: (qmail 4430 invoked by uid 22791); 14 May 2008 02:45:24 -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; Wed, 14 May 2008 02:44:55 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id DD2FB983F9; Wed, 14 May 2008 02:44:53 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B52F2982C4; Wed, 14 May 2008 02:44:53 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Jw6z6-0002AL-Tq; Tue, 13 May 2008 22:44:52 -0400 Date: Wed, 14 May 2008 02:45:00 -0000 From: Daniel Jacobowitz To: Robert Trask Cc: gdb@sources.redhat.com Subject: Re: How to build & run ARM gdb? Message-ID: <20080514024452.GA8233@caradoc.them.org> Mail-Followup-To: Robert Trask , gdb@sources.redhat.com References: <126693.48905.qm@web62005.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <126693.48905.qm@web62005.mail.re1.yahoo.com> User-Agent: Mutt/1.5.17 (2008-05-05) 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: 2008-05/txt/msg00104.txt.bz2 On Tue, May 13, 2008 at 07:08:22PM -0700, Robert Trask wrote: > The > resulting gdb seems to work ok vis-a-vis connecting to the target via > the remote protocol but it has problems interpreting the debug info in > the executable thus: > > (gdb) list > No line number known for . > > Apparently this gdb can't understand the elf file? What compiler was used? Can you provide a test case? -- Daniel Jacobowitz CodeSourcery