Opening Gui project problem

CodeLite installation/troubleshooting forum
popek666
CodeLite Curious
Posts: 1
Joined: Fri Sep 21, 2012 2:59 pm
Genuine User: Yes
IDE Question: C++
Contact:

Opening Gui project problem

Post by popek666 »

"debugger exited with the following error string: "no executable specified, use 'target_exec'.""
I don't use local characters in workspace and project name. Why this is happening?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Opening Gui project problem

Post by eranif »

popek666 wrote:I don't use local characters in workspace and project name
I am not sure what does it means..

Anyways, Open your project settings (from the menu):

"Workspace -> Open active project settings -> Common settings -> general"

and under :"Program to Run / Debug"
Make sure that 'Program' is pointing to the correct executable.

Also, before you post here, make sure you read this:
http://forums.codelite.org/viewtopic.php?f=5&t=804

Eran
Make sure you have read the HOW TO POST thread
Post Reply