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.

cannot build the codec engine examples

Hi,

i am trying the first time the codec engine, because i'd like to implement the deinterlacing algo into the codec engine. I read in this forum that the Scale sample is the best for this.

So i took the build_instructions.html and began to work. I made the changes into the user.bld and xdcpath.mak file.

But i can not build the codecs, because of the error:

    translating VIDDEC1_COPY
"ti/sdo/ce/examples/codecs/viddec1_copy/VIDDEC1_COPY.xdc", line 49:  can't resol
ve name (ti.sdo.ce.video1.IVIDDEC1)
error:  compilation failed: parser failed
gmake.exe: *** [package/package.xdc.inc] Error 1
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `C:/WINCE600/PLATFORM/DAVINCI/Src/APPS/CodecEngine/e
xamples/ti/sdo/ce/examples/codecs/viddec1_copy'
gmake: *** [all] Error 2

the "gmake clean" instruction ran without an error.

My platform is a dm6446 with winCE 6.0.

 

thanks for your help![:)]

  • I'm not familiar with the details of the WinCE Codec Engine port, so I'm not sure how the build is bootstrapped, but fundamentally this error is because the "ti.sdo.ce.video1" package wasn't found on the XDCPATH.  Typically, this package is added to the XDCPATH by adding the Codec Engine's packages/ directory to the XDCPATH - on Linux this is via the xdcpaths.mak makefile.

    Perhaps posting more of your build log would show what XDCPATH was set to during the build?

    Chris

  • Hi,

    the XDCPATH is in Win the same, the path was right, but i have forgotten to update the packages directory, after updating the example file.

    Thanks[:)]