This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DVSDK demos on Android



Hi All,

I have compiled dvsdk_3_10_00_19, dm365 decode demo on android froyo platform.

After compilation "decode" binary is generated. When I am executing this binary from Android shell, facing below problem.

# ./decode -v data/videos/nature.m4v -k -y 1
link_image[1995]: failed to link ./decode
CANNOT LINK EXECUTABLE

Please find me pointers.

  • Ashwani,

     

    Are you coping over all dependent shared objects and making sure LD_LIBRARY_PATH is correctly pointing to the shared objects?  It looks like the dynamic linker is failing to find a dependent library (or maybe symbol) - if you Google the error there are a number of suggestions for why. 

    Remember DVSDK and the associated demos have not been ported to Android by TI so you may still have to do some porting on your own to make this work correctly in the Android environment. 

    Darren

  • Hi Darren,

    I have copied decode app and lib to android root fs /data and set LD_LIBRARY_PATH to include /data.

    But when launching decode app from Android shell, I am facing same problem.


  • Hi, I met the same problem. Have you solve it?

    Please give me some advice, Thanks.