Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT GCC Build Parser doesn't index the header files
CDT GCC Build Parser doesn't index the header files [message #1854026] Thu, 28 July 2022 13:12
Dirk Freitag is currently offline Dirk FreitagFriend
Messages: 5
Registered: March 2022
Junior Member
Hi,

I use my own build tool in cdt. It builds the target files and writes some build information to the console window.
For the indexer I only enables the cdt gcc Output parser, and my expectations is that all the information for the include path and dependencies are getting from the build output.
Unfortunately the parser seems not to work correctly. It could not resolve the dependencies. I tried several imes to rebuild the indexer

I tried it with teh default Compiler command pattern: *(g?cc)|([gc]\+\+)|(clang)

and for example I simplified log line to compile a single c-file is as follows:
INFO :: Command C:\target-gcc.exe -c- -IC:\Include1 -IC:\Include2.. C:\Projects\test.c -o C:\Projects\test.o

Using the the CDT GCC Build in Compiler Settings MinGw in principle works, but then I have some addtionla errors in the Problems windows which I want to avoid.
Previous Topic:Documentation Links
Next Topic:TM Terminal is slow as molasses on mac os X
Goto Forum:
  


Current Time: Fri Apr 26 11:24:57 GMT 2024

Powered by FUDForum. Page generated in 0.02886 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top