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.

DM355 spraah0a encodedecode with videnc_copy and viddec_copy

I read the praah0a to set the videnc_copy instead of the mpeg4alg in the encodedecode demo. I always get the same error.

XDCPATH="/home/Andrea/dvsdk_1_30_00_23/dm355_codecs_1_06_01/packages;/home/Andrea/dvsdk_1_30_00_23/codec_engine_2_00/packages;/packages;/home/Andrea/dvsdk_1_30_00_23/xdais_6_00/packages;/home/Andrea/dvsdk_1_30_00_23/cmem_2_00/packages;/home/Andrea/dvsdk_1_30_00_23/framework_components_2_00/packages;/home/Andrea/dvsdk_1_30_00_23/codec_engine_2_00/examples;" /home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/xs xdc.tools.configuro -c /opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le -o encodedecode_config -t gnu.targets.MVArm9 -p ti.platforms.evmDM6446 encodedecode.cfg
configuring encodedecode.x470MV from package/cfg/encodedecode_x470MV.cfg ...
js: "/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/packages/xdc/xdc.tci", line 270: exception from uncaught JavaScript throw: Error: xdc.loadPackage: can't find package 'codecs.viddec_copy' along the path '/home/Andrea/dvsdk_1_30_00_23/dm355_codecs_1_06_01/packages;/home/Andrea/dvsdk_1_30_00_23/codec_engine_2_00/packages;/packages;/home/Andrea/dvsdk_1_30_00_23/xdais_6_00/packages;/home/Andrea/dvsdk_1_30_00_23/cmem_2_00/packages;/home/Andrea/dvsdk_1_30_00_23/framework_components_2_00/packages;/home/Andrea/dvsdk_1_30_00_23/codec_engine_2_00/examples;/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/packages;/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/packages;/home/Andrea/dvsdk_1_30_00_23/demos/encodedecode/encodedecode_config/./..;'; try redefining the package path (XDCPATH).
    "/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/packages/xdc/xdc.tci", line 448
    "/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/packages/xdc/cfg/Main.xs", line 1326
    "/home/Andrea/dvsdk_1_30_00_23/demos/encodedecode/encodedecode.cfg", line 17
    "/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/include/utils.tci", line 588
    "/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/include/utils.tci", line 506
    "./package/cfg/encodedecode_x470MV.cfg", line 384
    "./package/cfg/encodedecode_x470MV.cfg", line 341
    "/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/packages/xdc/cfg/Main.xs", line 182
    "/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/packages/xdc/cfg/Main.xs", line 151
    "/home/Andrea/dvsdk_1_30_00_23/xdc_3_00_02_11/packages/xdc/xs.js", line 144
gmake: *** [package/cfg/encodedecode_x470MV.c] Error 1
make: *** [encodedecode_config] Error 2


this is one of the path i tried without success.

# Package path for the XDC tools
XDC_PATH = /opt/dvsdk_1_30_00_23/codec_engine_2_00/examples; $(CODEC_INSTALL_DIR)/packages;$(CE_INSTALL_DIR)/packages;$(LINK_INSTALL_DIR)/packages;$(XDAIS_INSTALL_DIR)/packages;$(CMEM_INSTALL_DIR)/packages;$(FC_INSTALL_DIR)/packages;$(CE_INSTALL_DIR)/examples

these are the candidates folders that can contain the module:
root@192.168.1.3:/# find -name videnc_copy
./opt/dvsdk_1_30_00_23/codec_engine_2_00/xdoc/ti/sdo/ce/examples/codecs/videnc_copy
./opt/dvsdk_1_30_00_23/codec_engine_2_00/examples/ti/sdo/ce/examples/codecs/videnc_copy
./opt/dvsdk_1_30_00_23/codec_engine_2_00/examples/ti/sdo/ce/examples/codecs/videnc_copy/package/lib/lib/videnc_copy


I want to know if the name of the module is still the same. because the spraah0a suggest

codec.viddec_copy. VIDDEC_COPY

but i'm not sure this is the correct name.

 

Basically i'm asking only for the correct path in the makefile and the correct name that must be written in encodedecode.cfg.

Thanks all in advance.