Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Delay project parsing until first build


Hi,

in our current project, we're finding that CDT tries to parse the created projects too early.
Specifically, for us:

- new projects use non-trivial templates
- this is a custom compiler and makefile-based build system, so most headers used by the
  templates are not found until the first build (when the command-line scanner finds the
  include paths)

As the result, as soon as new project is created, a lot of identifiers are highlighted in
red as not found.

Is there a way to instruct CDT to delay parsing until first build?

Thanks,

--
Vladimir Prus
CodeSourcery / Mentor Graphics
http://www.mentor.com/embedded-software/


Back to the top