Hello,
I converted a CCS 3.3 project to a CCS 5 project and tried to open the tcf file in CCS5. I got the following error messages from a popup window.
js: "C:/ti/bios_5_41_13_42/packages/ti/bios/config/bios_6416.tci", line 87: Error: Can't find configuration seed: ti/bios/config/cdb/c64xx.cdb
Correct any script errors in E:/Allen/.metadata/.plugins/org.eclipse.rtsc.xdctools.buildDefinitions.DSPBIOS/.gconf/EXVBS/EXVBS/CDMA_EVDO.tcf
using the Configuration Tool or a text editor, if necessary.
TConf initialization arguments:
-e environment['config.importPath']='E:/Allen/EXVBS;C:/ti/bios_5_41_13_42/packages' -e environment['config.scriptName']='CDMA_EVDO.tcf'
When I tried to build the project. It gave me following error messages.
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../CDMA_EVDO.tcf'
'Invoking: TConf'
"C:/ti/xdctools_3_23_03_53/tconf" -b -Dconfig.importPath="C:/ti/bios_5_41_13_42/packages;" "../CDMA_EVDO.tcf"
js: "C:/ti/bios_5_41_13_42/packages/ti/bios/config/bios_6416.tci", line 87: Error: Can't find configuration seed: ti/bios/config/cdb/c64xx.cdb
gmake: *** [CDMA_EVDOcfg.cmd] Error 1
gmake: Target `all' not remade because of errors.
It shows me the same errors even with CCS5's own examples. Any suggestions?
Thank you for the help,
Allen