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/SIMPLELINK-CC13X2-26X2-SDK: CCS 10.0 on Ubuntu , How to add Simplelink SDK as a local repo to the project configurations

Part Number: SIMPLELINK-CC13X2-26X2-SDK

Tool/software: Code Composer Studio

HI,

I have installed CCS 10 on Ubuntu machine. I have  the project configuration from the  examples which use the default variable "COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR_REPOS " from CCS , I would like to change that to local folder. how can I do that?

Regards

Sainath

  • This variable is derived from the SimpleLink SDK install directory (COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR).

    You can check which version of SDK the project uses and change it to a different version/path from Project Properties->General->Products tab. 

  • HI AartiG,

                       Thanks for the reply . Iwould like to remove this variable and add my own path for SDK. I creatred a variable called SDK_PATH with reference to my project folder and added it to the XDC Path Package Repositories and it built. Is that the right way?

    Regards

    Sainath

  • Creating a new variable and adding it to the  XDC Path Package Repositories is fine if you want to add additional paths to the package repos. However since variables like COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR may be used in project build settings (like compiler include path, linker paths etc), if you want to adjust the SDK install path itself, it is best to do it by editing the path to the SDK product from the menu I showed in the screenshot above. That way it will propagate to those other settings as well.