User forums > Help

Why do I get "Starting the debuggee failed: No executable file specified."?

<< < (2/2)

crobar:
Yes, sorry I'll use the right code tags next time (I realised I messed this up just after posting and saw other peoples posts with the proper code tags)

However, I think I've found the root of the problem. This program is a thin wrapper for a shared library. Its built using autotools, and before installing, the executable is not in fact the binary (as you suggest), but is actually a shell script created by libtool which sets up lib dirs and things. I expect this is the problem. I'm not sure yet if there is any way to get around this, my first attempt will be to actually install the program somewhere and run it from there.

crobar:
For future googlers I can confirm this is the solution, I configured my project with


--- Code: ---configure <blan blah> --prefix=/opt
--- End code ---

After building did
--- Code: ---make install
--- End code ---

Then changed Project->Properties->Build Targets->Output Filename to /opt/bin/<executeable name> (in my case /opt/bin/qucsator)

Debugging now works as expected.

Thanks for the help everyone.

Navigation

[0] Message Index

[*] Previous page

Go to full version