[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] MinGW Windows, Slow Builds
|
- From: jarrod.chesney@xxxxxxxxx (Jarrod Chesney)
- Date: Fri, 10 Jul 2009 12:15:35 +0000 (UTC)
- Newsgroups: eclipse.tools.cdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi All
I have a fairly simple c++ project and it takes 1 minute or more from
when i click "build project" to when it starts executing g++
The project is a c++ executable using the internal builder.
Assuming the problem is related to the internal builder, is there anything
i can do to speed this up?
I would expect it should take 5 seconds max?
I checked out the CDT projects in order to debug it, when i clicked build,
There were a bunch of threads calling a wait() method and one calling a
method like "find files in workspace".
Has anyone experienced anything like this?
I'm running the latest CDT with the galileo release.
Build system is MinGW
Running on windows XP SP2 (32 bit)