Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Build CDT project without blocking other workspace jobs(Build CDT project without blocking other jobs like creating a new project or refresh some folder, etc)
Build CDT project without blocking other workspace jobs [message #1454958] Tue, 28 October 2014 23:36
Srinivas G is currently offline Srinivas GFriend
Messages: 4
Registered: November 2011
Junior Member
I have integrated a new project type, toolchain in eclipse CDT and it uses CDT managed build system to build the projects. The project takes a quite lot of time to build (like 30 minutes to maybe hours for larger projects). The generated Make file of this project calls some other tools and generates bunch of intermediate files.

Because CDT managed project build runs in workspace, we can't create other project or refresh the contents of some generated files. They are refreshed only after the entire build is completed (which takes quite lot of time).

So my question is, Is there any way to trigger the project build and still allow the user to do things like project creation and refresh workspace contents.

Best Regards
Srinivas G
Previous Topic:problem in eclipse
Next Topic:Eclipse Arduino IDE
Goto Forum:
  


Current Time: Wed Oct 09 19:22:14 GMT 2024

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

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

Back to the top