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.

[参考译文] C7000-CGT:支持 C++11的 DSP 编译器 C700

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1518993/c7000-cgt-dsp-compiler-c700-support-for-c-11

器件型号:C7000-CGT

工具/软件:

您好:

我将使用 ti-cgt-c7000_4.1.0.LTS 在 J784S4 RTOS SDK 10_01_00_04中构建 tidl_tools。
我使用的 protocbuf 版本是 protocbuf-3.21.12

我收到此错误:

======== MAKING IMPORT TOOL PROTOS LIB =================

make -C ./ti_dl/utils/tidlModelImport -f makefile_lib

make[1]: Entering directory '/home/ghassen/ti/ti-processor-sdk-rtos-j784s4-evm-10_01_00_04/c7x-mma-tidl/ti_dl/utils/tidlModelImport'

compiling ../tfImport/proto_cc/tensorflow/core/framework/allocation_description.pb.cc

"/home/ghassen/ti/ti-processor-sdk-rtos-j784s4-evm-10_01_00_04/protobuf-3.21.12/src/google/protobuf/io/coded_stream.h", line 115: fatal error: cannot open source file "atomic"

1 catastrophic error detected in the compilation of "../tfImport/proto_cc/tensorflow/core/framework/allocation_description.pb.cc".

Compilation terminated.

编译器是否支持 C++11?

如果你不能帮我解决我的错误吗?

谢谢你。

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

    您好、

    Unknown 说:
    编译器是否支持 C++11?

    TI 编译器接受2014版本的 C++语言。 请 参阅 C7000优化 C/C++编译器

    如果不能帮我解决我的错误?

    您能否尝试使用 C++14版本并检查是否发生此错误?

    此致、
    Sivadeep