This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP genserver question

Expert 1070 points

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.

 

  • better late than never ;-)

    Make sure your codec package is built - see http://tiexpressdsp.com/index.php/RTSC_Server_Package_Wizard_FAQ#Build_Errors

    FYI in >= CE 2.20 there's a new improved genserver - see http://tiexpressdsp.com/index.php?title=Codec_Engine_GenServer_Wizard_FAQ

    Cheers, Alan