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.