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/CCSTUDIO-C2000: ${C2000WARE_DLIB_ROOT} and this abbreviation links to different directories

Part Number: CCSTUDIO-C2000

Tool/software: Code Composer Studio

Hello Team,

My Customer moved a project to another computer with a newer version of the c2000Ware. Consequently, not all files could be found by the compiler. He then opened an example and cross-checked the include paths. Interestingly the "variable" ${C2000WARE_DLIB_ROOT} does not seem constant across both projects. As he copies and pasted some project files his fundamental problem is resolved.

 But he wants to understand how it can be, that the variable ${C2000WARE_DLIB_ROOT} takes on two different values in two projects within the same workspace. Where can he manipulate the content of such a variable?

Regards,

_Renan

  • Hi Renon,

    C2000WARE_DLIB_ROOT is system environment variable.

    • C2000WARE_DLIB_ROOT  -->  ${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f28004x/driverlib
    • COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR -->  C:/ti/c2000/C2000Ware_3_03_00_00

    It should be same on one system unless the user has manually changed it. It can be manipulated at:

  • Hi Renon,

    C2000WARE_DLIB_ROOT is system environment variable.

    • C2000WARE_DLIB_ROOT  -->  ${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f28004x/driverlib
    • COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR -->  C:/ti/c2000/C2000Ware_3_03_00_00

    It should be same on one system unless the user has manually changed it. It can be manipulated at: