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.
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:
if not defined CCS_INSTALL_PATH ( set CCS_INSTALL_PATH=C:/ti/ccs<put the right version here>/ccs )
This should fix your error.
Regards,
Jianzhong