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.

Integration of VLIB algorithms into a codec

Hi All,

I want to integrate DSP algorithms into a codec package, so that I can use this algorithms from linux, ARM platform.

I am using dvsdk_1_20, codec_engine_1_10_01 packages and linux/ubuntu platform for development. Target platform is DM6446.

I have followed the wiki link, 

 

But when I try to run genpackage wizard, it gives me below error:

./xs ti.sdo.codecutils.genpackage

js: "./packages/xdc/xdc.tci", line 318: xdc.services.global.XDCExcept ion: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.sdo.codecuti ls.genpackage' along the path: '/root/dvsdk_1_20_256_new/dvsdk_1_20_2 56/dvevm_1_20/xdctools_3_15_00_50/packages;/root/dvsdk_1_20_256_new/d vsdk_1_20_256/dvevm_1_20/xdctools_3_15_00_50/./..;'. Ensure that the package path is set correctly.
"./packages/xdc/xs.js", line 135

What could be the issue here?. I have added "ceutils_1_06/packages" path to XDCPATH variable, but still compilation gives error.

Guide me, if I am missing any packages. 

Help me on this.

Thanks,

Krinali Shah

  • Are you typing in the complete path to the ceutils package (ie C:/....)?
    Make sure there are no typos in the path.
    I don't see ceutils in the set of packages searched. Where did you add it to the XDCPATH variable?

    Alan
  • Hi Alan,

    Thanks for your response.

    There are no typos in a path. I am editing path to Rules.make file,

    CE_UTILS_DIR=$(DVEVM_INSTALL_DIR)/ceutils_1_06

    I have also edited file , $(DVEVM_INSTALL_DIR)/codec_engine_1_10_01/examples/xdcpaths.mak as below:

    CE_UTILS_DIR = /root/dvsdk_1_20_256_new/dvsdk_1_20_256/dvevm_1_20/ceutils_1_06

    XDC_PATH := $(CE_INSTALL_DIR)/packages;$(CE_UTILS_DIR)/packages;$(MISC_PACKAGES)

    But still, when I try to packaging a codec it does not get this path.

    I am using dvsdk_1_20 and dvevm_1_20.

    Please help me, on which all files I have to edit.

    Thanks,

    Krinali Shah

  • Were you ever able to resolve this problem?

    If so, please reply with the resolution and mark this thread 'answered'.

    Alan