Part Number: TMS320C6657
Tool/software: Code Composer Studio
I am developing for the eInfoChips C6657 EVM. I've downloaded the latest processor SDK ti-processor-sdk-rtos-c665x-evm-06.00.00.07. I am using pdk_c665x_2_0_14. I am using CCS 8.3.1.00004.
When I compile my project, I get the following error:
xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: C:\ti\pdk_c665x_2_0_14\packages\ti\platform\evmc6657l\package.xdc found along the package path, but no schema file was found. Ensure that the package 'ti.platform.evmc6657l' is completely built.
After digging around it appears the package directory is missing for my platform. Specifically,
C:\ti\pdk_c665x_2_0_14\packages\ti\platform\evmc6657l\package
and all the files inside it. I tried rebuilding the processor SDK, everything seemed to build normally, but still not packages directory.
I downloaded the 05.03.00.07 Processor SDK and it has pdk_c665x_2_0_13 which is also missing the package directory.
All that said, I found an older version of the pdk from 2012, pdk_C6657_1_1_1_4, which I suspect came from mcsdk_2_01_01_04, which I determined was no longer supported. However, it appears to have the required package directory.
So, I am obviously confused about how this is supposed to work.
Thanks for any help that you can provide.
Chris Peters
