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.

[参考译文] 编译器/TMS320C6657:无法构建openmp

Guru**** 2589245 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/627552/compiler-tms320c6657-failed-to-build-openmp

部件号:TMS320C6657

工具/软件:TI C/C++编译器

客户使用7.1 和编译器版本8.1。3。

生成以下代码时:

  OMP_SET_DYNAMIC (1);
#pragma omp parallel for
   对于(k = startScale; k <= endScale; k )
   {
     。。
    }

错误:

内部错误:C:8.1 \ti\ti-CGT-C6000_Segmentation.3\bin\acpia6x.exe遇到段错误
                 处理Function DetectFaceVideo file ../src/LearnGAB.cpp line 902时

这是由编译器本身的缺陷引起的。 TI客户
支持人员可能会建议一种解决方法来避免这种情况。

升级到最新版本的编译器可以解决此问题。

在E2E支持论坛中联系TI,网址 为http://e2e.ti.com
“开发工具”,“TI C/C  编译器”。 请参阅标题为的链接
"提交问题"。 包括整个错误消息和
选项--preproc_with注释时创建的.pp文件的副本
(-PPC)。

如何解决该问题?提前感谢!