Skip to main content



      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 19:36
Eclipse UserFriend
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: Mon Jul 07 19:15:16 EDT 2025

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

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

Back to the top