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.

A problem about C6run

I'm working with C6run_0_98_01_01 and dvsdk4_00_00_17. Now, I have build the C6run dsp_libs, gpp_libs and modules correctly. but when I make the hello world example programe under examples/c6runapp directory, I get a link error like this:

warning #10188-D: symbol "$bss" from file
   "/home/gk/OMAP_Develop_Environment/dvsdk_4_00_00_17/C6Run_0_98_01_01/bin/../
   lib/c6run_dsp/libc6rundsp.a<C6Run_partial.o>" being redefined

undefined symbol                     first referenced in file
   ------------------                             ---------------                                                                       
 _ZCPYDATA_SWI_OBJ       /home/gk/OMAP_Develop_Environment/dvsdk_4_00_00_17/C6Run_0_98_01_01/bin/../lib/c6run_dsp/libc6rundsp.a<C6Run_partial.o>

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "a.out.dsp_image.out" not
   built

what can I do to slove this problem?Thank You!