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: 关于openMP应用编译问题

Tool/software: TI C/C++ Compiler

编译如下代码:

omp_set_dynamic(1);
#pragma omp parallel for
      for (k = startScale; k <= endScale; k++) // process each scale
         {

            .........

          }

提示如下错误:

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.

请问怎么解决?