Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] search path for code analysis

Hi all
I try to make a CDT plugin using another compiler the PGI C/C++ compiler(it is used in our lab), the extension point I used are managedbuilder.core.builddefination, templateAssociattions, managedbuilder.core.buildProperty. Now I have this plugin works, it can compile and run using PGI compiler. Only problem I have is the code analysis, it complains about all the C Include files, seem it fail to find the include path. 
My question is where can I set the include path for the code analysis internally.  
ALso when I open property/C General/Path and symbols/ the include, symol and lib tab are all missing, it only has source tab ( I did enable it in windows preference), what extension I missed for that function? 


Thanks and regards 

Back to the top