Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Launching one CDT project calls make file of all projects in workspace
Launching one CDT project calls make file of all projects in workspace [message #870411] Tue, 08 May 2012 04:57 Go to next message
Srinivas G is currently offline Srinivas GFriend
Messages: 4
Registered: November 2011
Junior Member
I have multiple projects in workspace all of which have C project nature and another project nature that is custom defined. Each of the project has make file which will build the source files and creates the elf file for the target.

The problem is that when I am trying to run/debug one project, eclipse is calling make file of all the projects in workspace. This will result in building all the projects which is taking very long time. The projects does not have dependency on each other.

Can someone help in this regard.

Thanks in advance
Srinivas G
Re: Launching one CDT project calls make file of all projects in workspace [message #870463 is a reply to message #870411] Tue, 08 May 2012 10:55 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Windows->Preferences->Run/Debug->Launching
Uncheck "Build before launching"


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:How can I config Eclipse to build proyect?
Next Topic:Unable to get $PATH.
Goto Forum:
  


Current Time: Fri Apr 26 11:40:08 GMT 2024

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

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

Back to the top