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.

CCS: CCS makefile project

Tool/software: Code Composer Studio

Hello,

I have a project under CCS which is not a CCS project but a make-file project (running gmake from the build command) 

The problem is that CCS indexer does not work properly on the project and i keep getting hundreds of errors which are of type Semantic Errors - not actual build errors.

Is there a way to enable the indexer properly on this kind of project so it will stop issuing all these semantic errors and also will have proper references to declaration and etc...

Thanks

Guy