No such file or directory error -- codelite-exec.sh

General questions regarding the usage of CodeLite
tataDan
CodeLite Curious
Posts: 5
Joined: Wed Sep 16, 2020 7:46 pm
Genuine User: Yes
IDE Question: C++
Contact:

No such file or directory error -- codelite-exec.sh

Post by tataDan »

I was able to build and run my project without any errors, but at some point I started getting this error:

Code: Select all

/home/daniel/.codelite/tmp/daniel/codelite-exec.sh: line 3: /home/daniel/cppPrograms/webview/build-Debug/bin/simple_grep: No such file or directory
Hit any key to continue...
I have tried various fixes, but none have worked.

Any suggestions would be greatly appreciated.
tataDan
CodeLite Curious
Posts: 5
Joined: Wed Sep 16, 2020 7:46 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: No such file or directory error -- codelite-exec.sh

Post by tataDan »

The problem has been resolved.

I had added a library to Linker Options instead of to Libraries in my project settings.
Post Reply