While trying to migrate DSP/BIOS 5 application to the SYS/BIOS 6, I am running into problems with the conversion tool. Based on the "2.4 Steps to Convert a Tconf Script to RTSC Configuration Script" on page 8 of the "Migrating a DSP/BIOS 5 Application to SYS/BIOS 6" document, I should use the "xs -–xp= "%XDCPATH%" ti.bios.conversion –c myConfig.cfg –-pr <full path to repository location> --pn myPlatform <filename>.tcf" command, but when I running the following "xs" command:
xs --xp= "C:\dev\CCS5\bios_6_32_00_28\packages" ti.bios.conversion -c myConfig.cfg --pr "./cfg/SysBios/Repository" --pn "./myPlatform" input.tcf
I got the error messages:
js: "C:/dev/CCS5/xdctools_3_22_00_09/packages/xdc/xdc.tci", line 331: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'XDCPATH' along the path: 'C:\dev\CCS5\xdctools_3_22_00_09/packages;'. Ensure that the package path is set correctly.
On my Windows XP PC,
1. The "User variables" in the Environment Variables setting:
XDCPATH: c:/dev/CCS5/bios_6_32_00_28/packages
2. The "System Variables" in the Environment Variables setting:
XDCPATH c:/dev/CCS5/bios_6_32_00_28/packages
XDCROOT c:\dev\CCS5\xdctools_3_22_00_09
Could someone provide some helps?
Thanks,
Allen