Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » incremental build for windows
incremental build for windows [message #211795] Thu, 13 March 2008 06:50 Go to next message
Christian Pontesegger is currently offline Christian PonteseggerFriend
Messages: 250
Registered: July 2009
Location: Graz, Austria
Senior Member
Hi,

I am using CDT under linux (with gcc) and windows (minGW).
I have several projects depending on each other. All projects are
configured to "build incrementally".

For linux this works perfectly as a build will only rebuild projects
where the source changed and all projects depending on them. So a base
library is not rebuilt, when the source does not change.

On windows I have the same project settings, but anytime I do a build a
"make clean" seems to be called for the project and all subprojects.
This results in a huge waste of compile time and is quite annoying. I
didn't see this behavior on eclipse 3.2. Is this depending on the
toolchain used?

I use:
Eclipse 3.3
CDT 4.0.2.200711280800

Project settings:
C++ Build
behavior
Build incremental enabled
clean disabled

tanks
Christian Pontesegger
Re: incremental build for windows [message #709358 is a reply to message #211795] Wed, 03 August 2011 21:03 Go to previous messageGo to next message
Jack Dodds is currently offline Jack DoddsFriend
Messages: 3
Registered: July 2011
Junior Member
Hello Christian,

I've been having some problems with inter-project dependencies under CDT using MinGW.

I posted a message in the CDT forum on this subject, and got no replies.

After a lot of searching I found your message posted two years ago in which you mentioned some of the issues that have been causing me problems.

Did you ever get any responses to your post, or make any progress?

You can email me at jack@geotech.ca

Thanks

Jack Dodds
Re: incremental build for windows [message #713837 is a reply to message #709358] Tue, 09 August 2011 07:08 Go to previous message
Marc-André Laperle is currently offline Marc-André LaperleFriend
Messages: 256
Registered: July 2009
Senior Member
Hello Jack. Can you reproduce the problem with a set of simple projects that you could share? Is it really MinGW specific? That seems surprising. Also note that there are several problems with referenced projects, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=309769
Previous Topic:debugger interface stops responding
Next Topic:Use dll in own library
Goto Forum:
  


Current Time: Fri Apr 26 07:01:04 GMT 2024

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

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

Back to the top