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.

emcv for dm8168+ccs5.2 编译环境,编译出错如下

-i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --reread_libs --xml_link_info="--no_sym_merge" --rom_model -o "opencv.out"  "./hello.obj" -l"libc.a" "../DM8168.cmd" "../cv.lib" "../cxcore.lib" "../rts64plus.lib"
<Linking>

 undefined       first referenced
  symbol             in file     
 ---------       ----------------
 _cvCreateImage  ./hello.obj     
 _cvRectangle    ./hello.obj     
 _cvReleaseImage ./hello.obj     

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

>> Compilation failure
gmake: *** [opencv.out] Error 1
gmake: Target `all' not remade because of errors.
      查过论坛相类似的问题,但是没有找到确实可行的解决方案,请问我这样的情况,是什么情况呢?该如何解决呢?