Hi all,
As a newcomer here, I was trying to build the example codes in Codec Engine as in dvsdk_2_00_00_22/codec_engine_2_23_01. I built the code following the process described here:dvsdk_2_00_00_22/codec_engine_2_23_01/examples/build_instructions.html. Sure, that was the docs file.
I did everything as told but got the following error:
# lnkv5T bin/evmDM6446/app_local.xv5T ...
/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -o bin/evmDM6446/app_local.xv5T package/cfg/bin/evmDM6446/app_local/main_native.ov5T package/cfg/bin/evmDM6446/app_local/app.ov5T package/cfg/bin/evmDM6446/app_local_xv5T.ov5T package/cfg/bin/evmDM6446/app_local_xv5T.xdl -L/opt/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linux-gnueabi/lib -lpthread
package/cfg/bin/evmDM6446/app_local_xv5T.ov5T:(.data.rel+0x34): undefined reference to `G711ENC_SUN_IG711ENC'
collect2: ld returned 1 exit status
gmake[1]: *** [bin/evmDM6446/app_local.xv5T] Error 1
gmake: *** [/home/pheobe/project/examples/ti/sdo/ce/examples/apps/speech,.executables] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/pheobe/project/examples/ti/sdo/ce/examples/apps/speech'
make: *** [all] Error 2