I deleted the release folder which was generated by eclipse (CDT) when I first built my project; but now when I try rebuilding the sources, eclipse does not regenerate the complete release folder along with the make files. Rather, it reports the following error:
Errors occurred during the build.
Errors running builder 'CDT Builder' on project '<project name>'.
Resource '/<project name>/Release/objects.mk' does not exist.
Resource '/<project name>/Release/objects.mk' does not exist.
I'm using eclipse neon2
with cdt
. I tried searching for a solution online, but I couldn't find any. How do I solve this problem and regenerate the release
file?