I'm trying to build a project in eclipse and it keeps getting stuck around 10%. I have previously been able to build projects without a problem and I have not changed anything since last building a project which was last night.
The console says: 20:42:11 **** Incremental Build of configuration Debug for project test **** Info: Internal Builder is used for build g++ -O0 -g3 -Wall -c -fmessage-length=0 -o "src\test.o" "..\src\test.cpp"
I have tried running other projects but get the same result. I have also closed eclipse and relaunched multiple times. The progress bar does not move with time either.
I followed instructions here Error running C++ program eclipse (nothing to build) but it did nothing. All projects were able to clean successfully but still can not build.
Any advice would be much appreciated. Thank you.