Page 1 of 1

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

Posted: Fri Sep 25, 2020 10:37 pm
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.

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

Posted: Sat Sep 26, 2020 12:05 am
by tataDan
The problem has been resolved.

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