Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Include paths


Hi,

Now that the internal builder works (more or less) for my toolchain, I'm faced with the problem of telling the indexer how to figure out what include paths to use when looking for system include files. (I get warning-markers for example when including stdio.h, even though the file is compiled correctly.)

There is an extension point called

org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile

but that seems only applicable to make-based builders. Another extension point is

org.eclipse.cdt.managedbuilder.core.ScannerConfigurationDiscoveryProfile

but I cannot find any documentation for it, and the plugin manifest editor won't let med create such an extension point.

If anyone could point me in the right direction, I'd be grateful.

--
/Jesper




Back to the top