Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Cannot Access Tool Settings Tab(Need to access Tool Settings under Build->Settings)
Cannot Access Tool Settings Tab [message #1820863] Thu, 30 January 2020 16:35 Go to next message
Douglas Lewis is currently offline Douglas LewisFriend
Messages: 1
Registered: January 2020
Junior Member
I'm using Eclipse 2019.12 on Windows 10.

I need to use an older version of CodeSourcery compiler. I am cross compiling to Ubuntu Linux. I have the compiler on my Windows computer.

I have seen similar questions with responses on the forum about using the Tool Settings tab to point to the specific compiler I want to use but when I go to Project->Properties->C/C++ Build->Settings I do not see the Tool Settings tab, I only see Container Settings/Binary Parsers/Error Parsers.

Do I have something wrong with my install or setup?

I created the project using File->New->Project->C++ Project, pointed to the existing code on my computer.

Thanks
Re: Cannot Access Tool Settings Tab [message #1821045 is a reply to message #1820863] Tue, 04 February 2020 19:06 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Works for me.
Somehow you ended up with Makefile project.
Makefile Projects don't have or need the Tool Settings tab because you manage the makefile.

If you really want a Managed Project, go to
Project --> Properties --> C/C++ Build --> Builder Settings tab
and enable Generate Makefiles automatically
Understand that the next build will then destroy any existing makefile.
Previous Topic:code with eclipse
Next Topic:Unresolved Inclusion
Goto Forum:
  


Current Time: Tue May 07 01:34:33 GMT 2024

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

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

Back to the top