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.

Warning: incompatible use of package 'ti.bios.utils'

when i do this:root@ubuntu:/home/we1314love/dvsdk_2_00_00_22/ce_examples/ti/sdo/ce/examples/servers/video_copy# make
i get the warning:
Warning: incompatible use of package 'ti.bios.utils' [in /home/we1314love/dvsdk_2_00_00_22/biosutils_1_01_00/packages/ti/bios/utils/]: version of the loaded package 'ti.bios.utils' is [2, 0, 1, 0], while 'ti.sdo.ce.bioslog' [in /home/we1314love/dvsdk_2_00_00_22/codec_engine_2_23_01/packages/ti/sdo/ce/bioslog/] was built with 'ti.bios.utils' [2, 0, 2, 01], while 'ti.sdo.ce.osal.bios' [in /home/we1314love/dvsdk_2_00_00_22/codec_engine_2_23_01/packages/ti/sdo/ce/osal/bios/] was built with 'ti.bios.utils' [2, 0, 2, 01]
and errors:
undefined                        first referenced
 symbol                              in file
---------                        ----------------
_VIDDEC_SKEL                     /home/we1314love/dvsdk_2_00_00_22/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446/video_copy/package/cfg/video_copy_x64P.o64P
_VIDENC_SKEL                     /home/we1314love/dvsdk_2_00_00_22/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446/video_copy/package/cfg/video_copy_x64P.o64P
>>   error: symbol referencing errors - 'video_copy.x64P' not built
make[1]: *** [video_copy.x64P] Error 1
make[1]: Leaving directory `/home/we1314love/dvsdk_2_00_00_22/ce_examples/ti/sdo/ce/examples/servers/video_copy/evmDM6446'
make: *** [all] Error 2
can somebody tell me how can i solve this ? i will preciate it very much!!!