I am attempting to convert from DSPBIOS to SYSBIOS and am running into difficulties with the Tconf conversion tool. When I run the following:
C:\Users\Mike>xs --xp="%XDCPATH%" ti.bios.conversion -c myConfig.cfg --pr C:\myRepository --pn myPlatform PROG_DSPBIOS.tcf
...I get the following error:
js: "C:/Program Files (x86)/TI/xdctools_3_16_02_32/packages/xdc/xdc.tci", line 546: XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.bios.conversion' along the path: '%XDCPATH%;C:\Program Files (x86)\TI\xdctools_3_16_02_32/packages;'. Ensure that the package path is set correctly.
My '%XDCPATH% environment variable is set to:
C:\Program Files (x86)\TI\xdctools_3_16_02_32
It appears that the conversion utility is appening a "/" instead of "\" to the end of the environment variable and is causing the ti.bios.conversion utility to not be found. I am not a Linux or JS user so this "\" vs "/" is very confusing to me. Can someone offer some guidance here?
Thx,
MikeH