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.

SK-TDA4VM: setup_script.sh编译过程报错,缺少头文件

Part Number: SK-TDA4VM

SDK用的

Linux SDK for edge AI applications on TDA4VM JacintoTm processors

Version: 08.01.00.02

[ 7%] Building CXX object dl_inferer/CMakeFiles/ti_dl_inferer.dir/src/ti_dl_inferer.cpp.o
In file included from /opt/tensorflow/tensorflow/lite/core/api/op_resolver.h:22,
from /opt/tensorflow/tensorflow/lite/interpreter_builder.h:25,
from /opt/tensorflow/tensorflow/lite/model.h:21,
from /opt/edge_ai_apps/apps_cpp/dl_inferer/../dl_inferer/include/ti_tflite_inferer.h:36,
from /opt/edge_ai_apps/apps_cpp/dl_inferer/src/ti_dl_inferer.cpp:37:
/opt/tensorflow/tensorflow/lite/schema/schema_generated.h:21:10: fatal error: flatbuffers/flatbuffers.h: No such file or directory
21 | #include "flatbuffers/flatbuffers.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [dl_inferer/CMakeFiles/ti_dl_inferer.dir/build.make:63: dl_inferer/CMakeFiles/ti_dl_inferer.dir/src/ti_dl_inferer.cpp.o] Error 1
make[2]: Leaving directory '/opt/edge_ai_apps/apps_cpp/build'
make[1]: *** [CMakeFiles/Makefile2:199: dl_inferer/CMakeFiles/ti_dl_inferer.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 10%] Building CXX object utils/CMakeFiles/edgeai_utils.dir/src/ti_logger.cpp.o
[ 14%] Linking CXX static library ../../lib/Release/libedgeai_utils.a
make[2]: Leaving directory '/opt/edge_ai_apps/apps_cpp/build'
[ 14%] Built target edgeai_utils
make[1]: Leaving directory '/opt/edge_ai_apps/apps_cpp/build'
make: *** [Makefile:130: all] Error 2
Setup FAILED! : Make sure you have active network connection