Other Parts Discussed in Thread: SYSBIOS
Hi,
I am working on a DSPBIOS->SYSBIOS migration. The conversion of tcf is done with a output named 'out.cfg'.
But when building out.cfg, there comes an error like:
js: "C:/ti/bios_6_35_01_29/packages/ti/bios/SEM.xs", line 94: XDC runtime error:
ti.bios.SEM.Instance#0: no property named '$logError'
And my build command is as:
D:\Workspace\Conversion>"D:\Texas Instruments\xdctools_3_23_02_47\xs.exe" --xdcpath="C:\ti\bios_6_35_01_29\packages;D:\Texas Instruments\xdctools_3_23_02_47\packages;D:\Workspace\Conversion" xdc.tools.configuro -o "configPkg" -t "ti.targets.C674" -p "myplatform" -r "RELEASE" -c "C:\ti\ccsv5\tools\compiler\c6000_7.4.2" out.cfg
Attached is the out.cfg file and platform package. platform package is located in D:\Workspace\Conversion .
Hope to hear some useful suggestion.
Thanks.
Allen