Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find the tool settings in Eclipse CDT

Tags:

I am looking to add a few libraries to Eclipse CDT (latest version 8.2). However under the project -> properties -> c/c++ build -> settings....There is no tool settings tab where I can configure my include files and the linker like I see with so many other tutorials online. What appears is what is shown below. Is this new for the newest version of the eclipse CDT or did something get configured improperly in the download. Thanks for the help.

Pic of Eclipse

like image 678
TeddyG Avatar asked Jul 16 '13 22:07

TeddyG


People also ask

What is CDT in Eclipse?

The CDT is Eclipse's C/C++ Development Tooling project. It is an industrial-strength C/C++ IDE that also serves as a platform for others to provide value-added tooling for C/C++ developers.


1 Answers

Go to Project Properties -> C/C++ Build -> Builder Settings -> (x) Generate Makefiles automatically then the tool settings tab under Settings will appear

like image 92
JaMaBing Avatar answered Oct 13 '22 15:10

JaMaBing