Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to add path for Code Analysis
How to add path for Code Analysis [message #1141096] Wed, 16 October 2013 20:47 Go to next message
Evan li is currently offline Evan liFriend
Messages: 3
Registered: October 2013
Junior Member
I am using a plugin using another C compiler tool chain, it can compiled and run. But the Code analysis keep show error and warning about the include file such as stdio.h etc. So I think it know the path for compiling but not for code checking?
Where can I setting the path to the code analysis module to make it see the include files.
Re: How to add path for Code Analysis [message #1152650 is a reply to message #1141096] Thu, 24 October 2013 05:08 Go to previous message
Marc-André Laperle is currently offline Marc-André LaperleFriend
Messages: 256
Registered: July 2009
Senior Member
Which toolchain are you using? System includes like that should be automatically detected using "Language Settings Providers". However, it's possible that your toolchain hasn't implemented that so you could try to set them manually but this is really not ideal as you will have to set a lot of includes and symbols. All of this is controlled in project properties, C/C++ General, Preprocessor Include paths, etc...
Previous Topic:How can I permanently set the MinGW path in "Run"?
Next Topic:Legomind NXT with Eclipse C++
Goto Forum:
  


Current Time: Tue Apr 23 14:33:22 GMT 2024

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

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

Back to the top