Greetings,
I'm trying to build the Codec Engine 2.24 examples as detailed in the "Build/Run Instructions for Codec Engine Examples" document. The build for examples/codecs and examples/extensions works. The build for examples/servers and examples/apps does not. I get the following error message:
js: "/home/dthomas2/dvsdk_3_00_02_44/codec_engine_2_24/packages/ti/sdo/ce/ipc/bios/package.xs", line 101: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.bios.power' along the path: '/home/dthomas2/mountpoint/opt/examples/ti/sdo/ce/examples/servers/all_codecs/../../../../../..;/home/dthomas2/dvsdk_3_00_02_44/codec_engine_2_24/packages;/home/dthomas2/dvsdk_3_00_02_44/xdais_6_24/packages;/home/dthomas2/dvsdk_3_00_02_44/linuxutils_2_24_02/packages;/home/dthomas2/dvsdk_3_00_02_44/framework_components_2_24/packages;/home/dthomas2/dvsdk_3_00_02_44/biosutils_1_01_00/packages;/home/dthomas2/dvsdk_3_00_02_44/bios_5_33_06/packages;/home/dthomas2/dvsdk_3_00_02_44/dsplink_1_61_03/packages/;/home/dthomas2/dvsdk_3_00_02_44/xdctools_3_15_01_59/packages;../../../../../..;'. Ensure that the package path is set correctly.
gmake[1]: *** [package/cfg/bin/ti_platforms_evm3530/all_pm_x64Pcfg.s62] Error 1
gmake[1]: *** Deleting file `package/cfg/bin/ti_platforms_evm3530/all_pm_x64Pcfg.s62'
gmake[1]: *** [package/cfg/bin/ti_platforms_evm3530/all_pm_x64Pcfg.s62] Deleting file `package/cfg/bin/ti_platforms_evm3530/all_pm_x64Pcfg.cmd'
gmake[1]: *** [package/cfg/bin/ti_platforms_evm3530/all_pm_x64Pcfg.s62] Deleting file `package/cfg/bin/ti_platforms_evm3530/all_pm_x64Pcfg_c.c'
gmake: *** [/home/dthomas2/mountpoint/opt/examples/ti/sdo/ce/examples/servers/all_codecs,.executables] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dthomas2/mountpoint/opt/examples/ti/sdo/ce/examples/servers/all_codecs'
make: *** [all] Error 2
From searching through the dvsdk directory, it appears that ti.bios.power should be a part of the local_power_manager_1_24 package. I've specified that path in the xdcpaths.mak file as $(DVSDK_INSTALL_DIR)/local_power_manager_1_24. Unfortunately it doesn't appear that the build process is using this directory path.
Any suggestions?