Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Clean and rebuild configuration - make permanent (save configuration )
Clean and rebuild configuration - make permanent [message #1817115] Fri, 15 November 2019 15:31 Go to next message
Helen Keller is currently offline Helen KellerFriend
Messages: 173
Registered: June 2019
Senior Member
I can change project configuration .
Unfortunately I have to have BOTH default and ANTENNA ANALYSER to successfully build the project.
It does work, but only once.
It looks as there can be only one active configuration , not a combination of two I need.
How can I save it , make permanent?
Re: Clean and rebuild configuration - make permanent [message #1817135 is a reply to message #1817115] Fri, 15 November 2019 23:55 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Not sure what you mean by "permanent".
The build configuration in Eclipse is just a different build directory.
This really only applies to Managed Builds.
The build directory for the configuration won't exist until it is built.
Then it's part of the project.

Note: Eclipse managed builds can only handle a single executable or library creation.
You will need to use your own makefile with a Makefile project if you want something else.
Build configurations in a Makefile project can be done but need some thought.

BTW: your first link (Clean and rebuid configuration) is an incomplete URL

index.php/fa/36766/0/
index.php/fa/36767/0/
index.php/fa/36768/0/
Previous Topic:Error limit increase for C++ compiler
Next Topic:How to make "make" to print ONLY errors?
Goto Forum:
  


Current Time: Sat Apr 20 03:32:37 GMT 2024

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

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

Back to the top