Results 1 to 4 of 4
When i try to start debugging i have a dialog with this:
gdb message:
"/home/manuel/Proyectos/compiladoresfinal/src/compiladoresfinal": No such file or directory.
then i press ok and:
gdb message:
/home/manuel/Proyectos/compiladoresfinal/"-fullname": No such ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-07-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 35
kdevelop 3 - gdb
When i try to start debugging i have a dialog with this:
gdb message:
"/home/manuel/Proyectos/compiladoresfinal/src/compiladoresfinal": No such file or directory.
then i press ok and:
gdb message:
/home/manuel/Proyectos/compiladoresfinal/"-fullname": No such file or directory.
What can i do to fix this?? The project and the executable is in that directory.
- 09-07-2003 #2Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Are you running as the correct user? Have the files the correct permissions??
Regards
Andutt
- 09-07-2003 #3Just Joined!
- Join Date
- Jun 2003
- Posts
- 35
yes, the project is mine. I create it. I have all thr privileges.
- 09-08-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
With what arguments are you trying to start gdb?


Reply With Quote
