Hello
I am trying to compile and bulid the VESA Project Eaxmple exist at : C:\dvsdk_1_11_00_00_DM648\pspdrivers_1_10_00\packages\ti\sdo\pspdrivers\system\dm648\bios\evmDM648\video\sample\build\vesa_colorbar
And got the following error below :
making package.mak (because of package.bld) ...
generating interfaces for package xdcconfig (because package/package_xdcconfig.c is older than package.xdc) ...
configuring dm648_evm_vport_st_vesa_colorbar_sample.x64P from package/cfg/dm648_evm_vport_st_vesa_colorbar_sample_x64P.cfg ...
js: "./package/cfg/dm648_evm_vport_st_vesa_colorbar_sample_x64P.cfg", line 723: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.bios' along the path: 'C:/dvsdk_1_11_00_00_DM648/xdctools_3_15_03_67/packages;..;'. Ensure that the package path is set correctly.
gmake.exe: *** [package/cfg/dm648_evm_vport_st_vesa_colorbar_sample_x64P.c] Error 1
I am using the following tools :
DSP_BIOS VER : Bios_5_33_06
XDC tools : xdctools_3_15_03_67
CGT TOOLS : V.6_1_19
CCS VERSION : 3.3.82.13
My XDC PATH is : C:/CCStudio_V3.3/bios_5_33_06/packages
Question : Should it be like this . i.e. point to the final place
C:/CCStudio_V3.3/bios_5_33_06/packages/ti/bios
My XDC ROOT is : C:/CCStudio_V3.3/ xdctools_3_15_03_67
Should I move it under TexasInstruments path :
C:/TexasInstruments/ xdctools_3_15_03_67
2) What is the meaning of this message : because package/package_xdcconfig.c is older than package.xdc
Thanks
Gideon