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.

share experience install dvsdk4.1 or 4.3 to android when gets some error

Other Parts Discussed in Thread: DM3730

i so happy that i success in the past days,

we konw the dvsdk from Ti ,all apply to linux not android,so if you install it only ,that is easy ,./dvsdk_dm3730-evm_04_03_00_06_setuplinux,or

./dvsdk_dm3730-evm_4_01_00_09_setuplinux if the host pc is not ubuntu 10.04 please add   --forcehost, then finish install ,make clean first ,if not it will get some error ,then make

but if to install dvsdk to android ,the android source must support dsp ,so ni can get the project rowboat by google,

put the dvsdk to /external/ti-dsp ,“'make  TARGET_PRODUCT=omap3evm OMAPES=5.x -j1' in android,it will succesd ,

note: if in the /external/ti-dsp .alreadly-clean file occurs,it will not install dvsdk,so first clean the file.

note:don't instal Manually .because it not add android patches to dvsdk ,if you install manually ,then in the top compile ,you will failed and get some error that can't be solved

of course ,if the dvsdk be used to linux ,that will be right

if you get some errors below

Engine.c:(.text+0x2060): undefined reference to `stdout'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/lib/release/ce.av5T(Engine.ov5T): In function `Engine_createNode2':
Engine.c:(.text+0x31f8): undefined reference to `__assert_fail'
Engine.c:(.text+0x33ac): undefined reference to `__assert_fail'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/lib/release/ce.av5T(visa.ov5T): In function `VISA_freeMsg':
visa.c:(.text+0x30c): undefined reference to `__assert_fail'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/lib/release/ce.av5T(visa.ov5T): In function `VISA_create2':
visa.c:(.text+0xdd8): undefined reference to `__strtol_internal'
visa.c:(.text+0xe4c): undefined reference to `__strtol_internal'
visa.c:(.text+0x1060): undefined reference to `__strtol_internal'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/ipc/dsplink/lib/release/ipc_dsplink_3530.av5T(Processor_dsplink.ov5T): In function `daemon':
Processor_dsplink.c:(.text+0x2f48): undefined reference to `_IO_getc'
Processor_dsplink.c:(.text+0x33f4): undefined reference to `stdin'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/ipc/dsplink/lib/release/ipc_dsplink_3530.av5T(Comm_dsplink.ov5T): In function `Comm_init':
Comm_dsplink.c:(.text+0x55c): undefined reference to `__assert_fail'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/ipc/dsplink/lib/release/ipc_dsplink_3530.av5T(Comm_dsplink.ov5T): In function `Comm_alloc':
Comm_dsplink.c:(.text+0xde4): undefined reference to `__assert_fail'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/osal/linux/lib/release/osal_linux_470.av5T(GT_config_libC.ov5T): In function `GTConfig_vprintf':
GT_config_libC.c:(.text+0xe0): undefined reference to `stdout'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/osal/linux/lib/release/osal_linux_470.av5T(File_posix.ov5T): In function `File_stat':
File_posix.c:(.text+0x18): undefined reference to `__xstat'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/osal/linux/lib/release/osal_linux_470.av5T(Memory_cmem.ov5T): In function `Memory_init':
Memory_cmem.c:(.text+0x504): undefined reference to `__assert_fail'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/osal/linux/lib/release/osal_linux_470.av5T(Global_noOS.ov5T): In function `Global_abort':
Global_noOS.c:(.text+0x2d8): undefined reference to `stdout'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/osal/linux/lib/release/osal_linux_470.av5T(Thread_posix.ov5T): In function `Thread_delete':
Thread_posix.c:(.text+0x608): undefined reference to `pthread_cancel'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/osal/linux/lib/release/osal_linux_470.av5T(Thread_posix.ov5T): In function `runStub':
Thread_posix.c:(.text+0x8dc): undefined reference to `pthread_setcanceltype'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/osal/linux/lib/release/osal_linux_470.av5T(GT_config_posix.ov5T): In function `GTConfig_tracePrintf':
GT_config_posix.c:(.text+0x14c): undefined reference to `stdout'
/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/codec-engine_2_26_01_09/packages/ti/sdo/ce/osal/linux/lib/release/osal_linux_470.av5T(GT_config_posix.ov5T): In function `GTConfig_posixInit':
GT_config_posix.c:(.text+0x314): undefined reference to `stdout'
collect2: ld returned 1 exit status
make[5]: *** [linux/audio_decode1_dm3730.x470MV] Error 1
make[5]: Leaving directory `/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/dmai_2_20_00_14/packages/ti/sdo/dmai/apps/audio_decode1'
make[4]: *** [audio_decode1/] Error 2
make[4]: Leaving directory `/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/dmai_2_20_00_14/packages/ti/sdo/dmai/apps'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09/dmai_2_20_00_14'
make[2]: *** [dmai] Error 2
make[2]: Leaving directory `/home/rowboat/rowboat_android/external/ti-dsp/ti-dvsdk_dm3730-evm_4_01_00_09'
make[1]: *** [dvsdk] Error 2
make[1]: Leaving directory `/home/rowboat/rowboat_android/external/ti-dsp'
make: *** [dvsdk] Error 2

ideas to solve it :

 you get some error ,you had best to delete source and  repo android source again  ,then compile it according to the steps

i am so happy to communicate with the outstanding excellent  Electronics Engineer about TI ,i am a student  from  zjut  in China ,in the past a week , l study much from   TI E2E™ Community  ,,

so happy to jion the community ,fight ,come on!