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.

TMDSLCDK6748: TMDSLCDK6748

Part Number: TMDSLCDK6748

After CCS, processor _RTOS... and pdk... installation I try to generate pdkprojectcreate and got an error. see the following error and the pdk../package folder content

Thanks,

Itzhak Kroin

  • Hello Itzhak Kroin,

    This error was caused by wrong CCS path in pdkProjectCreate.bat. Please update the following line in pdkProjectCreate.bat:

    Fullscreen
    1
    2
    3
    if not defined CCS_INSTALL_PATH (
    set CCS_INSTALL_PATH=C:/ti/ccs<put the right version here>/ccs
    )
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    This should fix your error.

    Regards,

    Jianzhong