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: DSP Compiler C700 support for C++11

Part Number: C7000-CGT

Tool/software:

Hello,

I'm using ti-cgt-c7000_4.1.0.LTS to build tidl_tools in J784S4 RTOS SDK 10_01_00_04.
The protobuf version I'm using is protobuf-3.21.12

I'm getting this error:

======== 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.

Does the compiler support C++11?

If not can you help me with my error?

Thank you.