Hi
I am building a CCS 3.3 C6400 project that was configured by a third party. I get the following error related to the project's tcf file 'MyProj.tcf':
['MyProj.tcf] "C:\CCStudio_v3.3\bios_5_31_02\xdctools\tconf" -b -Dconfig.importPath="C:/CCStudio_v3.3/bios_5_31_02/packages" 'MyProj.tcf
js: "C:/CCStudio_v3.3/bios_5_31_02/xdctools/include/utils.tci", line 784: exception from uncaught JavaScript throw: Error: Can't find Platform.tc[ip] file for 'myplatforms.pt_faraday'
"./'MyProj.tcf", line 1
The first line of MyProj.tcf is:
utils.loadPlatform("myplatforms.pt_faraday");
Is myplatforms.pt_faraday a file that I should provide?
BR
David