Dear All:
we want to setup and configure the dm6446 development ,the setup as follow:
1.setup mvl
mkdir mv_pro_5.0.0 under /opt
./mvl_5_0_0801921_demo_sys_setuplinux.bin
Setup dir is /opt/mv_pro_5.0.0/
cd /opt/mv_pro_5.0.0/
exec ls list files as follow:
mvltools5_0_0801921_update.tar.gz uninstall
tar –zxvf mvltools5_0_0801921_update.tar.gz
2.setup dvsdk
./dvsdk_setuplinux_2_00_00_22.bin
Setup dir is /opt/dvsdk_2_00_00_22
3.setup xdctools
./xdctools_setuplinux_3_10_05_61.bin
Setup dir is /opt/dvsdk_2_00_00_22
4.setup bios
./bios_setuplinux_5_33_03.bin
Setup dir is /opt/dvsdk_2_00_00_22
5.setup TI-C6x-CGT-v6.0.21.1.bin
mkdir ti_cgt_c6000_6.0.21 under /opt/
./TI-C6x-CGT-v6.0.21.1.bin
6.setup codecs
./dm6446_codecs_setuplinux_2_00_00_22.bin
The setup dir is /opt/dvsdk_2_00_00_22.
Then exec ls to list the files under /opt/ dir as follow:
**********************
bin
bios_5_33_03
biosutils_1_01_00
ceutils_1_06
cg_xml_2_12_00
clips
codec_engine_2_23_01
dm355_2_00_00_22_release_notes.html
dm355_codecs_1_13_000
dm6446_2_00_00_22_release_notes.html
dm6467_2_00_00_22_release_notes.html
dmai_1_20_00_06
docs
dsplink-1_61_03-prebuilt
dvsdk_demos_2_00_00_07
dvtb_4_00_08
edma3_lld_1_05_00
examples
framework_components_2_23_01
kernel_binaries
licenses
linuxutils_2_23_01
Makefile
mapdmaq
mapdmaq-hd
PSP_02_00_00_140
quilt
Rules.make
ti_cgt_c6000_6.0.21
uninstall
xdais_6_23
xdctools_3_10_05_61
7.backup the Rules.make
cp Rules.make Rules.make.bak
8.modify the Rules.make
9. cd /opt/dvsdk_2_00_00_22/dvsdk_demos_2_00_00_07/dm6446/
make clean
make
error message :
Making all in subdirectory decode...
make[1]: Entering directory `/opt/dvsdk_2_00_00_22/dvsdk_demos_2_00_00_07/dm6446/decode'
======== Building decode ========
Configuring application using decode.cfg
making package.mak (because of package.bld) ...
generating interfaces for package decode_config (because package/package.xdc.inc is older than package.xdc) ...
configuring decode.x470MV from package/cfg/decode_x470MV.cfg ...
Info: Configuring engine named 'decode' from the info file for DSP server './decodeCombo.x64P',
located in package 'ti.sdo.servers.decode':
Target app will look for the DSP server image 'decodeCombo.x64P' in its current directory.
Adding codec 'h264dec' (ti.sdo.codecs.h264dec.ce.H264DEC), scratch groupId=0
Adding codec 'mpeg2dec' (ti.sdo.codecs.mpeg2dec.ce.MPEG2DEC), scratch groupId=0
Adding codec 'mpeg4dec' (ti.sdo.codecs.mpeg4dec.ce.MPEG4DEC), scratch groupId=0
Adding codec 'aachedec' (ti.sdo.codecs.aachedec.ce.AACHEDEC), scratch groupId=1
Adding codec 'g711dec' (ti.sdo.codecs.g711dec.ce.G711DEC), scratch groupId=1
Info: Reading DSP memory map from the info file for DSP server './decodeCombo.x64P',
located in package 'ti.sdo.servers.decode':
js: "/opt/dvsdk_2_00_00_22/xdctools_3_10_05_61/packages/xdc/xdc.tci", line 299: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: /opt/dvsdk_2_00_00_22/dmai_1_20_00_06/packages/ti/sdo/dmai/package.xdc found along the package path, but no schema file was found. Ensure that the package 'ti.sdo.dmai' is completely built.
"/opt/dvsdk_2_00_00_22/dvsdk_demos_2_00_00_07/dm6446/decode/decode.cfg", line 33
"./package/cfg/decode_x470MV.cfg", line 479
"./package/cfg/decode_x470MV.cfg", line 434
gmake: *** [package/cfg/decode_x470MV.c] Error 1
js: "/opt/dvsdk_2_00_00_22/xdctools_3_10_05_61/packages/xdc/tools/Cmdr.xs", line 40: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make[1]: *** [decode_config/compiler.opt] Error 1
make[1]: Leaving directory `/opt/dvsdk_2_00_00_22/dvsdk_demos_2_00_00_07/dm6446/decode'
make: *** [decode] Error 2
Please help us check the root cause, thanks!