Hello Experts,
I am new to dvsdk. I want to invoke dsp from the arm for this i chose iuniversal package. i made the code xdias complaint using the "iuniversal Package" then i added the codec to the codec server using the "genserver" . i wrote a small application using the codec, but it is giving me an error
/home/raju/Toolchain/arm-2007q1/bin/arm-none-linux-gnueabi-gcc -lpthread -lm -Wl,-Map,local_rand.xv5T.map -o local_rand.xv5T app.evm3530.ov5T main_native.evm3530.ov5T cfg/local/linker.cmd
/home/raju/testing_app/apps/rand/cfg/local/package/cfg/local_xv5T.ov5T:(.data.rel+0x34): undefined reference to `RAND_LADS_IRAND'
collect2: ld returned 1 exit status
make[1]: *** [local_rand.xv5T] Error 1
make[1]: Leaving directory `/home/raju/testing_app/apps/rand'
make: *** [rand_local] Error 2
Thank You
Raju