This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSv5.1 Indexer and CGT 6.0.2

Is there a way to configure the C++/C indexer to ignore specific keywords? It seems the indexer is not aware of non-ansi C keywords CGT6.0.2 recognizes (e.g. cregister). Turning off the indexer is not an option since this is one of the main features of an IDE. Or is there another fix/workaround?

  • Which version of CCS 5.1 are you using? This should be addressed in latest builds of 5.1. If you currently have a project that gives you such code analysis errors, try reimporting it with the latest build of CCS 5.1.  Or, in your currect version, you could also just turn off the two checkboxes on the Project Properties->C/C++ General > Code Analysis > Launching page, and manually select and delete all the errors in the Problems view.

  • I'm using 5.1.0.08012. Re-importing the project did do the trick! I hope it's permanent. Thanks.