Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How To Save Build Configuration
How To Save Build Configuration [message #1791391] Thu, 28 June 2018 16:34 Go to next message
yida yang is currently offline yida yangFriend
Messages: 2
Registered: June 2018
Junior Member
Hello All,

I am new to the platform.

I created a new build configuration with some pre-defined new symbols. I was wondering how can I save these build configuration.

Whenever I close eclipse and open again, the self defined build config is gone and only the default (debug and release) are there...

Thank you
Re: How To Save Build Configuration [message #1791502 is a reply to message #1791391] Sun, 01 July 2018 08:54 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
I tried this with a test HelloWorld project using Oxygen and it worked.
The Build Configuration was made using the Manage Configurations dialog.
Obtained by either the gear icon on the toolbar or
one of the places in the Project Properties such as
Project -- > Properties --> C/C++ General --> Preprocessor Include Paths, Macros etc. --> Manage Configurations ...
They are saved when closing Eclipse.

You may have encountered a bug.
Can you describe (show is better) how you made the new configuration
and what type of project you have.

Also your:
OS,
Eclipse version,
CDT version
Re: How To Save Build Configuration [message #1791582 is a reply to message #1791502] Mon, 02 July 2018 15:45 Go to previous messageGo to next message
yida yang is currently offline yida yangFriend
Messages: 2
Registered: June 2018
Junior Member
Thank you,

Yes, that's exactly where I went for the configuration:

Project-> Properties->C/C++ General-> Paths and Symbols ->Manage Configureations.

After I am done, I just pushed apply and ok... The configurations are on the list when I build. But when I close the program and restart again, then it is gone...

I use Tasking and the eclipse IDE is included in the package. I tried to look for the Eclipse version but see none. I may need to contact them to get the version number.

OS is Win 7 64bit.
Project is very big...and it's a company project so I cannot show here.
Re: How To Save Build Configuration [message #1791599 is a reply to message #1791582] Mon, 02 July 2018 17:04 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Eclipse version often show up on the startup splash screen.
You can also do Help --> About Eclipse
which should give the version.

You can click on the icons for plugins to get information on them.

You might want to submit a bug report at https://bugs.eclipse.org/bugs/
You'll need to register if you haven't done so.
If it is an issue, it's likely a CDT one so, after login, browse and go to the CDT section.

If what you have is a third party plugin you should contact the authors first.


Re: How To Save Build Configuration [message #1792094 is a reply to message #1791599] Wed, 11 July 2018 08:58 Go to previous messageGo to next message
Harald    is currently offline Harald Friend
Messages: 37
Registered: July 2009
Member
Make sure that the file .cproject is not write protected (usual fault when ClearCase is used).
Re: How To Save Build Configuration [message #1792851 is a reply to message #1791391] Wed, 25 July 2018 06:21 Go to previous message
Charles Brenner is currently offline Charles BrennerFriend
Messages: 2
Registered: July 2018
Junior Member
I think you should reinstall eclipse once again and try.
Previous Topic:Eclipse CrossCompile include issues
Next Topic:simple CDT plugin/toolchain creation
Goto Forum:
  


Current Time: Fri Mar 29 08:06:37 GMT 2024

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

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

Back to the top