0
votes

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.

1
Did you check on the process to see if it's still running? You might at least be able to tell if it's stuck in an infinite loop or waiting for some event. - meneldal
Yeah I killed eclipse, g++, starter, and misc processes. Even after restarting the computer it still has the same issues. - DWigley
That's not what I meant. When you see there is no progress did you check on the process to see if it was still running? That would give a better idea what kind of bug you're facing - meneldal
Sorry, yes the process is still running. - DWigley
Running idle or using cpu? - meneldal

1 Answers

0
votes

I ended up resolving this by doing a clean install of eclipse and the compiler.