Tool/software: Code Composer Studio
[The issue]:
In CCS 8.2, when C file is modified and save. The C/C++ Indexer is triggered to rebuild FULL index. It takes tens of minutes to rebuild full index.
[Observation]:
After removed all TI CCS 8.2 components, the Eclipse C/C++ Indexer performs as expected and rebuild only modified file. It takes one second to index modified file.
[Project type]:
C/C++ Make file with existing code.
Based on the observation, it looks like some components in CCS always trigger full index rebuild, which is not expected and make CCS difficult to use.