Hello,
in the wiki (http://processors.wiki.ti.com/index.php/Building_MFP_without_XDC) there is information that we can use codec engine without xdc tools. I was able to compile codec_engine_3_22_00_03 using provided makefile_v5T and now I'd like to use it in my application for dm365 running linux. Application is simple: it just captures few frames from cmos sensor and compress them using ce codecs (VIDENC1_process).
Unfortunately I'm not sure, which libraries should be passed to linker (how to solve the dependencies). Eg. $(CE_LIB_DIR)/lib/release/ce.av5T needs some xdc_runtime_* symbols, ti_sdo_ce_osal_Memory* etc. Where are they defined?
There is an example (rtcfg/speech1_copy) but it uses just two libs from xdais.
with best regards
Jan