Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Codelite issue--No executable specified,use 'target exec

I have just installed codelite in my windows 8.1.It shows error

  Debugger exited with the following error string:
   "No executable 
   specified,use 'target exec'"

I searched and found this (another stackoverflow question) I did the same as mentioned there but nothing really worked for me.I made a new project and selected Simple executable (g++) and GNU debugger as default debugger.Can anybody help me with this.Also it shows "Program exited with return code: 4199040".

like image 355
chota bheem Avatar asked Apr 20 '15 05:04

chota bheem


1 Answers

It seems that you don't provide executable to run/debug:

Go to

Project settings... -> Common settings -> General

and fill correct information for

Executable to Run / Debug
like image 92
Jarod42 Avatar answered Sep 21 '22 09:09

Jarod42