Skip to main content



      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 16:47 Go to next message
Eclipse UserFriend
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 01:08 Go to previous message
Eclipse UserFriend
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: Mon Jun 30 17:55:58 EDT 2025

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

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

Back to the top