Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Can't exec "gdb": No such file or directory(debug parallel code)
Can't exec "gdb": No such file or directory [message #1710031] Fri, 02 October 2015 18:39
enrico santarpia is currently offline enrico santarpiaFriend
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
Previous Topic:PDT 3.6 released with Mars.1 !
Next Topic:PHP extensions not being loaded in Mars
Goto Forum:
  


Current Time: Tue Apr 23 07:11:15 GMT 2024

Powered by FUDForum. Page generated in 0.02916 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top