Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » disable rebuild of project references
disable rebuild of project references [message #727385] Wed, 21 September 2011 02:51 Go to next message
Eclipse UserFriend
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 03:29 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: disable rebuild of project references [message #727408 is a reply to message #727394] Wed, 21 September 2011 04:14 Go to previous message
Eclipse UserFriend
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: Fri Jul 18 13:55:30 EDT 2025

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

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

Back to the top