Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » disable rebuild of project references
disable rebuild of project references [message #727385] Wed, 21 September 2011 06:51 Go to next message
Jan Pohanka is currently offline Jan PohankaFriend
Messages: 29
Registered: June 2011
Junior Member
Hello,
I'm using eclipse for embedded linux development. I have one project with linux kernel source and second one with linux module, which has the kernel as its project reference. I need this to enable code analysis within the kernel, but the eclipse builds the kernel again with each recompiling of the module. Can this be disabled somehow, please? Even only the linking of the zImage/uImage lasts about 8 seconds on my PC ...

regards
Jan
Re: disable rebuild of project references [message #727394 is a reply to message #727385] Wed, 21 September 2011 07:29 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
There is an open bug request about this https://bugs.eclipse.org/bugs/show_bug.cgi?id=256233

There is a workaround mentioned in comment #2. Perhaps this helps in your case (unfortunately, it did not help me).

Other possible workarounds:
- replace build command for the kernel project with "", i.e. delete it; you can then create a make target to build the kernel


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: disable rebuild of project references [message #727408 is a reply to message #727394] Wed, 21 September 2011 08:14 Go to previous message
Jan Pohanka is currently offline Jan PohankaFriend
Messages: 29
Registered: June 2011
Junior Member
Workaround mentioned in comment #2 helped me. Thank you.
Previous Topic:indexer search path
Next Topic:Cannot debug C remote application - Solved
Goto Forum:
  


Current Time: Thu Apr 25 13:22:33 GMT 2024

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

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

Back to the top