Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Clean always executed for builds with custom toolchain(How to disable the clean before every build, when a custom toolchain is used.)
Clean always executed for builds with custom toolchain [message #1797970] Fri, 09 November 2018 10:34
Tobias Wilker is currently offline Tobias WilkerFriend
Messages: 1
Registered: November 2018
Junior Member
I am using Eclipse 4.9.0 and CDT 9.5.3.
I have developed an eclipse pulgin which creates a new project template based on the CDT project template. The toolchain I use to build the project is completely custom as I use an external tool. So basically I use only the indexer from CDT in my project.
Whenever I build the project CDT calls a Clean before. This is problematic as otherwise the external tool would only build things that have changed. I already tried to play with the "Auto build" setting and the resources in the Refresh policy tab of the project. I tried almost all permutations, but the behavior is always the same. Before every build there will be a clean.

Can I somehow suppress that? I would even do it with my plugin if I knew how.
Previous Topic:Force Eclipse to build a source file from an included directory?
Next Topic:How to solve "Undefined reference to function" ?
Goto Forum:
  


Current Time: Fri Mar 29 12:24:14 GMT 2024

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

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

Back to the top