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.

OMP Program Demo

Other Parts Discussed in Thread: TMS320C6678

HI Guys , I want to run the OMP Program Test on TMS320C6678 using EVM TMDSEVM6678. My Include File is ti/omp/omp.h and for linker Command File I go to  : Project->Properties->C6000 Linker ->File Search Path ->include library File : I add lgomp for the Library and usr/lib for the Path . After compilation of the program  I have unresolved symbols Error for these functions : omp_set_num_threads() , omp_get_thread_num (), omp_get_num_thread(). The compiler cannot find the libgomp.so.1 Library but these Library is on my System .

I am running CCSv5.3 on Ubuntu 10.10

can Anyone help me to resolve this Problem

Best Regards

Lopez

  • Lopez,

    What example project are you trying to run?  Is this the one that comes with CCS or SYS/BIOS?

    Does you have "Enable support for OpenMP 3.0)" enabled under Properties>Build->C6000 Compiler->Advanced Options->Advanced Optimizations?

    Under Propesties->General->RTSC, is a version of OpenMP BIOS runtime library selected?

    Do you have the latest MCSDK 2.01.02.06 installed?

    It's better to have the latest MCSDK installed and start with the OpenMP example that comes with CCS?

    Xiaohui