Hello,
I probably missed something in the codec and/or server package configuration. While trying to build the application using xdc I get the following:
# lnkv5T g711_debug.xv5T ...
/opt/omap3evm/toolchain/arm-2009q1/bin/arm-none-linux-gnueabi-gcc -g -o g711_debug.xv5T package/cfg/g711_debug/g711.ov5T package/cfg/g711_debug_xv5T.ov5T package/cfg/g711_debug_xv5T.xdl -L/opt/omap3evm/toolchain/arm-2009q1/arm-none-linux-gnueabi/lib -lpthread
package/cfg/g711_debug/g711.ov5T: In function `main':
/home/yehuda_b/workdir/apps/g711/g711.c:139: undefined reference to `SPHENC1_create'
/home/yehuda_b/workdir/apps/g711/g711.c:162: undefined reference to `SPHENC1_process'
/home/yehuda_b/workdir/apps/g711/g711.c:187: undefined reference to `SPHDEC1_create'
/home/yehuda_b/workdir/apps/g711/g711.c:210: undefined reference to `SPHDEC1_process'
/home/yehuda_b/workdir/apps/g711/g711.c:224: undefined reference to `SPHDEC1_delete'
/home/yehuda_b/workdir/apps/g711/g711.c:225: undefined reference to `SPHENC1_delete'
package/cfg/g711_debug_xv5T.ov5T:(.data.rel+0x8): undefined reference to `SPHENC1_STUBS'
package/cfg/g711_debug_xv5T.ov5T:(.data.rel+0x30): undefined reference to `SPHDEC1_STUBS'
collect2: ld returned 1 exit status
gmake[1]: *** [g711_debug.xv5T] Error 1
gmake: *** [/home/yehuda_b/workdir/apps/g711,.executables] Error 2
My guess is that somthing is missing in the codec package so xdc can't "give" the correct info to the linker while trying to build the application but I have no idea what I missed. Any idea?
Thanks,
Yehuda.