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/TCI6630K2L: using CSL in non-OS project

Part Number: TCI6630K2L

Tool/software: Code Composer Studio

Hello

I create new project in CSS v7.4.0.00015
In project propertis - Products - enabled "Keystone2 PDK" v 3.1.0.3

In "C6000 Compiler" - "Include Options" I see "${TI_PDK_INCLUDE_PATH}", but this variable = <none>
In "C6000 Compiler" - "Predefined Symbols" I see ${TI_PDK_SYMBOLS}, but this variable = <none>
In "C6000 Linker" - "File Search Path" I see ${TI_PDK_LIBRARIES} and ${TI_PDK_LIBRARY_PATH}, but this variables = <none>
How to properly connect the csl to the non-OS project?