Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » what is running after every build that takes a long time?(Waits after build)
what is running after every build that takes a long time? [message #1703247] Wed, 29 July 2015 17:54
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
After every build and all linking has completed Eclipse waits for something while reporting 50% complete. Sometimes this takes a long time which is very annoying when I'm debugging and correcting one problem at a time. This was very quick when running Helios with whatever version of CDT it had but not at all with Mars.

What is Eclipse waiting for? What I'm after is to decrease or eliminate the wait time. Any suggestions would help. If this has been covered elsewhere, I can't find it; please point it out.

I suspect one of the reasons is the indexer as in some projects the wait time is shorter. I have no way of knowing but it looks like the indexer gets completely rebuilt after every build. Since I have Update index immediately after every file change selected this doesn't seem necessary. It happens when all I've done is run clean. Note: all of my projects are makefile projects.


So, is Eclipse only waiting for the indexer? If so, can I stop it from running after a build but retain the update after a save?

FWIW:

Eclipse Version: Mars Release (4.5.0)
Build id: 20150621-1200

Eclipse IDE for C/C++ Developers 4.5.0.20150621-1200

Solved: I've just noticed the Progress view reports "Invoking Code Analysis" during this time. I disabled this for builds and this fixed the problem.


[Updated on: Wed, 29 July 2015 18:15]

Report message to a moderator

Previous Topic:Callgraph viewer plugin
Next Topic:Breakpoint installation failed: Interrupt failed
Goto Forum:
  


Current Time: Thu Apr 18 14:00:06 GMT 2024

Powered by FUDForum. Page generated in 0.02222 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top