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.

TMS320C6678: PDK 2.0.16 pdkProjectCreate.bat fails

Part Number: TMS320C6678
Other Parts Discussed in Thread: CCSTUDIO, SYSBIOS

Hi,

I'm running the batch file pdkProjectCreate.bat to create the CCS project NIMU_emacExampleClient_EVMC6657C66BiosExampleProject. The invoke the project creation batch file as follows, and get the following messages:

i:\ti\pdk_c667x_2_0_16\packages>pdkProjectCreate.bat C6678 all little nimu all dsp
=========================================================================
Configuration:
SOC : C6678
BOARD : all
ENDIAN : little
MODULE : nimu
PROJECT_TYPE : all
PROCESSOR : dsp
PDK_SHORT_NAME : i:\ti\pdk_c667x_2_0_16\packages\
=========================================================================
Checking Configuration...
Complete
=========================================================================
PDK_PARTNO : C6678L
PDK_ECLIPSE_ID : com.ti.pdk.c667x
RTSC_PLATFORM_NAME : ti.platforms.evm6678
RTSC_TARGET : ti.targets.elf.C66
CCS_DEVICE : "com.ti.ccstudio.deviceModel.C6000.GenericC64xPlusDevice"
*****************************************************************************
Detecting all projects in PDK and importing them in the workspace i:\ti\pdk_c667x_2_0_16\packages\\MyExampleProjects
Detected Test Project: NIMU_emacClientExample_EVMC6678C66BiosExampleProject


--------------------------------------------------------------------------------
Creating project 'NIMU_emacClientExample_EVMC6678C66BiosExampleProject'...

!WARNING: No XDCtools, equivalent to the specified version '3.55.2.22', are available - defaulting to '3.62.1.16_core'.
!ERROR: No products of type 'com.ti.rtsc.SYSBIOS' are currently installed!
Copying macros.ini
The system cannot find the path specified.
0 file(s) copied.
Detected Test Project: NIMU_emacExample_EVMC6678C66BiosExampleProject

--------------------------------------------------------------------------------
Creating project 'NIMU_emacExample_EVMC6678C66BiosExampleProject'...

!WARNING: No XDCtools, equivalent to the specified version '3.55.2.22', are available - defaulting to '3.62.1.16_core'.
!ERROR: No products of type 'com.ti.rtsc.SYSBIOS' are currently installed!
Copying macros.ini
The system cannot find the path specified.
0 file(s) copied.
Project generation complete
*****************************************************************************

Here are the details.

Windows 10 host

CCS Version: 11.0.0.00012 

Processor SDK: processor_sdk_rtos_c667x_6_03_00_106

I installed CCS 11 and SDK to folder:  I:\ti

I modified file I:\ti\pdk_c667x_2_0_16\packages\pdkProjectCreate.bat to set CCS install path as:    set CCS_INSTALL_PATH=I:/ti/ccs1100/ccs

Prior to running pdkProjectCreate, I run the batchfile:    pdksetupenv.bat which displays the following output:

Environment Configuration:
***************************************************
SDK_INSTALL_PATH : I:/ti
PDK_INSTALL_PATH : I:/ti/pdk_c667x_2_0_16/packages
GMAKE_INSTALL_PATH : I:/ti/xdctools_3_55_02_22_core
PDK_SOC : c667x
PDK_VERSION : 2_0_16
RULES_MAKE : I:/ti/pdk_c667x_2_0_16/packages/ti/build/Rules.make
***************************************************

Can anyone tell me what's causing this problem?

Thanks,

Jim