[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DDD error!
From: |
J.H.M. Dassen (Ray) |
Subject: |
Re: DDD error! |
Date: |
Thu, 11 Sep 2003 20:48:55 +0200 |
User-agent: |
Mutt/1.5.4i |
On Thu, Sep 11, 2003 at 13:12:19 +0200, Alican Met wrote:
> I am trying to debug a program and get the following error when I start
> ddd:
>
> No Source. /home/am/tmp/sysdeps/i386/elf/start.S: No such file or
> directory.
Hmm... when there's going to be a DDD FAQ, this one should be in it.
> After compiling code with g++ with -g option I try to debug the program
> using ddd but ddd starts up with an error message:
> No Source. /home/am/tmp/sysdeps/i386/elf/start.S: No such file or
> directory.
>
> For executables it starts up with this error message:
> No source. /home/am/tmp/testcode/init.c: No such file or directory.
Quoting myself from
http://mail.gnu.org/archive/html/bug-ddd/2002-03/msg00002.html :
:That message is from gdb, rather than DDD. It indicates you are on a system
:whose C runtime library contains symbols to support debugging (i.e. it has
:not been stripped), but you do not have the sources to the C library
:installed. This occurs e.g. on Red Hat Linux. IMHO there is no reason for
:the regular C runtime library to contain debugging symbols and I'm happy
:that the distribution I use (Debian GNU/Linux) does not include them.
HTH,
Ray
--
Do Microsoft's TCO calculations include TC of downtime?
- DDD error!, Alican Met, 2003/09/11
- Re: DDD error!,
J.H.M. Dassen (Ray) <=