Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to produce build output for scanner info discovery?

I'm trying to configure a C++ makefile project on Linux. From the command line the project is built using a hierarchical system of makefiles. What is the right way to produce a build output file for loading on the Discovery Options page? I tried to run make -n on the top level makefile to produce the build output. Loading that file did help to resolve couple include directories, but the majority of required include directories and externally defined symbols were still missing.

Could please somebody enlighten me on how to produce the build output file expected by the scanner info discovery and what options to choose on the Discovery Options page.

-sergey

Back to the top