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

Bug#270271: debug symbols in /usr/lib/crt1.o makes debugger unusable



Package: libc6-dev
Version: 2.3.2-ds1-13
Severity: important

If I try to debug my programs with ddd I got following error message:

  ../sysdeps/powerpc/powerpc32/elf/start.S: Source not found

This is caused by unnecessary debug symbols in /usr/lib/crt1.o,
/usr/lib/crti.o, /usr/lib/crtn.o, /usr/lib/gcrt1.o, /usr/lib/Mcrt1.o 
and /usr/lib/Scrt1.o which are not part of older libraries (for eg. libc6-dev 
of woody)

A simple 'strip -d' on the mentioned object files solved the problem.

 Best Regards
   Matthias

My system:
Linux powerbook 2.6.7 #4 Sat Jul 10 21:20:42 CEST 2004 ppc GNU/Linux
libc6: 2.3.2.ds1-13
gcc: 4:3.3.3-2
ddd: 1:3.3.9-3



Reply to: