Hi,

First, I have installed DVSDK 1.30 and this is the path list I've specified 
inside Rules.make

PLATFORM=dm6446
DVSDK_INSTALL_DIR=$(HOME)/dvsdk_1_30_00_40
CE_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/codec_engine_2_00_01
XDAIS_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/xdais_6_00_01
LINK_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/dsplink_140-05p1
CMEM_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/cmem_2_00_01
CODEC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/dm6446_dvsdk_combos_1_34
XDC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/xdc_3_00_02
FC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/framework_components_2_00_01
BIOS_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/bios_5_31_08
LINUXKERNEL_INSTALL_DIR=$(HOME)/workdir/lsp/ti-davinci
MVTOOL_DIR=/opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le
MVTOOL_PREFIX=$(MVTOOL_DIR)/bin/arm_v5t_le-
EXEC_DIR=$(HOME)/workdir/filesys

Building process has been done without problems

host $ make clean
host $ make
host $ make install

Then I have installed the Updated DM644x Codec Servers v1.35 - EVALUATION from 
site

https://www-a.ti.com/extranet/cm/product/dvevmsw/dspswext/general/dm_sw_eval_codecs.shtml/

and re-built it with

gmake -f Makefile.eval

Now I would like to replace DM644x Codec Servers v1.34 with the DM644x Codec 
Servers v1.35, so I change the relevant path in Rules.make as follows

CODEC_INSTALL_DIR=$(DVSDK_INSTALL_DIR)/dm6446_dvsdk_combos_1_35

but the building process fails with a log like this

host $ make clean
host $ make

...
js: "/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/packages/xdc/xdc.tci", line 
270: exception from uncaught JavaScript throw: Error: xdc.loadPackage: can't 
find package 'ti.sdo.codecs.h264dec.ce' along the path 
'/home/gabriele/dvsdk_1_30_00_40/dm6446_dvsdk_combos_1_35/packages;/home/gabriele/dvsdk_1_30_00_40/codec_engine_2_00_01/packages;/home/gabriele/dvsdk_1_30_00_40/dsplink_140-05p1/packages;/home/gabriele/dvsdk_1_30_00_40/xdais_6_00_01/packages;/home/gabriele/dvsdk_1_30_00_40/cmem_2_00_01/packages;/home/gabriele/dvsdk_1_30_00_40/framework_components_2_00_01/packages;/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/packages;/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/packages;/home/gabriele/dvsdk_1_30_00_40/demos/dm6446/encodedecode/encodedecode_config/./..;';
 try redefining the package path (XDCPATH).
    "/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/packages/xdc/xdc.tci", line 450
    "/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/packages/xdc/cfg/Main.xs", 
line 1326
    
"/home/gabriele/dvsdk_1_30_00_40/demos/dm6446/encodedecode/encodedecode.cfg", 
line 20
    "/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/include/utils.tci", line 588
    "/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/include/utils.tci", line 506
    "./package/cfg/encodedecode_x470MV.cfg", line 384
    "./package/cfg/encodedecode_x470MV.cfg", line 341
    "/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/packages/xdc/cfg/Main.xs", 
line 182
    "/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/packages/xdc/cfg/Main.xs", 
line 151
    "/home/gabriele/dvsdk_1_30_00_40/xdc_3_00_02/packages/xdc/xs.js", line 144
gmake: *** [package/cfg/encodedecode_x470MV.c] Error 1
make[2]: *** [encodedecode_config] Error 2
make[1]: *** [encodedecode] Error 2
make: *** [demos/dm6446] Error 2

Can anyone help me?

Thanks a lot,

Gabriele


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to