Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Where is my Tool Settings tab?(Cannot find tool settings tab in eclipse 2019-06 v4.12)
Where is my Tool Settings tab? [message #1809956] Fri, 26 July 2019 11:23 Go to next message
Ivana Mising name is currently offline Ivana Mising nameFriend
Messages: 4
Registered: February 2010
Junior Member
I am missing the Tool Settings tab under:
Project Properties > C/C++ Build > Settings

See attached screenshot. I have eclipse 2019-06, version 4.12.

The reason i'm looking for it is because i want to start using Boost for testing my c++ project as described here:
https://stackoverflow.com/questions/44788731/c-boost-test-package-structure-and-eclipse-project-settings

Is there something wrong with my project?

Thnks,

Ivana
Re: Where is my Tool Settings tab? [message #1809957 is a reply to message #1809956] Fri, 26 July 2019 12:23 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
You have Generate Makefile turned off.
Go up to C/C++ Build and enable it

[Updated on: Fri, 26 July 2019 13:32]

Report message to a moderator

Re: Where is my Tool Settings tab? [message #1810067 is a reply to message #1809957] Tue, 30 July 2019 08:52 Go to previous messageGo to next message
Ivana Mising name is currently offline Ivana Mising nameFriend
Messages: 4
Registered: February 2010
Junior Member
Thanks David, i'm new to c++ and someone else made the project's makefile.

Am i correct in thinking that a project either has a makefile or generating the makefile is left to eclipse and in this case the Tool Settings become available?

Ivana
Re: Where is my Tool Settings tab? [message #1810075 is a reply to message #1810067] Tue, 30 July 2019 10:07 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Yes. Or something similar, like a Cmake file.
Eclipse needs some external buider,
nominally GNU Make but you can change it.
If it isn't Make, you are responsible for its creation.
Eclispse can now handle Cmake
but I don't know how well.


If you have your own makefile,
you don't want Eclipse to destroy it.
The Tool Settins tab sets parameters to be used
when creating the Makefile

[Updated on: Tue, 30 July 2019 10:13]

Report message to a moderator

Previous Topic:Configure Eclipse for cross compilation (with Yocto environment script?)
Next Topic:Problem with autocomplete using Arduino Plugin
Goto Forum:
  


Current Time: Sat Apr 20 14:20:58 GMT 2024

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

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

Back to the top