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/66AK2L06: Project build error: XDC conflict

Part Number: 66AK2L06

Tool/software: Code Composer Studio

Hi,

I tried to use CCS7  for my development activities for K2L with TI RTOS. When i tried to build nimu example from pdk i got this error. 

"C:/ti/xdctools_3_50_00_10_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.evmTCI6630K2L'. TI platforms are no longer shipped as part of XDCtools (C:\ti\xdctools_3_50_00_10_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/pdk_k2l_4_0_4/packages;C:/ti/ccsv7/ccs_base;C:\ti\xdctools_3_50_00_10_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.

Any idea about what this error says?

Regards,

**** Build of configuration Debug for project NIMU_emacExample_EVMK2LC66BiosExampleProject ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all
'Building file: C:/ti/pdk_k2l_4_0_4/packages/ti/transport/ndk/nimu/example/helloWorld/k2l/c66/bios/helloWorld.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_00_10_core/xs" --xdcpath="C:/ti/pdk_k2l_4_0_4/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evmTCI6630K2L -r debug -c "C:/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.1.3" "C:/ti/pdk_k2l_4_0_4/packages/ti/transport/ndk/nimu/example/helloWorld/k2l/c66/bios/helloWorld.cfg"
subdir_rules.mk:23: recipe for target 'build-739605953' failed
js: "C:/ti/xdctools_3_50_00_10_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.evmTCI6630K2L'. TI platforms are no longer shipped as part of XDCtools (C:\ti\xdctools_3_50_00_10_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/pdk_k2l_4_0_4/packages;C:/ti/ccsv7/ccs_base;C:\ti\xdctools_3_50_00_10_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
gmake: *** [build-739605953] Error 1
gmake: Target 'all' not remade because of errors.

  • Shino,

    This part of the message explains what is happening:

    "C:/ti/xdctools_3_50_00_10_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.evmTCI6630K2L'. TI platforms are no longer shipped as part of XDCtools (C:\ti\xdctools_3_50_00_10_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support

    You will most probably have to change the XDC tools version of your project to the one shipped with the Processor SDK. If you are using the same version as I, the correct version is 3.32.00.06.

    Hope this helps,

    Rafael