| View previous topic :: View next topic |
| Author |
Message |
Maragato Tux's lil' helper

Joined: 09 Mar 2005 Posts: 96
|
Posted: Fri Mar 03, 2006 5:50 pm Post subject: DDD [GDB] problem: |
|
|
folks Im stuck with this ddd problem, it complains that /var/tmp/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-linuxthreads/csu/crti.s is missing
I have re-emerged ddd with no luck, any ideas? |
|
| Back to top |
|
 |
nonotme Guru


Joined: 29 Sep 2003 Posts: 350 Location: on.ca
|
Posted: Fri Mar 03, 2006 9:02 pm Post subject: |
|
|
Make sure you compile your program with a -g flag, so it has debugging info. I'm refering to the program you are debugging, not ddd  _________________ Please append [Solved] to your thread if appropriate, it helps everyone. |
|
| Back to top |
|
 |
Maragato Tux's lil' helper

Joined: 09 Mar 2005 Posts: 96
|
Posted: Fri Mar 03, 2006 11:06 pm Post subject: |
|
|
| nonotme wrote: | Make sure you compile your program with a -g flag, so it has debugging info. I'm refering to the program you are debugging, not ddd  |
Oki it worked but is -g really needed can't I debbug a file that have not recieved -g as argumment for compilation? |
|
| Back to top |
|
 |
|