Hi.
I'm trying to probe VLIB in my evmDM6437. I'm working with CCS3.3 and I followed the instructions on C64x+ iUniversal Codec Creation - from memcpy to Canny Edge Detector wiki, but I have problems
Compiling I have this error:
configuring video_encdec.x64P from package/cfg/video_encdec_x64P.cfg ...
warning: xdc.cfg.Program: "C:/dvsdk_1_11_00_00/xdc_2_95_02/packages/xdc/runtime/package.xs", line 57: xdc.cfg.Program : assignment to Program.system is deprecated
js: "C:/dvsdk_1_11_00_00/codec_engine_2_21/cetools/packages/ti/sdo/fc/dman3/package.xs", line 41: exception from uncaught JavaScript throw: TypeError: Cannot find function findSuffix. (C:/dvsdk_1_11_00_00/codec_engine_2_21/cetools/packages/ti/sdo/fc/dman3/package.xs#41)
"C:/dvsdk_1_11_00_00/xdc_2_95_02/packages/xdc/cfg/Main.xs", line 266
"C:/dvsdk_1_11_00_00/xdc_2_95_02/packages/xdc/cfg/Main.xs", line 154
"C:/dvsdk_1_11_00_00/xdc_2_95_02/packages/xdc/xs.js", line 137
xdc_2_95_02\gmake.exe: *** [package/cfg/video_encdec_x64P.c] Error 1
xdc_2_95_02\gmake.exe: *** [package/cfg/video_encdec_x64P.c] Deleting file `package/cfg/video_encdec_x64Pcfg.cmd'
xdc_2_95_02\gmake.exe: *** [package/cfg/video_encdec_x64P.c] Deleting file `package/cfg/video_encdec_x64Pcfg_c.c'
xdc_2_95_02\gmake.exe: *** [package/cfg/video_encdec_x64P.c] Deleting file `package/cfg/video_encdec_x64Pcfg.s62'
*************************
Configuration step failed.
*************************
Explanation:
-----------
A configuration script threw an exception (error).
Please look at the highlighted script name and line number above to determine what could be the cause of error.
Please review the above information carefully to correct this configuration error.
My initial log (where I can check if the compiler/tools are correct) is:
[video_encdec.cfg] "C:\dvsdk_1_11_00_00\xdc_2_95_02\xs.exe" xdc.tools.configuro.ccs --xdcpathsfile="xdcpaths.dat" -pti.platforms.evmDM6437 -rdebug --tcf -t ti.targets.C64P -c "C:/CCStudio_v3.3/C6000/cgtools" --bios "C:/CCStudio_v3.3/bios_5_31_08" -o "xdcconfig" video_encdec.cfg
Info: running XDC configuration using package path:
C:\dvsdk_1_11_00_00\codec_engine_2_21\packages
C:\dvsdk_1_11_00_00\codec_engine_2_21\examples
C:\dvsdk_1_11_00_00\codec_engine_2_21\cetools\packages
C:\dvsdk_1_11_00_00\codec_engine_2_21\cetools\packages
C:\dvsdk_1_11_00_00\codecs_1_10\packages
C:\dvsdk_1_11_00_00\ndk_1_92_00_22_eval\packages
C:\dvsdk_1_11_00_00\codec_engine_2_21\cetools\packages
C:\dvsdk_1_11_00_00\pspdrivers_1_10_00\packages
C:\dvsdk_1_11_00_00\edma3_lld_1_05_00\packages
C:\dvsdk_1_11_00_00\examples\common\evmDM6437
C:\CCStudio_v3.3\bios_5_31_08\packages
C:\dvsdk_1_11_00_00\xdctools_3_10_03
C:\dvsdk_1_11_00_00\xdc_2_95_02\packages
and my xdcpaths_evmDM6437 is
// DO NOT MOVE OR DELETE THIS LINE [JavaScript xdcpaths]
// Note: Use /FORWARD/ slashes for all directories!
// root directory for the BIOS DVSDK installation
dvsdkInstallDir = "C:/dvsdk_1_11_00_00/";
xdcpaths =
//Codec Engine
dvsdkInstallDir + "codec_engine_2_21/packages;" +
dvsdkInstallDir + "codec_engine_2_21/examples;" +
// Framework Components
dvsdkInstallDir + "codec_engine_2_21/cetools/packages;" +
// XDAIS
dvsdkInstallDir + "codec_engine_2_21/cetools/packages;" +
// Codecs
dvsdkInstallDir + "codecs_1_10/packages;" +
// NDK package
dvsdkInstallDir + "ndk_1_92_00_22_eval/packages;" +
// BIOS utilities
dvsdkInstallDir + "codec_engine_2_21/cetools/packages;" +
// PSP Package
dvsdkInstallDir + "pspdrivers_1_10_00/packages;" +
// EDMA3 Package
dvsdkInstallDir + "edma3_lld_1_05_00/packages;" +
// TCONF import path to .tci files imported by projects' .tcf files
dvsdkInstallDir + "examples/common/evmDM6437;" +
"";
I did some updates: I downloaded XDC_3_10_03 and it was intalled in C:\dvsdk_1_11_00_00 folder and I downloaded codec_engine_2_21 (like wiki recomends) and is in the same folder. Wiki says "...Therefore, it is necessary to upgrade the Codec Engine and some other tools within the DVSDK to the latest version from https://www-a.ti.com/downloads/sds_support/targetcontent/index.html. Whilst some of the DVSDK needs upgrading the original DVSDK is still used for the drivers (Peripheral Support Package) and examples....". Because I don't find anything else to resolve this problem, maybe I need install/resintall something else, but I don't know wich other tools are "some other tools within the DVDSK".
Could anyone help me?
I think it's very frustrating don't have all packages updated and available to load in CCS3.3 and start to develop and check the libraries....