I have a makefile based project that was generated using CMake for C28. I imported it into CCS 12.4 as an existing project and setup the preprocessor include paths.
The indexer is not recognizing enum symbols from .h files. From the parser log file, I see the indexer visited the .h files and the parser picked up the #define macros, but not the enum definitions.
For example:
I've tried enabling everything in the "indexer" properties. Any other suggestions?
Regards
Lori