From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25046 invoked by alias); 9 Jun 2003 20:41:21 -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 24981 invoked from network); 9 Jun 2003 20:41:20 -0000 Received: from unknown (HELO paranoia.sukrahelitek.com) (12.216.5.59) by sources.redhat.com with SMTP; 9 Jun 2003 20:41:20 -0000 Received: from sukra (unknown [192.182.32.12]) by paranoia.sukrahelitek.com (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id E2D4A2F88D; Mon, 9 Jun 2003 15:37:25 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: Benjamin P Myers To: Daniel Jacobowitz Subject: Re: init.c: No such file or directory. Date: Mon, 09 Jun 2003 20:41:00 -0000 User-Agent: KMail/1.4.3 Cc: gdb@sources.redhat.com References: <200306091434.16661.dative@sukrahelitek.com> <200306091508.59192.dative@sukrahelitek.com> <20030609201741.GA10848@nevyn.them.org> In-Reply-To: <20030609201741.GA10848@nevyn.them.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200306091541.19191.dative@sukrahelitek.com> X-SW-Source: 2003-06/txt/msg00116.txt.bz2 On Monday 09 June 2003 15:17, Daniel Jacobowitz wrote: > Then I don't know what's wrong. MUST you use DWARF? Is DWARF-2 an > option? > > I seem to be saying this a lot lately. Heh, I installed the glibc source: 15:38:06 dative@padmanabha:~ 0 > gcc -gdwarf hello.c 15:38:18 dative@padmanabha:~ 0 > ~/bin/gdb ./a.out GNU gdb 5.3 (gdb) list 1 /* Special startup support. 2 Copyright (C) 1997, 1998 Free Software Foundation, Inc. 3 This file is part of the GNU C Library. 4 5 The GNU C Library is free software; you can redistribute it and/= or 6 modify it under the terms of the GNU Lesser General Public 7 License as published by the Free Software Foundation; either 8 version 2.1 of the License, or (at your option) any later versio= n. 9 10 The GNU C Library is distributed in the hope that it will be=20 useful, (gdb) Unfortunately it does look like I do have to use DWARF. I tried a few othe= r=20 options and none of them would work with the Absoft compiler, and nothing i= n=20 the docs that say anything other than 'dwarf'. So. Heh. I dunno. Thanks for your help. -ben