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.

Compiler/TMS320C6657: failed to build openmp

Part Number: TMS320C6657

Tool/software: TI C/C++ Compiler

The customer used ccs7.1 and compiler version 8.1.3.

When build the following code:

    omp_set_dynamic(1);
#pragma omp parallel for
   for (k = startScale; k <= endScale; k  )
   {
     .......
    }

error:

INTERNAL ERROR: C:\ti\ti-cgt-c6000_8.1.3\bin\acpia6x.exe experienced a segmentation fault
                 while processing function DetectFaceVideo file ../src/LearnGAB.cpp line 902

This is caused by a defect in the compiler itself. TI Customer
Support may be able to suggest a workaround to avoid this.

Upgrading to the newest version of the compiler may fix this problem.

Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C   Compiler". See the link titled
"Submitting an issue". Include this ENTIRE error message and a
copy of the .pp file created when option --preproc_with_comment
(-ppc) is used.

How to fix that problem?Thanks in advance!