Page 1 of 1

Great news about C/C++ indexing in the lilght of last Eclipse update

Posted: Sat Jun 15, 2024 2:32 am
by powerbroker
in couple of words: completely broken.

that means no more “let’s postpone”, “there are more important things to do”, “at least somehow it works”, etc. it's not it doesn't work somehow - it does not work at all.

so, the time to get C/C++ indexing in ESP-IDF Eclipse plugin in order has finally come.

sure, since this fact very soon all we can enjoy in our ESP-IDF plugin projects totally redesigned C/C++ indexing behavior of ultimate-high class!
can't we?

Re: Great news about C/C++ indexing in the lilght of last Eclipse update

Posted: Fri Aug 09, 2024 9:49 pm
by gtjoseph
Actually it does work but only using the LSP version of the C++ editor which, unfortunately, isn't as feature rich as the original CDT C++ editor. It was a struggle to get everything working however. I would up having to start from scratch with a new install of Eclipse Embedded C++ 2024-06 and a new workspace. For some reason, I also had to create an empty /usr/include/gnu/stubs-32.h file to get everything to work.