Can't exec "gdb": No such file or directory [message #1710031] |
Fri, 02 October 2015 18:39 |
enrico santarpia Messages: 2 Registered: September 2015 |
Junior Member |
|
|
I am trying to debug a parallel program that I have written using makefile in Eclipse PTP.
I have used mpich and I have succeed to compile and run the program on eclipse.
I want to use the parallel debugger tool of eclipse, but I have some problems.
What I have done is the following:
===================================
Run =>Debug configurations => Debugger
Debugger: SDM
checked Stop at main() startup
Path to SDM executable /usr/local/bin/sdm (I have checked that it is there,I have also installed the plugin org.eclipse.ptp.linux.x86_64_6.0.5.201303141502)
Path to gdb executable /usr/bin/gdb (I have checked that is it there)
===================================
I got some errors that I solved installing Devel-GDB-2.02 and Expect-1.15
Now I have this error and I do not know what to do:
278ba04f-c8ad-4005-8221-b6eabd60ecd1: FAILED
Can't exec "gdb": No such file or directory at /usr/share/perl/5.18/IPC/Open3.pm line 173.
open2: exec of gdb --tty=/dev/pts/32 --interpreter=mi mpiexec 5475 failed at /usr/local/share/perl/5.18.2/Devel/GDB/LowLevel.pm line 206.
#PTP job_id=5475
Any suggestions?
Thanks in advance for your help
|
|
|
Powered by
FUDForum. Page generated in 0.03706 seconds