From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21949 invoked by alias); 13 Oct 2004 13:45:58 -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 21833 invoked from network); 13 Oct 2004 13:45:53 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 13 Oct 2004 13:45:53 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CHjRt-0007Dw-MB; Wed, 13 Oct 2004 09:45:49 -0400 Date: Wed, 13 Oct 2004 15:24:00 -0000 From: Daniel Jacobowitz To: raymond yang Cc: gdb@sources.redhat.com Subject: Re: Newbie question, thanks! Message-ID: <20041013134549.GA27710@nevyn.them.org> Mail-Followup-To: raymond yang , gdb@sources.redhat.com References: <20041013124843.99949.qmail@web20222.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041013124843.99949.qmail@web20222.mail.yahoo.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-10/txt/msg00305.txt.bz2 On Wed, Oct 13, 2004 at 05:48:43AM -0700, raymond yang wrote: > I am using the GDB to make a cross complile, target is > ARM. > > But the GDB tell me there isn't the symbol file > attached with my image. > > (gdb) sym blob-start-elf32 > Reading symbols from > /opt/tmp/blob-new/blob-2.0.5-pre2/src/blob/blob-start-elf32...(no > debugging symbols found)...done. > (gdb) list > No symbol table is loaded. Use the "file" command. Have you tried using the "file" command? -- Daniel Jacobowitz