Hi there,
We need g722 encoder and decoder to integrate with our existing AAC and g711 codec module. The lib file for g722 codec, which we got from the below link is in COFF format.
https://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Speech/index_FDS.html
On compiling we are facing the below issue.
error #10373-D: library
"/home/balaji/Apr04/app/video_server/DVRRDK_03.50.00.05/dvr_rdk/../ti_tools/
codecs/dm6446_g722dec_1_10_001_production/packages/ti/sdo/codecs/g722dec/lib
/g722dec_tii.l64P" contains TI-COFF object files which are incompatible with
the ELF output file. Ensure you are using the proper library.
error #10373-D: library
"/home/balaji/Apr04/app/video_server/DVRRDK_03.50.00.05/dvr_rdk/../ti_tools/
codecs/dm6446_g722enc_1_10_001_production/packages/ti/sdo/codecs/g722enc/lib
/g722enc_tii.l64P" contains TI-COFF object files which are incompatible with
the ELF output file. Ensure you are using the proper library.
error #10373-D: library
"/home/balaji/Apr04/app/video_server/DVRRDK_03.50.00.05/dvr_rdk/../ti_tools/
codecs/dm6446_g722dec_1_10_001_production/packages/ti/sdo/codecs/g722dec/lib
/g722dec_tii.l64P" contains TI-COFF object files which are incompatible with
the ELF output file. Ensure you are using the proper library.
error #10373-D: library
"/home/balaji/Apr04/app/video_server/DVRRDK_03.50.00.05/dvr_rdk/../ti_tools/
codecs/dm6446_g722enc_1_10_001_production/packages/ti/sdo/codecs/g722enc/lib
/g722enc_tii.l64P" contains TI-COFF object files which are incompatible with
the ELF output file. Ensure you are using the proper library.
error #10373-D: library
"/home/balaji/Apr04/app/video_server/DVRRDK_03.50.00.05/dvr_rdk/../ti_tools/
codecs/dm6446_g722dec_1_10_001_production/packages/ti/sdo/codecs/g722dec/lib
/g722dec_tii.l64P" contains TI-COFF object files which are incompatible with
the ELF output file. Ensure you are using the proper library.
error #10373-D: library
"/home/balaji/Apr04/app/video_server/DVRRDK_03.50.00.05/dvr_rdk/../ti_tools/
codecs/dm6446_g722enc_1_10_001_production/packages/ti/sdo/codecs/g722enc/lib
/g722enc_tii.l64P" contains TI-COFF object files which are incompatible with
the ELF output file. Ensure you are using the proper library.
warning #10063-D: entry-point symbol other than "_c_int00" specified:
"ti_sysbios_family_c64p_Hwi0"
error #10010: errors encountered during linking;
"/home/balaji/Apr04/app/video_server/DVRRDK_03.50.00.05/dvr_rdk/../dvr_rdk/b
uild/dvr_rdk/bin/ti816x-evm/dvr_rdk_c6xdsp_release_1024M_256M.xe674" not
built
Is there any support to get g722 codec files in elf format.
Regards,
Balaji T