Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] GCC Per File Discovery

Hey gang,

After an apparent initial success with getting the built-ins to show up on first projects in a workspace, I am now turning my attention to GCC Per File/Per Project scanner discovery. I want to use it for Android native support and for future Makefile-based project types I'd like to add support for. I have opened the following bug for per file, which doesn't seem to work at getting the built-ins.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=313370

BTW, the more success I get at this, the more I'm in favor of making the current stuff work versus rewriting, in particular for Makefile projects. The complexity we are seeing really is around configuration descriptors and all the info/cache/data objects that they use, which actually don't have anything to do with the actual build model or scanner info. But that's a much bigger task to unravel and as I mentioned in my blog, I have a lot of other things I want to work on in order to achieve world domination for the CDT :).

:D

Back to the top