I am reconfiguring my dvsdk to include new packages. In the process all cfg must be rebuilt by configuro.ccs. I am using xdctools_3_16_02_32 and xdc_3_05. In the process of building interfaces the following is an error:
making package.mak (because of package.bld) ...
generating interfaces for package xdcconfig (because package/package_xdcconfig.c is older than package.xdc) ...
configuring av_udp_decoder.x64P from package/cfg/av_udp_decoder_x64P.cfg ...
js: "./package/cfg/av_udp_decoder_x64P.cfg", line 721: XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.bios' along the path: 'C:/dvsdk_1_11_00_00/xdc_3_05;C:/dvsdk_1_11_00_00;C:/dvsdk_1_11_00_00/examples/common/evmDM6437;C:/PROGRA~1/TEXASI~1/xdctools_3_16_02_32/packages;..;'. Ensure that the package path is set correctly.
gmake.exe: *** [package/cfg/av_udp_decoder_x64P.c] Error 1
Warning: directory "C:/dvsdk_1_11_00_00/xdc_3_05" on package path has a "packages" subdirectory - did you mean this instead?
js: "C:/Program Files/Texas Instruments/xdctools_3_16_02_32/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro.ccs: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
Warning is correct. There is a mistake in the path:
instead of "C:/dvsdk_1_11_00_00/xdc_3_05/package" it indeed should be C:/dvsdk_1_11_00_00/xdc_3_05/packages" where can I find the offending line?
Thanks for recommendations
Ja