Tool/software: Code Composer Studio
Hello,
We use CMake to govern how projects are organized, compiled etc. The project is not created as a CCS project, but it is written for TI C2000 platform.
I managed to import the project to CCS and setup the build procedure, but I am having problems with Indexer. When I try to navigate through the code, CCS does not know which source to use as it does not understand CMakeLists.txt.
However, when I do build, the compile_commands.json is created in the build directory with information on all dependencies and compile symbols in the file. Can CCS Indexer somehow use this file to properly navigate through the project?
Thank you!
Marko.