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.

MCU-PLUS-SDK-AM243X: Which file is used for storing the product registration (SysCfg and SDK)

Part Number: MCU-PLUS-SDK-AM243X


Tool/software:

Hi,

I'm using the ind_comms_sdk_am243x_09_01_00_03

Sometimes I see that it appears with a red mark on the projet's -> properties -> General -> Products.

Then the project refuses to compile.

I have to remove and add it again to solve the problem.

Maybe the git ignoring the file of it's registration.

Which file is used for storing it ?

Thanks,

Eli

  • Hi Eli,

    Open the CCS and navigate to the Window -> Preferences -> Code Composer Studio -> Products.

    Press the refresh button and check the list for installed SDK.

    You can also click the Add button and install the SDK by navigating to the SDK install directory.

    Hope the above information helps.

    Regards,

    Tushar

  • Hi Tushar,

    Yes your answer is completely correct and helpfull - Thanks !

    My problem is that when I put the project in git  and someone else pulls it from git  -  the SDK becomes non installed.

    Maybe I'm ignoring (in git ignore) the specific file that stores this registration.

    I'd like to know which file it might be.

    Thanks,

    Regards,

    Eli

  • Hi Eli,

    I think you are putting the project in the Git. The SDK path is included in the project and is not copied entirely in the project repo. It is just a soft link with the project. When you pulls it from the git, it is expected that the SDK will not come.

    Regards,

    Tushar

  • Thanks,

    Regards,

    Eli