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.

Linux/DRA722: j6 eco

Part Number: DRA722

Tool/software: Linux

when i Integrate vision_sdk_2_11  and ti-glsdk_dra7xx-evm_704_00_03,i meet flow questions:

 i compile vision_sd_2_11 linked with roofs of glsdk, compile error:

      libdrm_omap.so.1.0.0  has no symbol omap_bo_new_paddr

      libgbm.so.1.0.0 has no symbol gbm_device_precalculate_stride 

   i replace this libs whith  roofs of  vision_sdk_2_11 linux version,compile sucessfully .

when i compile vision_sdk_2_11 successfully, i run 3d demo of   vision_sdk_2_11, when run 3dSRVLink :

[HOST ] 194.687122 s: IPC_IN_3 : Create in progress !!!
[HOST ] 194.687397 s: IPC_IN_3 : Create Done !!!
[HOST ] 194.690874 s: IPC_IN_1 : Create in progress !!!
[HOST ] 194.691118 s: IPC_IN_1 : Create Done !!!
[HOST ] 194.691209 s: SGX3DSRV Link: Create in progress !!!
[HOST ] 194.691301 s: SYSTEM_PVRSCOPE: FIFO /opt/vision_sdk/gpufifo opened successfully

loaded module: gbm_pvr.so
PVR: Hint: Setting PDSFragBufferSize to 102400

PVR: Hint: Setting ParamBufferSize to 0

PVR:(Warning): PVRSRVOpenDCDevice: Warning - 138 returned [80, /bridged_pvr_dc_glue.c]

****** Segmentation fault caught ....
Faulty address is (nil), called from 0xb6efefcc
Totally Obtained 0 stack frames. signal number =11
Signal number = 11, Signal errno = 0
SI code = 1 (Address not mapped to object)
Fault addr = (nil)
[bt] Execution path:

how can i solve this quesstion