Other Parts Discussed in Thread: SYSBIOS
hi
We are trying to integrate adec OMX component into vc3 demo app and we get the following error while linking the DSP executable.
undefined first referenced
symbol in file
--------- ----------------
MemMgr_Alloc /home/atmaram/projects/Thampuru/bld/../ti/rel-05.02.01.59/omx-ti816x-src_05_02_00_15/avmecomp/outfiles/ti/omx/comp/omxbase/lib/c6xdsp/debug/omxbase.ae674<omx_base_dio_non_tunnel.oe674>
MemMgr_Free /home/atmaram/projects/Thampuru/bld/../ti/rel-05.02.01.59/omx-ti816x-src_05_02_00_15/avmecomp/outfiles/ti/omx/comp/omxbase/lib/c6xdsp/debug/omxbase.ae674<omx_base_dio_non_tunnel.oe674>
error: unresolved symbols remain
warning: entry-point symbol other than "_c_int00" specified:
"ti_sysbios_family_c64p_Hwi0"
error: errors encountered during linking;
"/home/atmaram/projects/Thampuru/bld/../ti/rel-05.02.01.59/omx-ti816x-src_05
_02_00_15/avmecomp/outfiles/vc3/bin/ti816x-evm/vc3_c6xdsp_debug.xe674" not
built
Is this something related to tiler module not being linked for DSP? If yes, can someone point out the correct DSP library to link for c674 where MemMgr_Alloc and MemMgr_Free are defined?
thanks
satheesh