Hi ,
I am trying to integrate G711 codec, which is provided by TI in xdais examples folder of EZSDK 5_02_01_59,into the codec server . I created a directory c674x-g711dec in the lines of c674x_mp3dec_01_41_00_00_elf directory, which contains the AAC decoder files, to place the g711 codec files and library. After that I modified the following files for adding the newly created g711 path
1)env.mk ($EZSDK/component-sources/omx_xx_yy_zz_bb/packages/makerules/)
2)DspAppMain.cfg ($EZSDK/component-sources/omx_xx_yy_zz_bb/packages/ti/omx/demos/dm81xx/)
3)app_properties.mk ($EZSDK/component-sources/omx_xx_yy_zz_bb/packages/ti/omx/demos/dm81xx/)
4)app_properties.mk ($EZSDK/component-sources/omx_xx_yy_zz_bb/packages/ti/omx/demos/adec_snt/)
After the above changes when I build codec server, i am getting the following error
js: "/home/xxx/ti-ezsdk_dm816x-evm_5_02_01_59/component-sources/omx_05_02_00_15/packages/ti/omx/demos/dm81xx/DspAppMain.cfg", line 139: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: /home/xxx/ti-ezsdk_dm816x-evm_5_02_01_59/component-sources/c674x-g711dec/packages/ti/sdo/codecs/g711dec/ce/package.xdc found along the package path, but no schema file was found. Ensure that the package 'ti.sdo.codecs.g711dec.ce' is completely built.
Please let me know any changes are required for the existing TI XDAIS G711 codec files. Should the G711 library in ELF format? If so how can we convert it to ELF format and generate the corresponding xdc and bld package files?
Deepth