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.

openMP的helloword的demo出错



按照官方资料processors.wiki.ti.com/.../OpenMP_on_C6000

但是运行的时候报错

<Linking>

undefined first referenced
symbol in file
--------- ----------------
__TI_tls_block_size C:\ti\omp_1_01_03_02\packages\ti\omp\utils\lib\debug\ti.omp.utils.ae66<ThreadLocalStorage.oe66>
__TI_tls_init C:\ti\omp_1_01_03_02\packages\ti\omp\utils\lib\debug\ti.omp.utils.ae66<ThreadLocalStorage.oe66>
__c6xabi_errno_addr C:\ti\omp_1_01_03_02\packages\ti\omp\lib\debug\ti.omp.ae66<env.oe66>

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

>> Compilation failure
gmake: *** [openmp.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

是哪里出问题了。我这边用的是关盘提供的CCS 5.2.1版本,编译器是7.3.4的,MCSDK是1.1.25的都是安装CCS的时候一起安装的,之前看MCSDK2.0的需要编译器7.4以上版本,我这里低版本的可以不,是不是这个原因出的错啊。