Hi,
While integrating g722dec with he codec engine in EZSDK i encountered the follwoing problem with build
js: "./all_syslink.cfg", line 189: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: /home/deepth/ti-ezsdk_dm816x-evm_5_02_01_59/component-sources/codec_engine_3_21_00_19/examples/ti/sdo/ce/examples/codecs/g722dec/package.xdc found along the package path, but no schema file was found. Ensure that the package 'ti.sdo.ce.examples.codecs.g722dec' is completely built.
I downloaded the speech codecs from ti website and place appropriately in the ti/sdo/ce/examples/codecs directory. After that i edited the server.cfg file to continue to the build process.
But while building I am getting the above mentioned error. Is there anything wrong with my xdc package? I corrected the path in package.xdc,still the issue is not resolved
Deepth