Hi all,
I'm trying to work with DVSDK4 on my DM365 EVM.
After running setup.sh script from the root directory, I can load kernel+fs on the target and even run the encode/decode demo.
But I failed to compile the dvsdk.
I type "make clean", and then "make components". After about 20 minutes of compiling, I get the following errors:
Executing make in subdirectory speech_decode_io1/...
======== Building speech_decode_io1 ========
Configuring application using linux/speech_decode_io1_dm365.cfg
making package.mak (because of package.bld) ...
generating interfaces for package speech_decode_io1_dm365_config (because package/package.xdc.inc is older than package.xdc) ...
configuring speech_decode_io1_dm365.xv5T from package/cfg/speech_decode_io1_dm365_xv5T.cfg ...
js: "/media/work/dvsdk4/dmai_2_20_00_10/packages/ti/sdo/dmai/apps/speech_decode_io1/linux/speech_decode_io1_dm365.cfg", line 40: XDCException: xdc.PACKAGE_NOT_FOUND: /media/work/dvsdk4/codec-engine_2_26_01_09/examples/ti/sdo/ce/examples/codecs/g711/package.xdc found along the package path, but no schema file was found. Ensure that the package 'ti.sdo.ce.examples.codecs.g711' is completely built.
"./package/cfg/speech_decode_io1_dm365_xv5T.cfg", line 474
"./package/cfg/speech_decode_io1_dm365_xv5T.cfg", line 429
gmake: *** [package/cfg/speech_decode_io1_dm365_xv5T.c] Error 1
Warning: directory "/packages" on package path does not exist
Warning: directory "/soc/packages" on package path does not exist
js: "/media/work/dvsdk4/xdctools_3_16_03_36/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make[3]: *** [linux/speech_decode_io1_dm365_config/compiler.opt] Error 1
make[2]: *** [speech_decode_io1/] Error 2
make[2]: Leaving directory `/media/work/dvsdk4/dmai_2_20_00_10/packages/ti/sdo/dmai/apps'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/media/work/dvsdk4/dmai_2_20_00_10'
make: *** [dmai] Error 2
alex@alex-desktop:~/work/dvsdk4$
Can anyone help me? What I'm doing wrong?
Thanks in advance.
Alex.