bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DDD error!


From: Alican Met
Subject: DDD error!
Date: Thu, 11 Sep 2003 13:12:19 +0200

Hi,

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.

I have run ddd with --check-configuration and no configuration problems
was found:

$ ddd --check-configuration
Checking for X11 library directory... /usr/X11R6/lib/X11
Checking for XKeysymDB... /usr/X11R6/lib/X11/XKeysymDB
No configuration problems found.

The debugger I use is:
$ gdb -v
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux-gnu".

The compiler I use is:
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)

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.

I am including the log file. It seems that it can't find the
sysdeps/elf/start.S file. But it shouldn't be looking for that should
it?

What seems the problem?

Cheers
Alican


Attachment: log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]