I am wading my way through the OMAP and DaVinci Software for Dummies book. I have made it to chapter 9 where we attempt to build a server package.
I get the error...
Error: Package, ti.sdo.codecs.mpeg4dec, not found with module MPEG4DEC... modify your XDCPATH to include the package's repository.
Server wizard exiting now.
when I run genserver using the following command:
/opt/dvsdk_3_00_00_29/xdctools_3_10_03/xs @wiz_paths.txt ti.sdo.codecutils.genserver
My wiz_paths.txt file looks like:
--xdcpath
/opt/dvsdk_3_00_00_29/codec_engine2_20_01/packages;/opt/dvsdk_3_00_00_29/codec_e
ngine2_20_01/cetools/packages;/opt/dummiesbook/omap3_codecs_combos/packages;/opt
/dvsdk_3_00_00_29/bios_5_32_04/packages;/opt/dvsdk_3_00_00_29/ceutils_1.06/packa
ges
my mpeg4dec package is actually located in:
/opt/dummiesbook/omap3_codecs_combos/packages
What am I doing wrong? Read something about an xdc release process, but not sure if that is the problem.