Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Custom toolchain - how to specify a library and include file?

On a separate note, is there some way to specify a header file that will
be included in all C/C++ files in the project even without the #include
directive? Think of stdio.h in K/R C

gcc/g++ have a "-include <file.h>" option on the command line.  Does your toolchain's compiler have a similar feature?

 The problem I have is that compiler includes the header just find but the editor marks all the symbols as undeclared. I believe I need to add those headers to the CDT indexer somehow.

Best regards,
Eugene

Back to the top