Part Number:EVMK2GX
你好:
我手头有一块K2G开发板,操作步骤是按照官方文档操作的,目前bitbake的时候有报错,麻烦帮忙看一下:
环境:ubtuntu 16.04
Processor SDK Linux:06_03_00_106
我编译的指令是这个:MACHINE=k2g-evm bitbake arago-core-tisdk-bundle
具体的报错 我插入到里面如下
DEBUG: Executing shell function do_compile NOTE: make -j 4 CC=gcc CXX=g++ CPP=gcc -E CFLAGS=-isystem/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -O2 -pipe -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK-I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include CPPFLAGS=-isystem/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK-I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include CXXFLAGS=-isystem/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -O2 -pipe -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK-I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include AR=ar LD=ld LDFLAGS=-L/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/lib -L/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/lib -Wl,-rpath-link,/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/lib -Wl,-rpath,/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/lib -Wl,-rpath,/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/lib LIBS=-lstdc++ -lpthread -lm -lz -ldl -lrt TARGET=linux TARGET_ARCH=arm -f tensorflow/lite/tools/make/Makefile g++ -isystem/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -O2 -pipe -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK-I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -I. -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/../../../../../ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/../../../../../../ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/eigen -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/absl -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include -I -I/usr/local/include -c tensorflow/lite/allocation.cc -o /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/gen/linux_arm/obj/tensorflow/lite/allocation.o g++ -isystem/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -O2 -pipe -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK-I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -I. -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/../../../../../ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/../../../../../../ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/eigen -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/absl -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include -I -I/usr/local/include -c tensorflow/lite/arena_planner.cc -o /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/gen/linux_arm/obj/tensorflow/lite/arena_planner.o g++ -isystem/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -O2 -pipe -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK-I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -I. -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/../../../../../ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/../../../../../../ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/eigen -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/absl -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include -I -I/usr/local/include -c tensorflow/lite/core/api/flatbuffer_conversions.cc -o /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/gen/linux_arm/obj/tensorflow/lite/core/api/flatbuffer_conversions.o g++ -isystem/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -O2 -pipe -O3 -DNDEBUG -fPIC -DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK-I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/recipe-sysroot-native/usr/include -I. -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/../../../../../ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/../../../../../../ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/ -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/eigen -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/absl -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/gemmlowp -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/neon_2_sse -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/farmhash/src -I/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include -I -I/usr/local/include -c tensorflow/lite/core/api/op_resolver.cc -o /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/gen/linux_arm/obj/tensorflow/lite/core/api/op_resolver.o In file included from /usr/include/c++/5/cstdint:35:0,from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:28,from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \^ In file included from /usr/include/c++/5/cstdint:35:0,from tensorflow/lite/allocation.cc:23: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \^ In file included from /usr/include/c++/5/cstdint:35:0,from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:28,from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \^ In file included from ./tensorflow/lite/arena_planner.h:22:0,from tensorflow/lite/arena_planner.cc:15: ./tensorflow/lite/graph_info.h:65:15: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11Type type = kTfUnexplored;^ In file included from ./tensorflow/lite/arena_planner.h:24:0,from tensorflow/lite/arena_planner.cc:15: ./tensorflow/lite/simple_memory_arena.h:80:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template typestd::unique_ptr<char[]> underlying_buffer_;^ In file included from tensorflow/lite/arena_planner.cc:15:0: ./tensorflow/lite/arena_planner.h:29:1: error: ‘constexpr’ does not name a type constexpr const int kDefaultArenaAlignment = 64; ^ ./tensorflow/lite/arena_planner.h:29:1: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 ./tensorflow/lite/arena_planner.h:30:1: error: ‘constexpr’ does not name a type constexpr const int kDefaultTensorAlignment = 64; ^ ./tensorflow/lite/arena_planner.h:30:1: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 ./tensorflow/lite/arena_planner.h:58:45: error: ‘std::unique_ptr’ has not been declaredArenaPlanner(TfLiteContext* context, std::unique_ptr<GraphInfo> graph_info,^ ./tensorflow/lite/arena_planner.h:58:55: error: expected ‘,’ or ‘...’ before ‘<’ tokenArenaPlanner(TfLiteContext* context, std::unique_ptr<GraphInfo> graph_info,^ ./tensorflow/lite/arena_planner.h:61:17: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11~ArenaPlanner() override;^ ./tensorflow/lite/arena_planner.h:62:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11ArenaPlanner(const ArenaPlanner&) = delete;^ ./tensorflow/lite/arena_planner.h:63:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11ArenaPlanner& operator=(const ArenaPlanner&) = delete;^ ./tensorflow/lite/arena_planner.h:65:33: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11TfLiteStatus ResetAllocations() override;^ ./tensorflow/lite/arena_planner.h:66:32: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11TfLiteStatus PlanAllocations() override;^ ./tensorflow/lite/arena_planner.h:67:64: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11TfLiteStatus ExecuteAllocations(int first_node, int last_node) override;^ ./tensorflow/lite/arena_planner.h:100:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template typestd::unique_ptr<GraphInfo> graph_info_;^ In file included from ./tensorflow/lite/allocation.h:26:0,from tensorflow/lite/allocation.cc:16: ./tensorflow/lite/simple_memory_arena.h:80:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template typestd::unique_ptr<char[]> underlying_buffer_;^ tensorflow/lite/arena_planner.cc:30:33: error: ‘std::unique_ptr’ has not been declaredstd::unique_ptr<GraphInfo> graph_info,^ tensorflow/lite/arena_planner.cc:30:43: error: expected ‘,’ or ‘...’ before ‘<’ tokenstd::unique_ptr<GraphInfo> graph_info,^ tensorflow/lite/arena_planner.cc: In constructor ‘tflite::ArenaPlanner::ArenaPlanner(TfLiteContext*, int)’: tensorflow/lite/arena_planner.cc:34:7: error: class ‘tflite::ArenaPlanner’ does not have any field named ‘graph_info_’graph_info_(std::move(graph_info)),^ tensorflow/lite/arena_planner.cc:34:19: error: ‘move’ is not a member of ‘std’graph_info_(std::move(graph_info)),^ tensorflow/lite/arena_planner.cc:34:29: error: ‘graph_info’ was not declared in this scopegraph_info_(std::move(graph_info)),^ tensorflow/lite/arena_planner.cc:35:14: error: ‘kDefaultArenaAlignment’ was not declared in this scopearena_(kDefaultArenaAlignment),^ tensorflow/lite/arena_planner.cc:37:24: error: ‘preserve_inputs’ was not declared in this scopepreserve_inputs_(preserve_inputs),^ tensorflow/lite/arena_planner.cc:38:31: error: ‘preserve_intermediates’ was not declared in this scopepreserve_intermediates_(preserve_intermediates),^ tensorflow/lite/arena_planner.cc:39:25: error: ‘tensor_alignment’ was not declared in this scopetensor_alignment_(tensor_alignment) {}^ tensorflow/lite/arena_planner.cc: In member function ‘virtual TfLiteStatus tflite::ArenaPlanner::ResetAllocations()’: tensorflow/lite/arena_planner.cc:57:18: error: ‘graph_info_’ was not declared in this scopeallocs_.resize(graph_info_->num_tensors());^ tensorflow/lite/arena_planner.cc: In member function ‘virtual TfLiteStatus tflite::ArenaPlanner::PlanAllocations()’: tensorflow/lite/arena_planner.cc:71:30: error: ‘graph_info_’ was not declared in this scopestd::vector<int> refcounts(graph_info_->num_tensors(), 0);^ tensorflow/lite/arena_planner.cc:77:8: error: ‘allocate’ does not name a typeauto allocate = [this, &allocated, &deallocated](int node,^ tensorflow/lite/arena_planner.cc:88:8: error: ‘deallocate’ does not name a typeauto deallocate = [this, &allocated, &deallocated](^ tensorflow/lite/arena_planner.cc:107:27: warning: range-based ‘for’ loops only available with -std=c++11 or -std=gnu++11for (int tensor_index : graph_info_->outputs()) {^ tensorflow/lite/arena_planner.cc:113:27: warning: range-based ‘for’ loops only available with -std=c++11 or -std=gnu++11for (int tensor_index : graph_info_->variables()) {^ tensorflow/lite/arena_planner.cc:119:27: warning: range-based ‘for’ loops only available with -std=c++11 or -std=gnu++11for (int tensor_index : graph_info_->inputs()) {^ In file included from ./tensorflow/lite/arena_planner.h:21:0,from tensorflow/lite/arena_planner.cc:15: tensorflow/lite/arena_planner.cc:124:53: error: ‘allocate’ was not declared in this scopeTF_LITE_ENSURE_STATUS(allocate(0, tensor_index));^ ./tensorflow/lite/c/c_api_internal.h:159:10: note: in definition of macro ‘TF_LITE_ENSURE_STATUS’if ((a) != kTfLiteOk) {\^ tensorflow/lite/arena_planner.cc:129:27: warning: range-based ‘for’ loops only available with -std=c++11 or -std=gnu++11for (int tensor_index : graph_info_->variables()) {^ In file included from ./tensorflow/lite/arena_planner.h:21:0,from tensorflow/lite/arena_planner.cc:15: tensorflow/lite/arena_planner.cc:133:53: error: ‘allocate’ was not declared in this scopeTF_LITE_ENSURE_STATUS(allocate(0, tensor_index));^ ./tensorflow/lite/c/c_api_internal.h:159:10: note: in definition of macro ‘TF_LITE_ENSURE_STATUS’if ((a) != kTfLiteOk) {\^ tensorflow/lite/arena_planner.cc:150:27: warning: range-based ‘for’ loops only available with -std=c++11 or -std=gnu++11for (int tensor_index : graph_info_->inputs()) {^ In file included from ./tensorflow/lite/arena_planner.h:21:0,from tensorflow/lite/arena_planner.cc:15: tensorflow/lite/arena_planner.cc:152:53: error: ‘allocate’ was not declared in this scopeTF_LITE_ENSURE_STATUS(allocate(0, tensor_index));^ ./tensorflow/lite/c/c_api_internal.h:159:10: note: in definition of macro ‘TF_LITE_ENSURE_STATUS’if ((a) != kTfLiteOk) {\^ tensorflow/lite/arena_planner.cc:163:53: error: ‘allocate’ was not declared in this scopeTF_LITE_ENSURE_STATUS(allocate(i, tensor_index));^ ./tensorflow/lite/c/c_api_internal.h:159:10: note: in definition of macro ‘TF_LITE_ENSURE_STATUS’if ((a) != kTfLiteOk) {\^ tensorflow/lite/arena_planner.cc:175:61: error: ‘deallocate’ was not declared in this scopeTF_LITE_ENSURE_STATUS(deallocate(i, tensor_index));^ ./tensorflow/lite/c/c_api_internal.h:159:10: note: in definition of macro ‘TF_LITE_ENSURE_STATUS’if ((a) != kTfLiteOk) {\^ tensorflow/lite/arena_planner.cc: In member function ‘virtual TfLiteStatus tflite::ArenaPlanner::ExecuteAllocations(int, int)’: tensorflow/lite/arena_planner.cc:190:28: error: ‘graph_info_’ was not declared in this scopeTF_LITE_ENSURE(context_, graph_info_->num_tensors() >= allocs_.size());^ ./tensorflow/lite/c/c_api_internal.h:150:11: note: in definition of macro ‘TF_LITE_ENSURE’if (!(a)) {\^ tensorflow/lite/arena_planner.cc:191:18: error: ‘graph_info_’ was not declared in this scopeallocs_.resize(graph_info_->num_tensors());^ tensorflow/lite/arena_planner.cc: In member function ‘TfLiteStatus tflite::ArenaPlanner::CalculateAllocations(int, int)’: tensorflow/lite/arena_planner.cc:219:20: error: ISO C++ forbids declaration of ‘alloc_info’ with no type [-fpermissive]for (const auto& alloc_info : alloc_queue_) {^ tensorflow/lite/arena_planner.cc:219:33: warning: range-based ‘for’ loops only available with -std=c++11 or -std=gnu++11for (const auto& alloc_info : alloc_queue_) {^ tensorflow/lite/arena_planner.cc:220:20: error: request for member ‘node’ in ‘alloc_info’, which is of non-class type ‘const int’if (alloc_info.node < first_node) continue;^ tensorflow/lite/arena_planner.cc:221:20: error: request for member ‘node’ in ‘alloc_info’, which is of non-class type ‘const int’if (alloc_info.node > last_node) break;^ tensorflow/lite/arena_planner.cc:222:20: error: request for member ‘node’ in ‘alloc_info’, which is of non-class type ‘const int’if (alloc_info.node == active_node) {^ tensorflow/lite/arena_planner.cc:233:20: error: request for member ‘type’ in ‘alloc_info’, which is of non-class type ‘const int’if (alloc_info.type == AllocationInfo::ALLOC) {^ In file included from ./tensorflow/lite/arena_planner.h:21:0,from tensorflow/lite/arena_planner.cc:15: tensorflow/lite/arena_planner.cc:234:66: error: request for member ‘tensor’ in ‘alloc_info’, which is of non-class type ‘const int’TF_LITE_ENSURE_STATUS(CalculateTensorAllocation(alloc_info.tensor));^ ./tensorflow/lite/c/c_api_internal.h:159:10: note: in definition of macro ‘TF_LITE_ENSURE_STATUS’if ((a) != kTfLiteOk) {\^ tensorflow/lite/arena_planner.cc:236:68: error: request for member ‘tensor’ in ‘alloc_info’, which is of non-class type ‘const int’TF_LITE_ENSURE_STATUS(CalculateTensorDeallocation(alloc_info.tensor));^ ./tensorflow/lite/c/c_api_internal.h:159:10: note: in definition of macro ‘TF_LITE_ENSURE_STATUS’if ((a) != kTfLiteOk) {\^ tensorflow/lite/arena_planner.cc: In member function ‘TfLiteStatus tflite::ArenaPlanner::ResolveTensorAllocation(int)’: tensorflow/lite/arena_planner.cc:253:27: error: ‘graph_info_’ was not declared in this scopeTfLiteTensor& tensor = *graph_info_->tensor(tensor_index);^ tensorflow/lite/arena_planner.cc: In member function ‘TfLiteStatus tflite::ArenaPlanner::CalculateTensorAllocation(int)’: tensorflow/lite/arena_planner.cc:270:27: error: ‘graph_info_’ was not declared in this scopeTfLiteTensor& tensor = *graph_info_->tensor(tensor_index);^ tensorflow/lite/arena_planner.cc: In member function ‘TfLiteStatus tflite::ArenaPlanner::CalculateTensorDeallocation(int)’: tensorflow/lite/arena_planner.cc:283:27: error: ‘graph_info_’ was not declared in this scopeTfLiteTensor& tensor = *graph_info_->tensor(tensor_index);^ tensorflow/lite/arena_planner.cc: In member function ‘TfLiteStatus tflite::ArenaPlanner::CalculateAllocationOfInternalTensors(int)’: tensorflow/lite/arena_planner.cc:292:37: error: ‘graph_info_’ was not declared in this scopeif (node_index < static_cast<int>(graph_info_->num_nodes())) {^ tensorflow/lite/arena_planner.cc: In member function ‘TfLiteStatus tflite::ArenaPlanner::CalculateDeallocationOfInternalTensors(int)’: tensorflow/lite/arena_planner.cc:305:37: error: ‘graph_info_’ was not declared in this scopeif (node_index < static_cast<int>(graph_info_->num_nodes())) {^ tensorflow/lite/tools/make/Makefile:255: recipe for target '/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/gen/linux_arm/obj/tensorflow/lite/arena_planner.o' failed make: *** [/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/gen/linux_arm/obj/tensorflow/lite/arena_planner.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from tensorflow/lite/allocation.cc:16:0: ./tensorflow/lite/allocation.h:36:3: warning: scoped enums only available with -std=c++11 or -std=gnu++11enum class Type {^ ./tensorflow/lite/allocation.h:64:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11const void* base() const override;^ ./tensorflow/lite/allocation.h:65:18: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11size_t bytes() const override;^ ./tensorflow/lite/allocation.h:66:16: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11bool valid() const override;^ ./tensorflow/lite/allocation.h:74:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11int mmap_fd_ = -1; // mmap file descriptor^ ./tensorflow/lite/allocation.h:76:31: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11size_t buffer_size_bytes_ = 0;^ ./tensorflow/lite/allocation.h:83:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11const void* base() const override;^ ./tensorflow/lite/allocation.h:84:18: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11size_t bytes() const override;^ ./tensorflow/lite/allocation.h:85:16: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11bool valid() const override;^ ./tensorflow/lite/allocation.h:89:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template typestd::unique_ptr<const char[]> copied_buffer_;^ ./tensorflow/lite/allocation.h:90:31: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11size_t buffer_size_bytes_ = 0;^ ./tensorflow/lite/allocation.h:101:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11const void* base() const override;^ ./tensorflow/lite/allocation.h:102:18: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11size_t bytes() const override;^ ./tensorflow/lite/allocation.h:103:16: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11bool valid() const override;^ ./tensorflow/lite/allocation.h:107:31: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11size_t buffer_size_bytes_ = 0;^ tensorflow/lite/allocation.cc: In constructor ‘tflite::FileCopyAllocation::FileCopyAllocation(const char*, tflite::ErrorReporter*)’: tensorflow/lite/allocation.cc:36:46: error: ‘tflite::Allocation::Type’ is not a class or namespace: Allocation(error_reporter, Allocation::Type::kFileCopy) {^ tensorflow/lite/allocation.cc:39:3: error: ‘unique_ptr’ is not a member of ‘std’std::unique_ptr<FILE, decltype(&fclose)> file(fopen(filename, "rb"), fclose);^ tensorflow/lite/allocation.cc:39:23: error: expected primary-expression before ‘,’ tokenstd::unique_ptr<FILE, decltype(&fclose)> file(fopen(filename, "rb"), fclose);^ tensorflow/lite/allocation.cc:39:41: error: ‘decltype’ was not declared in this scopestd::unique_ptr<FILE, decltype(&fclose)> file(fopen(filename, "rb"), fclose);^ tensorflow/lite/allocation.cc:39:78: error: ‘file’ was not declared in this scopestd::unique_ptr<FILE, decltype(&fclose)> file(fopen(filename, "rb"), fclose);^ tensorflow/lite/allocation.cc:60:3: error: ‘unique_ptr’ is not a member of ‘std’std::unique_ptr<char[]> buffer(new char[buffer_size_bytes_]);^ tensorflow/lite/allocation.cc:60:19: error: expected primary-expression before ‘char’std::unique_ptr<char[]> buffer(new char[buffer_size_bytes_]);^ tensorflow/lite/allocation.cc:61:8: error: ‘buffer’ was not declared in this scopeif (!buffer) {^ tensorflow/lite/allocation.cc:67:13: error: ‘buffer’ was not declared in this scopefread(buffer.get(), sizeof(char), buffer_size_bytes_, file.get());^ tensorflow/lite/allocation.cc:75:3: error: ‘copied_buffer_’ was not declared in this scopecopied_buffer_.reset(const_cast<char const*>(buffer.release()));^ tensorflow/lite/allocation.cc: In member function ‘virtual const void* tflite::FileCopyAllocation::base() const’: tensorflow/lite/allocation.cc:80:55: error: ‘copied_buffer_’ was not declared in this scope const void* FileCopyAllocation::base() const { return copied_buffer_.get(); }^ tensorflow/lite/allocation.cc: In member function ‘virtual bool tflite::FileCopyAllocation::valid() const’: tensorflow/lite/allocation.cc:84:49: error: ‘copied_buffer_’ was not declared in this scope bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; }^ tensorflow/lite/allocation.cc:84:67: error: ‘nullptr’ was not declared in this scope bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; }^ tensorflow/lite/allocation.cc: In constructor ‘tflite::MemoryAllocation::MemoryAllocation(const void*, size_t, tflite::ErrorReporter*)’: tensorflow/lite/allocation.cc:89:46: error: ‘tflite::Allocation::Type’ is not a class or namespace: Allocation(error_reporter, Allocation::Type::kMemory) {^ tensorflow/lite/allocation.cc: In member function ‘virtual bool tflite::MemoryAllocation::valid() const’: tensorflow/lite/allocation.cc:100:58: error: ‘nullptr’ was not declared in this scope bool MemoryAllocation::valid() const { return buffer_ != nullptr; }^ tensorflow/lite/tools/make/Makefile:255: recipe for target '/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/gen/linux_arm/obj/tensorflow/lite/allocation.o' failed make: *** [/home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/gen/linux_arm/obj/tensorflow/lite/allocation.o] Error 1 In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:56:0,from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: In function ‘T* flatbuffers::vector_data(std::vector<T>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:64:27: error: ‘nullptr’ was not declared in this scopereturn vector.empty() ? nullptr : &vector[0];^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: In function ‘const T* flatbuffers::vector_data(const std::vector<T>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:69:27: error: ‘nullptr’ was not declared in this scopereturn vector.empty() ? nullptr : &vector[0];^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:73:59: error: expected ‘,’ or ‘...’ before ‘&&’ token inline void vector_emplace_back(std::vector<T> *vector, V &&data) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: In function ‘void flatbuffers::vector_emplace_back(std::vector<T>*, V)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:77:26: error: ‘forward’ is not a member of ‘std’vector->emplace_back(std::forward<V>(data));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:77:40: error: expected primary-expression before ‘>’ tokenvector->emplace_back(std::forward<V>(data));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:77:42: error: ‘data’ was not declared in this scopevector->emplace_back(std::forward<V>(data));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:163:65: error: expected template-name before ‘<’ tokentemplate <typename T> struct is_scalar : public std::is_scalar<T> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:163:65: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:163:65: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:164:73: error: expected template-name before ‘<’ tokentemplate <typename T, typename U> struct is_same : public std::is_same<T,U> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:164:73: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:164:73: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:166:38: error: expected template-name before ‘<’ tokenpublic std::is_floating_point<T> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:166:38: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:166:38: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:167:69: error: expected template-name before ‘<’ tokentemplate <typename T> struct is_unsigned : public std::is_unsigned<T> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:167:69: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:167:69: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:168:73: error: expected template-name before ‘<’ tokentemplate <typename T> struct make_unsigned : public std::make_unsigned<T> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:168:73: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:168:73: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:180:65: error: expected template-name before ‘<’ tokentemplate <class T> class unique_ptr : public std::unique_ptr<T> {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:180:65: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:180:65: error: expected unqualified-id before ‘<’ token In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:159:33: error: ‘constexpr’ does not name a type#define FLATBUFFERS_CONSTEXPR constexpr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:247:22: note: in expansion of macro ‘FLATBUFFERS_CONSTEXPR’ template<typename T> FLATBUFFERS_CONSTEXPR inline bool IsConstTrue(T t) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:159:33: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_CONSTEXPR constexpr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:247:22: note: in expansion of macro ‘FLATBUFFERS_CONSTEXPR’ template<typename T> FLATBUFFERS_CONSTEXPR inline bool IsConstTrue(T t) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:159:33: error: ‘constexpr’ does not name a type#define FLATBUFFERS_CONSTEXPR constexpr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:59:22: note: in expansion of macro ‘FLATBUFFERS_CONSTEXPR’ template<typename T> FLATBUFFERS_CONSTEXPR size_t AlignOf() {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:159:33: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_CONSTEXPR constexpr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:59:22: note: in expansion of macro ‘FLATBUFFERS_CONSTEXPR’ template<typename T> FLATBUFFERS_CONSTEXPR size_t AlignOf() {^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:89:52: error: ‘>>’ should be ‘> >’ within a nested template argument list template<typename T> struct IndirectHelper<Offset<T>> {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:128:44: error: expected ‘,’ or ‘...’ before ‘&&’ tokenVectorIterator &operator=(VectorIterator &&other) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::VectorIterator<T, IT>::VectorIterator()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:119:28: error: ‘nullptr’ was not declared in this scopeVectorIterator() : data_(nullptr) {}^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::VectorIterator<T, IT>& flatbuffers::VectorIterator<T, IT>::operator=(flatbuffers::VectorIterator<T, IT>)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:129:13: error: ‘other’ was not declared in this scopedata_ = other.data_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::Vector<T>::MutateOffset(flatbuffers::uoffset_t, const uint8_t*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:298:68: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]static_assert(sizeof(T) == sizeof(uoffset_t), "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:298:68: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated) /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Vector<T>::return_type flatbuffers::Vector<T>::LookupByKey(K) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:325:14: error: ‘nullptr’ was not declared in this scopereturn nullptr; // Key not found.^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In static member function ‘static int flatbuffers::Vector<T>::KeyCompare(const void*, const void*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:348:10: error: ‘table’ does not name a typeauto table = IndirectHelper<T>::Read(data, 0);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:352:13: error: ‘table’ was not declared in this scopereturn -table->KeyCompareWithValue(*key);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:378:16: error: ‘>>’ should be ‘> >’ within a nested template argument list Vector<Offset<T>> *VectorCast(Vector<Offset<U>> *ptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:378:46: error: ‘>>’ should be ‘> >’ within a nested template argument list Vector<Offset<T>> *VectorCast(Vector<Offset<U>> *ptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘flatbuffers::Vector<flatbuffers::Offset<T> >* flatbuffers::VectorCast(flatbuffers::Vector<flatbuffers::Offset<U> >*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:17: error: ‘is_base_of’ is not a member of ‘std’static_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:34: error: expected primary-expression before ‘,’ tokenstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:37: error: expected primary-expression before ‘>’ tokenstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:38: error: ‘::value’ has not been declaredstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:64: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]static_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:380:42: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn reinterpret_cast<Vector<Offset<T>> *>(ptr);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:384:22: error: ‘>>’ should be ‘> >’ within a nested template argument list const Vector<Offset<T>> *VectorCast(const Vector<Offset<U>> *ptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:384:58: error: ‘>>’ should be ‘> >’ within a nested template argument list const Vector<Offset<T>> *VectorCast(const Vector<Offset<U>> *ptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘const flatbuffers::Vector<flatbuffers::Offset<T> >* flatbuffers::VectorCast(const flatbuffers::Vector<flatbuffers::Offset<U> >*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:17: error: ‘is_base_of’ is not a member of ‘std’static_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:34: error: expected primary-expression before ‘,’ tokenstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:37: error: expected primary-expression before ‘>’ tokenstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:38: error: ‘::value’ has not been declaredstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:64: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]static_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:386:48: error: %E2%80%98>>’ should be ‘> >’ within a nested template argument listreturn reinterpret_cast<const Vector<Offset<T>> *>(ptr);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘bool flatbuffers::StringLessThan(const char*, flatbuffers::uoffset_t, const char*, flatbuffers::uoffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:400:14: error: ‘cmp’ does not name a typeconst auto cmp = memcmp(a_data, b_data, (std::min)(a_size, b_size));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:401:10: error: ‘cmp’ was not declared in this scopereturn cmp == 0 ? a_size < b_size : cmp < 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:478:32: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11uint8_t *allocate(size_t size) FLATBUFFERS_OVERRIDE {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:482:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11void deallocate(uint8_t *p, size_t) FLATBUFFERS_OVERRIDE {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:540:33: error: expected ‘,’ or ‘...’ before ‘&&’ tokenDetachedBuffer(DetachedBuffer &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:540:40: error: invalid constructor; you probably meant ‘flatbuffers::DetachedBuffer (const flatbuffers::DetachedBuffer&)’DetachedBuffer(DetachedBuffer &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:556:44: error: expected ‘,’ or ‘...’ before ‘&&’ tokenDetachedBuffer &operator=(DetachedBuffer &&other) {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:606:3: note: in expansion of macro ‘FLATBUFFERS_DELETE_FUNC’FLATBUFFERS_DELETE_FUNC(DetachedBuffer(const DetachedBuffer &other))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:607:3: note: in expansion of macro ‘FLATBUFFERS_DELETE_FUNC’FLATBUFFERS_DELETE_FUNC(^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::DetachedBuffer::DetachedBuffer()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:521:20: error: ‘nullptr’ was not declared in this scope: allocator_(nullptr),^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::DetachedBuffer& flatbuffers::DetachedBuffer::operator=(flatbuffers::DetachedBuffer)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:559:18: error: ‘other’ was not declared in this scopeallocator_ = other.allocator_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::DetachedBuffer::reset()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:628:18: error: ‘nullptr’ was not declared in this scopeallocator_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:660:35: error: expected ‘,’ or ‘...’ before ‘&&’ tokenvector_downward(vector_downward &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:660:42: error: invalid constructor; you probably meant ‘flatbuffers::vector_downward (const flatbuffers::vector_downward&)’vector_downward(vector_downward &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:686:46: error: expected ‘,’ or ‘...’ before ‘&&’ tokenvector_downward &operator=(vector_downward &&other) {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:854:3: note: in expansion of macro ‘FLATBUFFERS_DELETE_FUNC’FLATBUFFERS_DELETE_FUNC(vector_downward(const vector_downward &))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:855:3: note: in expansion of macro ‘FLATBUFFERS_DELETE_FUNC’FLATBUFFERS_DELETE_FUNC(vector_downward &operator=(const vector_downward &))^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::vector_downward::vector_downward(size_t, flatbuffers::Allocator*, bool, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:654:14: error: ‘nullptr’ was not declared in this scopebuf_(nullptr),^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::vector_downward& flatbuffers::vector_downward::operator=(flatbuffers::vector_downward)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:688:26: error: ‘move’ is not a member of ‘std’vector_downward temp(std::move(other));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:688:36: error: ‘other’ was not declared in this scopevector_downward temp(std::move(other));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::vector_downward::clear()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:711:14: error: ‘nullptr’ was not declared in this scopecur_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::vector_downward::clear_allocator()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:722:18: error: ‘nullptr’ was not declared in this scopeallocator_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::vector_downward::clear_buffer()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:728:12: error: ‘nullptr’ was not declared in this scopebuf_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘uint8_t* flatbuffers::vector_downward::release_raw(size_t&, size_t&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:733:11: error: ISO C++ forbids declaration of ‘buf’ with no type [-fpermissive]auto *buf = buf_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:733:17: error: cannot convert ‘uint8_t* {aka unsigned char*}’ to ‘int*’ in initializationauto *buf = buf_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:739:12: error: ‘nullptr’ was not declared in this scopebuf_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:741:12: error: cannot convert ‘int*’ to ‘uint8_t* {aka unsigned char*}’ in returnreturn buf;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::DetachedBuffer flatbuffers::vector_downward::release()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:750:20: error: ‘nullptr’ was not declared in this scopeallocator_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:753:12: error: ‘nullptr’ was not declared in this scopebuf_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:755:12: error: use of deleted function ‘flatbuffers::DetachedBuffer::DetachedBuffer(const flatbuffers::DetachedBuffer&)’return fb;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:606:27: note: declared hereFLATBUFFERS_DELETE_FUNC(DetachedBuffer(const DetachedBuffer &other))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:41: note: in definition of macro ‘FLATBUFFERS_DELETE_FUNC’#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::vector_downward::reallocate(size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:867:10: error: ‘old_reserved’ does not name a typeauto old_reserved = reserved_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:868:10: error: ‘old_size’ does not name a typeauto old_size = size();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:869:10: error: ‘old_scratch_size’ does not name a typeauto old_scratch_size = scratch_size();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:871:29: error: ‘old_reserved’ was not declared in this scopeold_reserved ? old_reserved / 2 : initial_size_);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:875:33: error: ‘old_size’ was not declared in this scopeold_size, old_scratch_size);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:875:43: error: ‘old_scratch_size’ was not declared in this scopeold_size, old_scratch_size);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:879:31: error: ‘old_size’ was not declared in this scopecur_ = buf_ + reserved_ - old_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:880:23: error: ‘old_scratch_size’ was not declared in this scopescratch_ = buf_ + old_scratch_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘const T* flatbuffers::data(const std::vector<_Tp, _Alloc>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:893:22: error: ‘nullptr’ was not declared in this scopereturn v.empty() ? nullptr : &v.front();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘T* flatbuffers::data(std::vector<_Tp, _Alloc>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:896:22: error: ‘nullptr’ was not declared in this scopereturn v.empty() ? nullptr : &v.front();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:943:39: error: expected ‘,’ or ‘...’ before ‘&&’ tokenFlatBufferBuilder(FlatBufferBuilder &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:943:46: error: invalid constructor; you probably meant ‘flatbuffers::FlatBufferBuilder (const flatbuffers::FlatBufferBuilder&)’FlatBufferBuilder(FlatBufferBuilder &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:967:50: error: expected ‘,’ or ‘...’ before ‘&&’ tokenFlatBufferBuilder &operator=(FlatBufferBuilder &&other) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1443:39: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> Offset<Vector<T>> CreateVector(const T *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1465:25: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<Offset<T>>> CreateVector(const Offset<T> *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1477:39: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> Offset<Vector<T>> CreateVector(const std::vector<T> &v) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1484:24: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<uint8_t>> CreateVector(const std::vector<bool> &v) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1501:39: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> Offset<Vector<T>> CreateVector(size_t vector_size,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1502:18: error: ‘function’ in namespace ‘std’ does not name a template typeconst std::function<T (size_t i)> &f) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1502:26: error: expected ‘,’ or ‘...’ before ‘<’ tokenconst std::function<T (size_t i)> &f) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1520:18: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<T>> CreateVector(size_t vector_size, F f, S *state) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1532:30: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<Offset<String>>> CreateVectorOfStrings(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1547:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfStructs(const T *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1562:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfNativeStructs(const S *v,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1581:47: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> Offset<Vector<const T *>> CreateVectorOfStructs(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1582:38: error: ‘function’ in namespace ‘std’ does not name a template typesize_t vector_size, const std::function<void(size_t i, T *)> &filler) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1582:46: error: expected ‘,’ or ‘...’ before ‘<’ tokensize_t vector_size, const std::function<void(size_t i, T *)> &filler) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1603:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfStructs(size_t vector_size, F f,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1620:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfStructs(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1634:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfNativeStructs(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1658:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfSortedStructs(std::vector<T> *v) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1671:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfSortedNativeStructs(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1685:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfSortedStructs(T *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1700:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1733:25: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<Offset<T>>> CreateVectorOfSortedTables(Offset<T> *v,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1747:25: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<Offset<T>>> CreateVectorOfSortedTables(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1748:27: error: ‘>>’ should be ‘> >’ within a nested template argument liststd::vector<Offset<T>> *v) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1779:18: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<T>> CreateUninitializedVector(size_t len, T **buf) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1786:25: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T*>> CreateUninitializedVectorOfStructs(size_t len, T **buf) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1796:18: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<T>> CreateVectorScalarCast(const U *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1915:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> EndVectorOfStructs(size_t vector_size) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:924:53: error: ‘nullptr’ was not declared in this scopeAllocator *allocator = nullptr,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:927:34: error: ‘AlignOf’ was not declared in this scopeAlignOf<largest_scalar_t>())^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:927:58: error: expected primary-expression before ‘>’ tokenAlignOf<largest_scalar_t>())^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:927:60: error: expected primary-expression before ‘)’ tokenAlignOf<largest_scalar_t>())^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1819:61: error: ‘nullptr’ was not declared in this scopevoid Finish(Offset<T> root, const char *file_identifier = nullptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1832:57: error: ‘nullptr’ was not declared in this scopeconst char *file_identifier = nullptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::FlatBufferBuilder::FlatBufferBuilder(size_t, flatbuffers::Allocator*, bool, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:936:21: error: ‘nullptr’ was not declared in this scopestring_pool(nullptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::FlatBufferBuilder& flatbuffers::FlatBufferBuilder::operator=(flatbuffers::FlatBufferBuilder)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:969:28: error: ‘move’ is not a member of ‘std’FlatBufferBuilder temp(std::move(other));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:969:38: error: ‘other’ was not declared in this scopeFlatBufferBuilder temp(std::move(other));^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:56:0,from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: In function ‘T* flatbuffers::vector_data(std::vector<T>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:64:27: error: ‘nullptr’ was not declared in this scopereturn vector.empty() ? nullptr : &vector[0];^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: In function ‘const T* flatbuffers::vector_data(const std::vector<T>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:69:27: error: ‘nullptr’ was not declared in this scopereturn vector.empty() ? nullptr : &vector[0];^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:73:59: error: expected ‘,’ or ‘...’ before ‘&&’ token inline void vector_emplace_back(std::vector<T> *vector, V &&data) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: In function ‘void flatbuffers::vector_emplace_back(std::vector<T>*, V)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:77:26: error: ‘forward’ is not a member of ‘std’vector->emplace_back(std::forward<V>(data));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:77:40: error: expected primary-expression before ‘>’ tokenvector->emplace_back(std::forward<V>(data));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:77:42: error: ‘data’ was not declared in this scopevector->emplace_back(std::forward<V>(data));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:163:65: error: expected template-name before ‘<’ tokentemplate <typename T> struct is_scalar : public std::is_scalar<T> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:163:65: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:163:65: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:164:73: error: expected template-name before ‘<’ tokentemplate <typename T, typename U> struct is_same : public std::is_same<T,U> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:164:73: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:164:73: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:166:38: error: expected template-name before ‘<’ tokenpublic std::is_floating_point<T> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:166:38: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:166:38: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:167:69: error: expected template-name before ‘<’ tokentemplate <typename T> struct is_unsigned : public std::is_unsigned<T> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:167:69: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:167:69: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:168:73: error: expected template-name before ‘<’ tokentemplate <typename T> struct make_unsigned : public std::make_unsigned<T> {};^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:168:73: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:168:73: error: expected unqualified-id before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:180:65: error: expected template-name before ‘<’ tokentemplate <class T> class unique_ptr : public std::unique_ptr<T> {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:180:65: error: expected ‘{’ before ‘<’ token /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/stl_emulation.h:180:65: error: expected unqualified-id before ‘<’ token In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:159:33: error: ‘constexpr’ does not name a type#define FLATBUFFERS_CONSTEXPR constexpr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:247:22: note: in expansion of macro ‘FLATBUFFERS_CONSTEXPR’ template<typename T> FLATBUFFERS_CONSTEXPR inline bool IsConstTrue(T t) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:159:33: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_CONSTEXPR constexpr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:247:22: note: in expansion of macro ‘FLATBUFFERS_CONSTEXPR’ template<typename T> FLATBUFFERS_CONSTEXPR inline bool IsConstTrue(T t) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::DetachedBuffer flatbuffers::FlatBufferBuilder::ReleaseBufferPointer()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1033:25: error: use of deleted function ‘flatbuffers::DetachedBuffer::DetachedBuffer(const flatbuffers::DetachedBuffer&)’return buf_.release();^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:606:27: note: declared hereFLATBUFFERS_DELETE_FUNC(DetachedBuffer(const DetachedBuffer &other))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:41: note: in definition of macro ‘FLATBUFFERS_DELETE_FUNC’#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:159:33: error: ‘constexpr’ does not name a type#define FLATBUFFERS_CONSTEXPR constexpr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:59:22: note: in expansion of macro ‘FLATBUFFERS_CONSTEXPR’ template<typename T> FLATBUFFERS_CONSTEXPR size_t AlignOf() {^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::DetachedBuffer flatbuffers::FlatBufferBuilder::Release()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1040:25: error: use of deleted function ‘flatbuffers::DetachedBuffer::DetachedBuffer(const flatbuffers::DetachedBuffer&)’return buf_.release();^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:606:27: note: declared hereFLATBUFFERS_DELETE_FUNC(DetachedBuffer(const DetachedBuffer &other))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:41: note: in definition of macro ‘FLATBUFFERS_DELETE_FUNC’#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:159:33: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_CONSTEXPR constexpr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:59:22: note: in expansion of macro ‘FLATBUFFERS_CONSTEXPR’ template<typename T> FLATBUFFERS_CONSTEXPR size_t AlignOf() {^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:89:52: error: ‘>>’ should be ‘> >’ within a nested template argument list template<typename T> struct IndirectHelper<Offset<T>> {^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::FlatBufferBuilder::AddElement(flatbuffers::voffset_t, T, T)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1140:10: error: ‘off’ does not name a typeauto off = PushElement(e);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:128:44: error: expected ‘,’ or ‘...’ before ‘&&’ tokenVectorIterator &operator=(VectorIterator &&other) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1141:23: error: ‘off’ was not declared in this scopeTrackField(field, off);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::FlatBufferBuilder::AddStruct(flatbuffers::voffset_t, const T*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1151:11: error: ‘AlignOf’ was not declared in this scopeAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::VectorIterator<T, IT>::VectorIterator()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:119:28: error: ‘nullptr’ was not declared in this scopeVectorIterator() : data_(nullptr) {}^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::VectorIterator<T, IT>& flatbuffers::VectorIterator<T, IT>::operator=(flatbuffers::VectorIterator<T, IT>)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:129:13: error: ‘other’ was not declared in this scopedata_ = other.data_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1151:20: error: expected primary-expression before ‘>’ tokenAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1151:22: error: expected primary-expression before ‘)’ tokenAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::uoffset_t flatbuffers::FlatBufferBuilder::EndTable(flatbuffers::uoffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1201:10: error: ‘vtableoffsetloc’ does not name a typeauto vtableoffsetloc = PushElement<soffset_t>(0);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1211:10: error: ‘table_object_size’ does not name a typeauto table_object_size = vtableoffsetloc - start;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1215:51: error: ‘table_object_size’ was not declared in this scopestatic_cast<voffset_t>(table_object_size));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1218:15: error: ‘it’ does not name a typefor (auto it = buf_.scratch_end() - num_field_loc * sizeof(FieldLoc);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1219:10: error: expected ‘;’ before ‘it’it < buf_.scratch_end(); it += sizeof(FieldLoc)) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1219:10: error: ‘it’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1220:12: error: ‘field_location’ does not name a typeauto field_location = reinterpret_cast<FieldLoc *>(it);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1221:12: error: ‘pos’ does not name a typeauto pos = static_cast<voffset_t>(vtableoffsetloc - field_location->off);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1225:44: error: ‘field_location’ was not declared in this scopeWriteScalar<voffset_t>(buf_.data() + field_location->id, pos);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1225:64: error: ‘pos’ was not declared in this scopeWriteScalar<voffset_t>(buf_.data() + field_location->id, pos);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::Vector<T>::MutateOffset(flatbuffers::uoffset_t, const uint8_t*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:298:68: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]static_assert(sizeof(T) == sizeof(uoffset_t), "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1228:10: error: ‘vt1’ does not name a typeauto vt1 = reinterpret_cast<voffset_t *>(buf_.data());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1229:10: error: ‘vt1_size’ does not name a typeauto vt1_size = ReadScalar<voffset_t>(vt1);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1230:10: error: ‘vt_use’ does not name a typeauto vt_use = GetSize();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1234:17: error: ‘it’ does not name a typefor (auto it = buf_.scratch_data(); it < buf_.scratch_end();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1234:43: error: expected ‘;’ before ‘it’for (auto it = buf_.scratch_data(); it < buf_.scratch_end();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1234:43: error: ‘it’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1236:14: error: ‘vt_offset_ptr’ does not name a typeauto vt_offset_ptr = reinterpret_cast<uoffset_t *>(it);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1237:14: error: ‘vt2’ does not name a typeauto vt2 = reinterpret_cast<voffset_t *>(buf_.data_at(*vt_offset_ptr));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1238:14: error: ‘vt2_size’ does not name a typeauto vt2_size = *vt2;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1239:13: error: ‘vt1_size’ was not declared in this scopeif (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1239:25: error: ‘vt2_size’ was not declared in this scopeif (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1239:49: error: ‘vt2’ was not declared in this scopeif (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1239:54: error: ‘vt1’ was not declared in this scopeif (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1240:9: error: ‘vt_use’ was not declared in this scopevt_use = *vt_offset_ptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1240:19: error: ‘vt_offset_ptr’ was not declared in this scopevt_use = *vt_offset_ptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1241:30: error: ‘vtableoffsetloc’ was not declared in this scopebuf_.pop(GetSize() - vtableoffsetloc);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1246:9: error: ‘vt_use’ was not declared in this scopeif (vt_use == GetSize()) { buf_.scratch_push_small(vt_use); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1252:30: error: ‘vtableoffsetloc’ was not declared in this scopeWriteScalar(buf_.data_at(vtableoffsetloc),^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1253:40: error: ‘vt_use’ was not declared in this scopestatic_cast<soffset_t>(vt_use) -^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:298:68: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated) /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Vector<T>::return_type flatbuffers::Vector<T>::LookupByKey(K) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:325:14: error: ‘nullptr’ was not declared in this scopereturn nullptr; // Key not found.^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In static member function ‘static int flatbuffers::Vector<T>::KeyCompare(const void*, const void*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:348:10: error: ‘table’ does not name a typeauto table = IndirectHelper<T>::Read(data, 0);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:352:13: error: ‘table’ was not declared in this scopereturn -table->KeyCompareWithValue(*key);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::String> flatbuffers::FlatBufferBuilder::CreateSharedString(const char*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1363:10: error: ‘size_before_string’ does not name a typeauto size_before_string = buf_.size();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:378:16: error: ‘>>’ should be ‘> >’ within a nested template argument list Vector<Offset<T>> *VectorCast(Vector<Offset<U>> *ptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:378:46: error: ‘>>’ should be ‘> >’ within a nested template argument list Vector<Offset<T>> *VectorCast(Vector<Offset<U>> *ptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘flatbuffers::Vector<flatbuffers::Offset<T> >* flatbuffers::VectorCast(flatbuffers::Vector<flatbuffers::Offset<U> >*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:17: error: ‘is_base_of’ is not a member of ‘std’static_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:34: error: expected primary-expression before ‘,’ tokenstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:37: error: expected primary-expression before ‘>’ tokenstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:38: error: ‘::value’ has not been declaredstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:379:64: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]static_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:380:42: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn reinterpret_cast<Vector<Offset<T>> *>(ptr);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:384:22: error: ‘>>’ should be ‘> >’ within a nested template argument list const Vector<Offset<T>> *VectorCast(const Vector<Offset<U>> *ptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:384:58: error: ‘>>’ should be ‘> >’ within a nested template argument list const Vector<Offset<T>> *VectorCast(const Vector<Offset<U>> *ptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘const flatbuffers::Vector<flatbuffers::Offset<T> >* flatbuffers::VectorCast(const flatbuffers::Vector<flatbuffers::Offset<U> >*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:17: error: ‘is_base_of’ is not a member of ‘std’static_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1366:10: error: ‘off’ does not name a typeauto off = CreateString(str, len);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1367:10: error: ‘it’ does not name a typeauto it = string_pool->find(off);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1369:9: error: ‘it’ was not declared in this scopeif (it != string_pool->end()) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:34: error: expected primary-expression before ‘,’ tokenstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:37: error: expected primary-expression before ‘>’ tokenstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:38: error: ‘::value’ has not been declaredstatic_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1371:30: error: ‘size_before_string’ was not declared in this scopebuf_.pop(buf_.size() - size_before_string);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:385:64: error: there are no arguments to ‘static_assert’ that depend on a template parameter, so a declaration of ‘static_assert’ must be available [-fpermissive]static_assert(std::is_base_of<T, U>::value, "Unrelated types");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:386:48: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn reinterpret_cast<const Vector<Offset<T>> *>(ptr);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1375:25: error: ‘off’ was not declared in this scopestring_pool->insert(off);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘bool flatbuffers::StringLessThan(const char*, flatbuffers::uoffset_t, const char*, flatbuffers::uoffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:400:14: error: ‘cmp’ does not name a typeconst auto cmp = memcmp(a_data, b_data, (std::min)(a_size, b_size));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:401:10: error: ‘cmp’ was not declared in this scopereturn cmp == 0 ? a_size < b_size : cmp < 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<T> > flatbuffers::FlatBufferBuilder::CreateVector(const T*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1461:27: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<T>>(EndVector(len));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<T> > > flatbuffers::FlatBufferBuilder::CreateVector(const flatbuffers::Offset<T>*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1467:15: error: ‘i’ does not name a typefor (auto i = len; i > 0;) { PushElement(v[--i]); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1467:24: error: expected ‘;’ before ‘i’for (auto i = len; i > 0;) { PushElement(v[--i]); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1467:24: error: ‘i’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1468:34: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<Offset<T>>>(EndVector(len));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:478:32: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11uint8_t *allocate(size_t size) FLATBUFFERS_OVERRIDE {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:482:37: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11void deallocate(uint8_t *p, size_t) FLATBUFFERS_OVERRIDE {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:540:33: error: expected ‘,’ or ‘...’ before ‘&&’ tokenDetachedBuffer(DetachedBuffer &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:540:40: error: invalid constructor; you probably meant ‘flatbuffers::DetachedBuffer (const flatbuffers::DetachedBuffer&)’DetachedBuffer(DetachedBuffer &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:556:44: error: expected ‘,’ or ‘...’ before ‘&&’ tokenDetachedBuffer &operator=(DetachedBuffer &&other) {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:606:3: note: in expansion of macro ‘FLATBUFFERS_DELETE_FUNC’FLATBUFFERS_DELETE_FUNC(DetachedBuffer(const DetachedBuffer &other))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:607:3: note: in expansion of macro ‘FLATBUFFERS_DELETE_FUNC’FLATBUFFERS_DELETE_FUNC(^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::DetachedBuffer::DetachedBuffer()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:521:20: error: ‘nullptr’ was not declared in this scope: allocator_(nullptr),^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::DetachedBuffer& flatbuffers::DetachedBuffer::operator=(flatbuffers::DetachedBuffer)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:559:18: error: ‘other’ was not declared in this scopeallocator_ = other.allocator_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<unsigned char> > flatbuffers::FlatBufferBuilder::CreateVector(const std::vector<bool>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1486:15: error: ‘i’ does not name a typefor (auto i = v.size(); i > 0;) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::DetachedBuffer::reset()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:628:18: error: ‘nullptr’ was not declared in this scopeallocator_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1486:29: error: expected ‘;’ before ‘i’for (auto i = v.size(); i > 0;) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:660:35: error: expected ‘,’ or ‘...’ before ‘&&’ tokenvector_downward(vector_downward &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1486:29: error: ‘i’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1489:33: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<uint8_t>>(EndVector(v.size()));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:660:42: error: invalid constructor; you probably meant ‘flatbuffers::vector_downward (const flatbuffers::vector_downward&)’vector_downward(vector_downward &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:686:46: error: expected ‘,’ or ‘...’ before ‘&&’ tokenvector_downward &operator=(vector_downward &&other) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<T> > flatbuffers::FlatBufferBuilder::CreateVector(size_t, int)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1504:60: error: there are no arguments to ‘f’ that depend on a template parameter, so a declaration of ‘f’ must be available [-fpermissive]for (size_t i = 0; i < vector_size; i++) elems[i] = f(i);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String> > > flatbuffers::FlatBufferBuilder::CreateVectorOfStrings(const std::vector<std::__cxx11::basic_string<char> >&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1534:30: error: ‘>>’ should be ‘> >’ within a nested template argument liststd::vector<Offset<String>> offsets(v.size());^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:854:3: note: in expansion of macro ‘FLATBUFFERS_DELETE_FUNC’FLATBUFFERS_DELETE_FUNC(vector_downward(const vector_downward &))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:855:3: note: in expansion of macro ‘FLATBUFFERS_DELETE_FUNC’FLATBUFFERS_DELETE_FUNC(vector_downward &operator=(const vector_downward &))^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::vector_downward::vector_downward(size_t, flatbuffers::Allocator*, bool, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:654:14: error: ‘nullptr’ was not declared in this scopebuf_(nullptr),^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::vector_downward& flatbuffers::vector_downward::operator=(flatbuffers::vector_downward)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:688:26: error: ‘move’ is not a member of ‘std’vector_downward temp(std::move(other));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:688:36: error: ‘other’ was not declared in this scopevector_downward temp(std::move(other));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::vector_downward::clear()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:711:14: error: ‘nullptr’ was not declared in this scopecur_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::vector_downward::clear_allocator()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:722:18: error: ‘nullptr’ was not declared in this scopeallocator_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::vector_downward::clear_buffer()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:728:12: error: ‘nullptr’ was not declared in this scopebuf_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘uint8_t* flatbuffers::vector_downward::release_raw(size_t&, size_t&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:733:11: error: ISO C++ forbids declaration of ‘buf’ with no type [-fpermissive]auto *buf = buf_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:733:17: error: cannot convert ‘uint8_t* {aka unsigned char*}’ to ‘int*’ in initializationauto *buf = buf_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:739:12: error: ‘nullptr’ was not declared in this scopebuf_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:741:12: error: cannot convert ‘int*’ to ‘uint8_t* {aka unsigned char*}’ in returnreturn buf;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::DetachedBuffer flatbuffers::vector_downward::release()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:750:20: error: ‘nullptr’ was not declared in this scopeallocator_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:753:12: error: ‘nullptr’ was not declared in this scopebuf_ = nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:755:12: error: use of deleted function ‘flatbuffers::DetachedBuffer::DetachedBuffer(const flatbuffers::DetachedBuffer&)’return fb;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:606:27: note: declared hereFLATBUFFERS_DELETE_FUNC(DetachedBuffer(const DetachedBuffer &other))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:41: note: in definition of macro ‘FLATBUFFERS_DELETE_FUNC’#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::vector_downward::reallocate(size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:867:10: error: ‘old_reserved’ does not name a typeauto old_reserved = reserved_;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<const T*> > flatbuffers::FlatBufferBuilder::CreateVectorOfStructs(const T*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:35: error: ‘AlignOf’ was not declared in this scopeStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:868:10: error: ‘old_size’ does not name a typeauto old_size = size();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:869:10: error: ‘old_scratch_size’ does not name a typeauto old_scratch_size = scratch_size();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:871:29: error: ‘old_reserved’ was not declared in this scopeold_reserved ? old_reserved / 2 : initial_size_);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:875:33: error: ‘old_size’ was not declared in this scopeold_size, old_scratch_size);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:44: error: expected primary-expression before ‘>’ tokenStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:46: error: expected primary-expression before ‘)’ tokenStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:58: error: expected primary-expression before ‘>’ tokenStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:60: error: expected primary-expression before ‘)’ tokenStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1550:35: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<const T *>>(EndVector(len));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:875:43: error: ‘old_scratch_size’ was not declared in this scopeold_size, old_scratch_size);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:879:31: error: ‘old_size’ was not declared in this scopecur_ = buf_ + reserved_ - old_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:880:23: error: ‘old_scratch_size’ was not declared in this scopescratch_ = buf_ + old_scratch_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘const T* flatbuffers::data(const std::vector<_Tp, _Alloc>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:893:22: error: ‘nullptr’ was not declared in this scopereturn v.empty() ? nullptr : &v.front();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘T* flatbuffers::data(std::vector<_Tp, _Alloc>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:896:22: error: ‘nullptr’ was not declared in this scopereturn v.empty() ? nullptr : &v.front();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:943:39: error: expected ‘,’ or ‘...’ before ‘&&’ tokenFlatBufferBuilder(FlatBufferBuilder &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::FlatBufferBuilder::TableKeyComparator<T>::operator()(const flatbuffers::Offset<T>&, const flatbuffers::Offset<T>&) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1713:12: error: ‘table_a’ does not name a typeauto table_a = reinterpret_cast<T *>(buf_.data_at(a.o));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1714:12: error: ‘table_b’ does not name a typeauto table_b = reinterpret_cast<T *>(buf_.data_at(b.o));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1715:14: error: ‘table_a’ was not declared in this scopereturn table_a->KeyCompareLessThan(table_b);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1715:42: error: ‘table_b’ was not declared in this scopereturn table_a->KeyCompareLessThan(table_b);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:943:46: error: invalid constructor; you probably meant ‘flatbuffers::FlatBufferBuilder (const flatbuffers::FlatBufferBuilder&)’FlatBufferBuilder(FlatBufferBuilder &&other)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:967:50: error: expected ‘,’ or ‘...’ before ‘&&’ tokenFlatBufferBuilder &operator=(FlatBufferBuilder &&other) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::uoffset_t flatbuffers::FlatBufferBuilder::CreateUninitializedVector(size_t, size_t, uint8_t**)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1764:10: error: ‘vec_start’ does not name a typeauto vec_start = GetSize();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1765:10: error: ‘vec_end’ does not name a typeauto vec_end = EndVector(len);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1766:25: error: ‘vec_start’ was not declared in this scope*buf = buf_.data_at(vec_start);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1767:12: error: ‘vec_end’ was not declared in this scopereturn vec_end;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<T> > flatbuffers::FlatBufferBuilder::CreateVectorScalarCast(const U*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1800:15: error: ‘i’ does not name a typefor (auto i = len; i > 0;) { PushElement(static_cast<T>(v[--i])); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1800:24: error: expected ‘;’ before ‘i’for (auto i = len; i > 0;) { PushElement(static_cast<T>(v[--i])); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1800:24: error: ‘i’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1801:27: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<T>>(EndVector(len));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<const T*> flatbuffers::FlatBufferBuilder::CreateStruct(const T&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1807:11: error: ‘AlignOf’ was not declared in this scopeAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1807:20: error: expected primary-expression before ‘>’ tokenAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1807:22: error: expected primary-expression before ‘)’ tokenAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1443:39: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> Offset<Vector<T>> CreateVector(const T *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1465:25: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<Offset<T>>> CreateVector(const Offset<T> *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1477:39: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> Offset<Vector<T>> CreateVector(const std::vector<T> &v) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::FlatBufferBuilder::StringOffsetCompare::operator()(const flatbuffers::Offset<flatbuffers::String>&, const flatbuffers::Offset<flatbuffers::String>&) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1892:12: error: ‘stra’ does not name a typeauto stra = reinterpret_cast<const String *>(buf_->data_at(a.o));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1893:12: error: ‘strb’ does not name a typeauto strb = reinterpret_cast<const String *>(buf_->data_at(b.o));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1894:29: error: ‘stra’ was not declared in this scopereturn StringLessThan(stra->data(), stra->size(),^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1895:29: error: ‘strb’ was not declared in this scopestrb->data(), strb->size());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘T* flatbuffers::FlatBufferBuilder::StartVectorOfStructs(size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:43: error: ‘AlignOf’ was not declared in this scopeStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1484:24: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<uint8_t>> CreateVector(const std::vector<bool> &v) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1501:39: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> Offset<Vector<T>> CreateVector(size_t vector_size,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:52: error: expected primary-expression before ‘>’ tokenStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:54: error: expected primary-expression before ‘)’ tokenStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:66: error: expected primary-expression before ‘>’ tokenStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:68: error: expected primary-expression before ‘)’ tokenStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<const T*> > flatbuffers::FlatBufferBuilder::EndVectorOfStructs(size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1916:35: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<const T *>>(EndVector(vector_size));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1502:18: error: ‘function’ in namespace ‘std’ does not name a template typeconst std::function<T (size_t i)> &f) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1502:26: error: expected ‘,’ or ‘...’ before ‘<’ tokenconst std::function<T (size_t i)> &f) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1520:18: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<T>> CreateVector(size_t vector_size, F f, S *state) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1532:30: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<Offset<String>>> CreateVectorOfStrings(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1547:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfStructs(const T *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1562:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfNativeStructs(const S *v,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1581:47: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> Offset<Vector<const T *>> CreateVectorOfStructs(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1971:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 class Verifier FLATBUFFERS_FINAL_CLASS {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1582:38: error: ‘function’ in namespace ‘std’ does not name a template typesize_t vector_size, const std::function<void(size_t i, T *)> &filler) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1582:46: error: expected ‘,’ or ‘...’ before ‘<’ tokensize_t vector_size, const std::function<void(size_t i, T *)> &filler) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1603:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfStructs(size_t vector_size, F f,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2076:56: error: ‘>>’ should be ‘> >’ within a nested template argument listbool VerifyVectorOfStrings(const Vector<Offset<String>> *vec) const {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2086:71: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> bool VerifyVectorOfTables(const Vector<Offset<T>> *vec) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1620:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfStructs(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1634:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfNativeStructs(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1658:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfSortedStructs(std::vector<T> *v) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1671:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfSortedNativeStructs(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2060:35: error: ‘nullptr’ was not declared in this scopesize_t *end = nullptr) const {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1685:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfSortedStructs(T *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1700:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> CreateVectorOfSortedNativeStructs(S *v,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1733:25: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<Offset<T>>> CreateVectorOfSortedTables(Offset<T> *v,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1747:25: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<Offset<T>>> CreateVectorOfSortedTables(^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1748:27: error: ‘>>’ should be ‘> >’ within a nested template argument liststd::vector<Offset<T>> *v) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1779:18: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<T>> CreateUninitializedVector(size_t len, T **buf) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Verifier::VerifyVectorOrString(const uint8_t*, size_t, size_t*) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2061:10: error: ‘veco’ does not name a typeauto veco = static_cast<size_t>(vec - buf_);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1786:25: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T*>> CreateUninitializedVectorOfStructs(size_t len, T **buf) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1796:18: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<T>> CreateVectorScalarCast(const U *v, size_t len) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2063:28: error: ‘veco’ was not declared in this scopeif (!Verify<uoffset_t>(veco)) return false;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2066:10: error: ‘size’ does not name a typeauto size = ReadScalar<uoffset_t>(vec);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2067:10: error: ‘max_elems’ does not name a typeauto max_elems = FLATBUFFERS_MAX_BUFFER_SIZE / elem_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2068:16: error: ‘size’ was not declared in this scopeif (!Check(size < max_elems))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2068:23: error: ‘max_elems’ was not declared in this scopeif (!Check(size < max_elems))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1915:26: error: ‘>>’ should be ‘> >’ within a nested template argument listOffset<Vector<const T *>> EndVectorOfStructs(size_t vector_size) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2070:10: error: ‘byte_size’ does not name a typeauto byte_size = sizeof(size) + elem_size * size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2071:21: error: ‘veco’ was not declared in this scopeif (end) *end = veco + byte_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2071:28: error: ‘byte_size’ was not declared in this scopeif (end) *end = veco + byte_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2072:19: error: ‘veco’ was not declared in this scopereturn Verify(veco, byte_size);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2072:25: error: ‘byte_size’ was not declared in this scopereturn Verify(veco, byte_size);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:924:53: error: ‘nullptr’ was not declared in this scopeAllocator *allocator = nullptr,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:927:34: error: ‘AlignOf’ was not declared in this scopeAlignOf<largest_scalar_t>())^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:927:58: error: expected primary-expression before ‘>’ tokenAlignOf<largest_scalar_t>())^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:927:60: error: expected primary-expression before ‘)’ tokenAlignOf<largest_scalar_t>())^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1819:61: error: ‘nullptr’ was not declared in this scopevoid Finish(Offset<T> root, const char *file_identifier = nullptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1832:57: error: ‘nullptr’ was not declared in this scopeconst char *file_identifier = nullptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Verifier::VerifyTableStart(const uint8_t*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2097:10: error: ‘tableo’ does not name a typeauto tableo = static_cast<size_t>(table - buf_);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::FlatBufferBuilder::FlatBufferBuilder(size_t, flatbuffers::Allocator*, bool, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:936:21: error: ‘nullptr’ was not declared in this scopestring_pool(nullptr) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2098:28: error: ‘tableo’ was not declared in this scopeif (!Verify<soffset_t>(tableo)) return false;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::FlatBufferBuilder& flatbuffers::FlatBufferBuilder::operator=(flatbuffers::FlatBufferBuilder)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:969:28: error: ‘move’ is not a member of ‘std’FlatBufferBuilder temp(std::move(other));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:969:38: error: ‘other’ was not declared in this scopeFlatBufferBuilder temp(std::move(other));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2101:10: error: ‘vtableo’ does not name a typeauto vtableo = tableo - static_cast<size_t>(ReadScalar<soffset_t>(table));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2103:52: error: ‘vtableo’ was not declared in this scopereturn VerifyComplexity() && Verify<voffset_t>(vtableo) &&^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Verifier::VerifyBufferFromStart(const char*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2117:10: error: ‘o’ does not name a typeauto o = VerifyOffset(start);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2118:12: error: ‘o’ was not declared in this scopereturn o && reinterpret_cast<const T *>(buf_ + start + o)->Verify(*this)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Verifier::VerifyBuffer()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2128:69: error: ‘nullptr’ was not declared in this scopetemplate<typename T> bool VerifyBuffer() { return VerifyBuffer<T>(nullptr); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::uoffset_t flatbuffers::Verifier::VerifyOffset(size_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2142:10: error: ‘o’ does not name a typeauto o = ReadScalar<uoffset_t>(buf_ + start);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2144:16: error: ‘o’ was not declared in this scopeif (!Check(o != 0)) return 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2146:39: error: ‘o’ was not declared in this scopeif (!Check(static_cast<soffset_t>(o) >= 0)) return 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2149:25: error: ‘o’ was not declared in this scopeif (!Verify(start + o, 1)) return 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2150:12: error: ‘o’ was not declared in this scopereturn o;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::BufferRef<T>::BufferRef()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2206:21: error: ‘nullptr’ was not declared in this scopeBufferRef() : buf(nullptr), len(0), must_free(false) {}^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::BufferRef<T>::Verify()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2218:37: error: ‘nullptr’ was not declared in this scopereturn verifier.VerifyBuffer<T>(nullptr);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2230:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 class Struct FLATBUFFERS_FINAL_CLASS {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::voffset_t flatbuffers::Table::GetOptionalFieldOffset(flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2259:10: error: ‘vtable’ does not name a typeauto vtable = GetVTable();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2261:10: error: ‘vtsize’ does not name a typeauto vtsize = ReadScalar<voffset_t>(vtable);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2264:20: error: ‘vtsize’ was not declared in this scopereturn field < vtsize ? ReadScalar<voffset_t>(vtable + field) : 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2264:51: error: ‘vtable’ was not declared in this scopereturn field < vtsize ? ReadScalar<voffset_t>(vtable + field) : 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘T flatbuffers::Table::GetField(flatbuffers::voffset_t, T) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2268:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2269:12: error: ‘field_offset’ was not declared in this scopereturn field_offset ? ReadScalar<T>(data_ + field_offset) : defaultval;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘P flatbuffers::Table::GetPointer(flatbuffers::voffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2273:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2274:10: error: ‘p’ does not name a typeauto p = data_ + field_offset;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2275:12: error: ‘field_offset’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p + ReadScalar<uoffset_t>(p))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2275:47: error: ‘p’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p + ReadScalar<uoffset_t>(p))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2276:27: error: ‘nullptr’ was not declared in this scope: nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘P flatbuffers::Table::GetStruct(flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2283:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2284:10: error: ‘p’ does not name a typeauto p = const_cast<uint8_t *>(data_ + field_offset);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2285:12: error: ‘field_offset’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2285:47: error: ‘p’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2285:52: error: ‘nullptr’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::SetField(flatbuffers::voffset_t, T, T)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2289:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2290:10: error: ‘field_offset’ was not declared in this scopeif (!field_offset) return IsTheSameAs(val, def);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2291:25: error: ‘field_offset’ was not declared in this scopeWriteScalar(data_ + field_offset, val);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::DetachedBuffer flatbuffers::FlatBufferBuilder::ReleaseBufferPointer()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1033:25: error: use of deleted function ‘flatbuffers::DetachedBuffer::DetachedBuffer(const flatbuffers::DetachedBuffer&)’return buf_.release();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::SetPointer(flatbuffers::voffset_t, const uint8_t*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2296:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2297:10: error: ‘field_offset’ was not declared in this scopeif (!field_offset) return false;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2298:25: error: ‘field_offset’ was not declared in this scopeWriteScalar(data_ + field_offset,^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘uint8_t* flatbuffers::Table::GetAddressOf(flatbuffers::voffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2304:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2305:12: error: ‘field_offset’ was not declared in this scopereturn field_offset ? data_ + field_offset : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2305:50: error: ‘nullptr’ was not declared in this scopereturn field_offset ? data_ + field_offset : nullptr;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:606:27: note: declared hereFLATBUFFERS_DELETE_FUNC(DetachedBuffer(const DetachedBuffer &other))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:41: note: in definition of macro ‘FLATBUFFERS_DELETE_FUNC’#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::VerifyField(const flatbuffers::Verifier&, flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2326:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2328:13: error: ‘field_offset’ was not declared in this scopereturn !field_offset || verifier.Verify<T>(data_, field_offset);^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::DetachedBuffer flatbuffers::FlatBufferBuilder::Release()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1040:25: error: use of deleted function ‘flatbuffers::DetachedBuffer::DetachedBuffer(const flatbuffers::DetachedBuffer&)’return buf_.release();^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:606:27: note: declared hereFLATBUFFERS_DELETE_FUNC(DetachedBuffer(const DetachedBuffer &other))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:184:41: note: in definition of macro ‘FLATBUFFERS_DELETE_FUNC’#define FLATBUFFERS_DELETE_FUNC(func) func = delete;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::VerifyFieldRequired(const flatbuffers::Verifier&, flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2334:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2335:27: error: ‘field_offset’ was not declared in this scopereturn verifier.Check(field_offset != 0) &&^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::VerifyOffset(const flatbuffers::Verifier&, flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2341:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2342:13: error: ‘field_offset’ was not declared in this scopereturn !field_offset || verifier.VerifyOffset(data_, field_offset);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::VerifyOffsetRequired(const flatbuffers::Verifier&, flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2346:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2347:27: error: ‘field_offset’ was not declared in this scopereturn verifier.Check(field_offset != 0) &&^ In file included from ./tensorflow/lite/schema/schema_generated.h:21:0,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::FlatBufferBuilder::AddElement(flatbuffers::voffset_t, T, T)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1140:10: error: ‘off’ does not name a typeauto off = PushElement(e);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::FlatBufferBuilder::Required(flatbuffers::Offset<T>, flatbuffers::voffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2362:8: error: ‘table_ptr’ does not name a typeauto table_ptr = reinterpret_cast<const Table *>(buf_.data_at(table.o));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2363:13: error: ‘table_ptr’ was not declared in this scopebool ok = table_ptr->GetOptionalFieldOffset(field) != 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘const uint8_t* flatbuffers::GetBufferStartFromRootPointer(const void*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2374:8: error: ‘table’ does not name a typeauto table = reinterpret_cast<const Table *>(root);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1141:23: error: ‘off’ was not declared in this scopeTrackField(field, off);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2375:8: error: ‘vtable’ does not name a typeauto vtable = table->GetVTable();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::FlatBufferBuilder::AddStruct(flatbuffers::voffset_t, const T*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1151:11: error: ‘AlignOf’ was not declared in this scopeAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1151:20: error: expected primary-expression before ‘>’ tokenAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1151:22: error: expected primary-expression before ‘)’ tokenAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2377:8: error: ‘start’ does not name a typeauto start = (std::min)(vtable, reinterpret_cast<const uint8_t *>(root));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2379:3: error: ‘start’ was not declared in this scopestart = reinterpret_cast<const uint8_t *>(reinterpret_cast<uintptr_t>(start) &^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::uoffset_t flatbuffers::FlatBufferBuilder::EndTable(flatbuffers::uoffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1201:10: error: ‘vtableoffsetloc’ does not name a typeauto vtableoffsetloc = PushElement<soffset_t>(0);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2391:78: error: ‘static_assert’ was not declared in this scope"file_identifier is assumed to be the same size as uoffset_t");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2392:13: error: ‘possible_roots’ does not name a typefor (auto possible_roots = FLATBUFFERS_MAX_ALIGNMENT / sizeof(uoffset_t) + 1;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2393:8: error: expected ‘;’ before ‘possible_roots’possible_roots; possible_roots--) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2393:8: error: ‘possible_roots’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2404:10: error: ‘nullptr’ was not declared in this scopereturn nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2429:16: error: ‘function’ in namespace ‘std’ does not name a template typetypedef std::function<void (void **pointer_adr, hash_value_t hash)>^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1211:10: error: ‘table_object_size’ does not name a typeauto table_object_size = vtableoffsetloc - start;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1215:51: error: ‘table_object_size’ was not declared in this scopestatic_cast<voffset_t>(table_object_size));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2431:16: error: ‘function’ in namespace ‘std’ does not name a template typetypedef std::function<hash_value_t (void *pointer)> rehasher_function_t;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1218:15: error: ‘it’ does not name a typefor (auto it = buf_.scratch_end() - num_field_loc * sizeof(FieldLoc);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1219:10: error: expected ‘;’ before ‘it’it < buf_.scratch_end(); it += sizeof(FieldLoc)) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1219:10: error: ‘it’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2541:14: error: expected constructor, destructor, or type conversion before ‘(’ token static_assert(sizeof(TypeCode) == 2, "TypeCode");^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1220:12: error: ‘field_location’ does not name a typeauto field_location = reinterpret_cast<FieldLoc *>(it);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1221:12: error: ‘pos’ does not name a typeauto pos = static_cast<voffset_t>(vtableoffsetloc - field_location->off);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1225:44: error: ‘field_location’ was not declared in this scopeWriteScalar<voffset_t>(buf_.data() + field_location->id, pos);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1225:64: error: ‘pos’ was not declared in this scopeWriteScalar<voffset_t>(buf_.data() + field_location->id, pos);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1228:10: error: ‘vt1’ does not name a typeauto vt1 = reinterpret_cast<voffset_t *>(buf_.data());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1229:10: error: ‘vt1_size’ does not name a typeauto vt1_size = ReadScalar<voffset_t>(vt1);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1230:10: error: ‘vt_use’ does not name a typeauto vt_use = GetSize();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1234:17: error: ‘it’ does not name a typefor (auto it = buf_.scratch_data(); it < buf_.scratch_end();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1234:43: error: expected ‘;’ before ‘it’for (auto it = buf_.scratch_data(); it < buf_.scratch_end();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1234:43: error: ‘it’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1236:14: error: ‘vt_offset_ptr’ does not name a typeauto vt_offset_ptr = reinterpret_cast<uoffset_t *>(it);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1237:14: error: ‘vt2’ does not name a typeauto vt2 = reinterpret_cast<voffset_t *>(buf_.data_at(*vt_offset_ptr));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1238:14: error: ‘vt2_size’ does not name a typeauto vt2_size = *vt2;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1239:13: error: ‘vt1_size’ was not declared in this scopeif (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1239:25: error: ‘vt2_size’ was not declared in this scopeif (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1239:49: error: ‘vt2’ was not declared in this scopeif (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1239:54: error: ‘vt1’ was not declared in this scopeif (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1240:9: error: ‘vt_use’ was not declared in this scopevt_use = *vt_offset_ptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1240:19: error: ‘vt_offset_ptr’ was not declared in this scopevt_use = *vt_offset_ptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1241:30: error: ‘vtableoffsetloc’ was not declared in this scopebuf_.pop(GetSize() - vtableoffsetloc);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1246:9: error: ‘vt_use’ was not declared in this scopeif (vt_use == GetSize()) { buf_.scratch_push_small(vt_use); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1252:30: error: ‘vtableoffsetloc’ was not declared in this scopeWriteScalar(buf_.data_at(vtableoffsetloc),^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1253:40: error: ‘vt_use’ was not declared in this scopestatic_cast<soffset_t>(vt_use) -^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::String> flatbuffers::FlatBufferBuilder::CreateSharedString(const char*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1363:10: error: ‘size_before_string’ does not name a typeauto size_before_string = buf_.size();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1366:10: error: ‘off’ does not name a typeauto off = CreateString(str, len);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1367:10: error: ‘it’ does not name a typeauto it = string_pool->find(off);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1369:9: error: ‘it’ was not declared in this scopeif (it != string_pool->end()) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1371:30: error: ‘size_before_string’ was not declared in this scopebuf_.pop(buf_.size() - size_before_string);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesTensorType()’: ./tensorflow/lite/schema/schema_generated.h:377:5: error: ‘nullptr’ was not declared in this scopenullptr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1375:25: error: ‘off’ was not declared in this scopestring_pool->insert(off);^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesQuantizationDetails()’: ./tensorflow/lite/schema/schema_generated.h:407:5: error: ‘nullptr’ was not declared in this scopenullptr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<T> > flatbuffers::FlatBufferBuilder::CreateVector(const T*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1461:27: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<T>>(EndVector(len));^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:431:52: error: expected ‘,’ or ‘...’ before ‘&&’ tokenQuantizationDetailsUnion(QuantizationDetailsUnion&& u) FLATBUFFERS_NOEXCEPT :^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<T> > > flatbuffers::FlatBufferBuilder::CreateVector(const flatbuffers::Offset<T>*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1467:15: error: ‘i’ does not name a typefor (auto i = len; i > 0;) { PushElement(v[--i]); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1467:24: error: expected ‘;’ before ‘i’for (auto i = len; i > 0;) { PushElement(v[--i]); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1467:24: error: ‘i’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1468:34: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<Offset<T>>>(EndVector(len));^ ./tensorflow/lite/schema/schema_generated.h:431:56: error: invalid constructor; you probably meant ‘tflite::QuantizationDetailsUnion (const tflite::QuantizationDetailsUnion&)’QuantizationDetailsUnion(QuantizationDetailsUnion&& u) FLATBUFFERS_NOEXCEPT :^ ./tensorflow/lite/schema/schema_generated.h:437:64: error: expected ‘,’ or ‘...’ before ‘&&’ tokenQuantizationDetailsUnion &operator=(QuantizationDetailsUnion &&u) FLATBUFFERS_NOEXCEPT^ ./tensorflow/lite/schema/schema_generated.h:445:13: error: expected ‘,’ or ‘...’ before ‘&&’ tokenvoid Set(T&& val) {^ ./tensorflow/lite/schema/schema_generated.h:455:85: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typestatic void *UnPack(const void *obj, QuantizationDetails type, const flatbuffers::resolver_function_t *resolver);^ ./tensorflow/lite/schema/schema_generated.h:456:91: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typeflatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:456:124: error: ‘nullptr’ was not declared in this scopeflatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In constructor ‘tflite::QuantizationDetailsUnion::QuantizationDetailsUnion()’: ./tensorflow/lite/schema/schema_generated.h:430:70: error: ‘nullptr’ was not declared in this scopeQuantizationDetailsUnion() : type(QuantizationDetails_NONE), value(nullptr) {}^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::QuantizationDetailsUnion& tflite::QuantizationDetailsUnion::operator=(tflite::QuantizationDetailsUnion)’: ./tensorflow/lite/schema/schema_generated.h:438:23: error: ‘u’ was not declared in this scope{ std::swap(type, u.type); std::swap(value, u.value); return *this; }^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘void tflite::QuantizationDetailsUnion::Set(T)’: ./tensorflow/lite/schema/schema_generated.h:446:11: error: expected nested-name-specifier before ‘RT’using RT = typename std::remove_reference<T>::type;^ ./tensorflow/lite/schema/schema_generated.h:448:60: error: template argument 1 is invalidtype = QuantizationDetailsTraits<typename RT::TableType>::enum_value;^ ./tensorflow/lite/schema/schema_generated.h:450:19: error: expected type-specifier before ‘RT’value = new RT(std::forward<T>(val));^ ./tensorflow/lite/schema/schema_generated.h:450:19: error: expected ‘;’ before ‘RT’ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::CustomQuantizationT* tflite::QuantizationDetailsUnion::AsCustomQuantization()’: ./tensorflow/lite/schema/schema_generated.h:460:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<CustomQuantizationT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CustomQuantizationT* tflite::QuantizationDetailsUnion::AsCustomQuantization() const’: ./tensorflow/lite/schema/schema_generated.h:464:62: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const CustomQuantizationT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:469:121: error: ‘>>’ should be ‘> >’ within a nested template argument list bool VerifyQuantizationDetailsVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<unsigned char> > flatbuffers::FlatBufferBuilder::CreateVector(const std::vector<bool>&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1486:15: error: ‘i’ does not name a typefor (auto i = v.size(); i > 0;) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1486:29: error: expected ‘;’ before ‘i’for (auto i = v.size(); i > 0;) {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesBuiltinOperator()’: ./tensorflow/lite/schema/schema_generated.h:844:5: error: ‘nullptr’ was not declared in this scopenullptr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1486:29: error: ‘i’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1489:33: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<uint8_t>>(EndVector(v.size()));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<T> > flatbuffers::FlatBufferBuilder::CreateVector(size_t, int)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1504:60: error: there are no arguments to ‘f’ that depend on a template parameter, so a declaration of ‘f’ must be available [-fpermissive]for (size_t i = 0; i < vector_size; i++) elems[i] = f(i);^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesBuiltinOptions()’: ./tensorflow/lite/schema/schema_generated.h:1153:5: error: ‘nullptr’ was not declared in this scopenullptr^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String> > > flatbuffers::FlatBufferBuilder::CreateVectorOfStrings(const std::vector<std::__cxx11::basic_string<char> >&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1534:30: error: ‘>>’ should be ‘> >’ within a nested template argument liststd::vector<Offset<String>> offsets(v.size());^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:1549:42: error: expected ‘,’ or ‘...’ before ‘&&’ tokenBuiltinOptionsUnion(BuiltinOptionsUnion&& u) FLATBUFFERS_NOEXCEPT :^ ./tensorflow/lite/schema/schema_generated.h:1549:46: error: invalid constructor; you probably meant ‘tflite::BuiltinOptionsUnion (const tflite::BuiltinOptionsUnion&)’BuiltinOptionsUnion(BuiltinOptionsUnion&& u) FLATBUFFERS_NOEXCEPT :^ ./tensorflow/lite/schema/schema_generated.h:1555:54: error: expected ‘,’ or ‘...’ before ‘&&’ tokenBuiltinOptionsUnion &operator=(BuiltinOptionsUnion &&u) FLATBUFFERS_NOEXCEPT^ ./tensorflow/lite/schema/schema_generated.h:1563:13: error: expected ‘,’ or ‘...’ before ‘&&’ tokenvoid Set(T&& val) {^ ./tensorflow/lite/schema/schema_generated.h:1573:80: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typestatic void *UnPack(const void *obj, BuiltinOptions type, const flatbuffers::resolver_function_t *resolver);^ ./tensorflow/lite/schema/schema_generated.h:1574:91: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typeflatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<const T*> > flatbuffers::FlatBufferBuilder::CreateVectorOfStructs(const T*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:35: error: ‘AlignOf’ was not declared in this scopeStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:44: error: expected primary-expression before ‘>’ tokenStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:46: error: expected primary-expression before ‘)’ tokenStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:58: error: expected primary-expression before ‘>’ tokenStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1548:60: error: expected primary-expression before ‘)’ tokenStartVector(len * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1550:35: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<const T *>>(EndVector(len));^ ./tensorflow/lite/schema/schema_generated.h:1574:124: error: ‘nullptr’ was not declared in this scopeflatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In constructor ‘tflite::BuiltinOptionsUnion::BuiltinOptionsUnion()’: ./tensorflow/lite/schema/schema_generated.h:1548:60: error: ‘nullptr’ was not declared in this scopeBuiltinOptionsUnion() : type(BuiltinOptions_NONE), value(nullptr) {}^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::FlatBufferBuilder::TableKeyComparator<T>::operator()(const flatbuffers::Offset<T>&, const flatbuffers::Offset<T>&) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1713:12: error: ‘table_a’ does not name a typeauto table_a = reinterpret_cast<T *>(buf_.data_at(a.o));^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::BuiltinOptionsUnion& tflite::BuiltinOptionsUnion::operator=(tflite::BuiltinOptionsUnion)’: ./tensorflow/lite/schema/schema_generated.h:1556:23: error: ‘u’ was not declared in this scope{ std::swap(type, u.type); std::swap(value, u.value); return *this; }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1714:12: error: ‘table_b’ does not name a typeauto table_b = reinterpret_cast<T *>(buf_.data_at(b.o));^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘void tflite::BuiltinOptionsUnion::Set(T)’: ./tensorflow/lite/schema/schema_generated.h:1564:11: error: expected nested-name-specifier before ‘RT’using RT = typename std::remove_reference<T>::type;^ ./tensorflow/lite/schema/schema_generated.h:1566:55: error: template argument 1 is invalidtype = BuiltinOptionsTraits<typename RT::TableType>::enum_value;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1715:14: error: ‘table_a’ was not declared in this scopereturn table_a->KeyCompareLessThan(table_b);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1715:42: error: ‘table_b’ was not declared in this scopereturn table_a->KeyCompareLessThan(table_b);^ ./tensorflow/lite/schema/schema_generated.h:1568:19: error: expected type-specifier before ‘RT’value = new RT(std::forward<T>(val));^ ./tensorflow/lite/schema/schema_generated.h:1568:19: error: expected ‘;’ before ‘RT’ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::uoffset_t flatbuffers::FlatBufferBuilder::CreateUninitializedVector(size_t, size_t, uint8_t**)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1764:10: error: ‘vec_start’ does not name a typeauto vec_start = GetSize();^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::Conv2DOptionsT* tflite::BuiltinOptionsUnion::AsConv2DOptions()’: ./tensorflow/lite/schema/schema_generated.h:1578:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<Conv2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::Conv2DOptionsT* tflite::BuiltinOptionsUnion::AsConv2DOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1582:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const Conv2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::DepthwiseConv2DOptionsT* tflite::BuiltinOptionsUnion::AsDepthwiseConv2DOptions()’: ./tensorflow/lite/schema/schema_generated.h:1586:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<DepthwiseConv2DOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1765:10: error: ‘vec_end’ does not name a typeauto vec_end = EndVector(len);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::DepthwiseConv2DOptionsT* tflite::BuiltinOptionsUnion::AsDepthwiseConv2DOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1590:66: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const DepthwiseConv2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ConcatEmbeddingsOptionsT* tflite::BuiltinOptionsUnion::AsConcatEmbeddingsOptions()’: ./tensorflow/lite/schema/schema_generated.h:1594:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ConcatEmbeddingsOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1766:25: error: ‘vec_start’ was not declared in this scope*buf = buf_.data_at(vec_start);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1767:12: error: ‘vec_end’ was not declared in this scopereturn vec_end;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ConcatEmbeddingsOptionsT* tflite::BuiltinOptionsUnion::AsConcatEmbeddingsOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1598:67: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ConcatEmbeddingsOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<T> > flatbuffers::FlatBufferBuilder::CreateVectorScalarCast(const U*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1800:15: error: ‘i’ does not name a typefor (auto i = len; i > 0;) { PushElement(static_cast<T>(v[--i])); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1800:24: error: expected ‘;’ before ‘i’for (auto i = len; i > 0;) { PushElement(static_cast<T>(v[--i])); }^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1800:24: error: ‘i’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1801:27: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<T>>(EndVector(len));^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LSHProjectionOptionsT* tflite::BuiltinOptionsUnion::AsLSHProjectionOptions()’: ./tensorflow/lite/schema/schema_generated.h:1602:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LSHProjectionOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LSHProjectionOptionsT* tflite::BuiltinOptionsUnion::AsLSHProjectionOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1606:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LSHProjectionOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<const T*> flatbuffers::FlatBufferBuilder::CreateStruct(const T&)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1807:11: error: ‘AlignOf’ was not declared in this scopeAlign(AlignOf<T>());^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::Pool2DOptionsT* tflite::BuiltinOptionsUnion::AsPool2DOptions()’: ./tensorflow/lite/schema/schema_generated.h:1610:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<Pool2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::Pool2DOptionsT* tflite::BuiltinOptionsUnion::AsPool2DOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1614:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const Pool2DOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1807:20: error: expected primary-expression before ‘>’ tokenAlign(AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1807:22: error: expected primary-expression before ‘)’ tokenAlign(AlignOf<T>());^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SVDFOptionsT* tflite::BuiltinOptionsUnion::AsSVDFOptions()’: ./tensorflow/lite/schema/schema_generated.h:1618:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SVDFOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SVDFOptionsT* tflite::BuiltinOptionsUnion::AsSVDFOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1622:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SVDFOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::RNNOptionsT* tflite::BuiltinOptionsUnion::AsRNNOptions()’: ./tensorflow/lite/schema/schema_generated.h:1626:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<RNNOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::FlatBufferBuilder::StringOffsetCompare::operator()(const flatbuffers::Offset<flatbuffers::String>&, const flatbuffers::Offset<flatbuffers::String>&) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1892:12: error: ‘stra’ does not name a typeauto stra = reinterpret_cast<const String *>(buf_->data_at(a.o));^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::RNNOptionsT* tflite::BuiltinOptionsUnion::AsRNNOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1630:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const RNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FullyConnectedOptionsT* tflite::BuiltinOptionsUnion::AsFullyConnectedOptions()’: ./tensorflow/lite/schema/schema_generated.h:1634:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FullyConnectedOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FullyConnectedOptionsT* tflite::BuiltinOptionsUnion::AsFullyConnectedOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1638:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FullyConnectedOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1893:12: error: ‘strb’ does not name a typeauto strb = reinterpret_cast<const String *>(buf_->data_at(b.o));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1894:29: error: ‘stra’ was not declared in this scopereturn StringLessThan(stra->data(), stra->size(),^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1895:29: error: ‘strb’ was not declared in this scopestrb->data(), strb->size());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘T* flatbuffers::FlatBufferBuilder::StartVectorOfStructs(size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:43: error: ‘AlignOf’ was not declared in this scopeStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:52: error: expected primary-expression before ‘>’ tokenStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:54: error: expected primary-expression before ‘)’ tokenStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:66: error: expected primary-expression before ‘>’ tokenStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1908:68: error: expected primary-expression before ‘)’ tokenStartVector(vector_size * sizeof(T) / AlignOf<T>(), AlignOf<T>());^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::Offset<flatbuffers::Vector<const T*> > flatbuffers::FlatBufferBuilder::EndVectorOfStructs(size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1916:35: error: ‘>>’ should be ‘> >’ within a nested template argument listreturn Offset<Vector<const T *>>(EndVector(vector_size));^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SoftmaxOptionsT* tflite::BuiltinOptionsUnion::AsSoftmaxOptions()’: ./tensorflow/lite/schema/schema_generated.h:1642:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SoftmaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SoftmaxOptionsT* tflite::BuiltinOptionsUnion::AsSoftmaxOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1646:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SoftmaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ConcatenationOptionsT* tflite::BuiltinOptionsUnion::AsConcatenationOptions()’: ./tensorflow/lite/schema/schema_generated.h:1650:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ConcatenationOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:1971:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 class Verifier FLATBUFFERS_FINAL_CLASS {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ConcatenationOptionsT* tflite::BuiltinOptionsUnion::AsConcatenationOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1654:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ConcatenationOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::AddOptionsT* tflite::BuiltinOptionsUnion::AsAddOptions()’: ./tensorflow/lite/schema/schema_generated.h:1658:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<AddOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::AddOptionsT* tflite::BuiltinOptionsUnion::AsAddOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1662:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const AddOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::L2NormOptionsT* tflite::BuiltinOptionsUnion::AsL2NormOptions()’: ./tensorflow/lite/schema/schema_generated.h:1666:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<L2NormOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::L2NormOptionsT* tflite::BuiltinOptionsUnion::AsL2NormOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1670:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const L2NormOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LocalResponseNormalizationOptionsT* tflite::BuiltinOptionsUnion::AsLocalResponseNormalizationOptions()’: ./tensorflow/lite/schema/schema_generated.h:1674:71: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LocalResponseNormalizationOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2076:56: error: ‘>>’ should be ‘> >’ within a nested template argument listbool VerifyVectorOfStrings(const Vector<Offset<String>> *vec) const {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2086:71: error: ‘>>’ should be ‘> >’ within a nested template argument listtemplate<typename T> bool VerifyVectorOfTables(const Vector<Offset<T>> *vec) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LocalResponseNormalizationOptionsT* tflite::BuiltinOptionsUnion::AsLocalResponseNormalizationOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1678:77: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LocalResponseNormalizationOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LSTMOptionsT* tflite::BuiltinOptionsUnion::AsLSTMOptions()’: ./tensorflow/lite/schema/schema_generated.h:1682:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LSTMOptionsT* tflite::BuiltinOptionsUnion::AsLSTMOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1686:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ResizeBilinearOptionsT* tflite::BuiltinOptionsUnion::AsResizeBilinearOptions()’: ./tensorflow/lite/schema/schema_generated.h:1690:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ResizeBilinearOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ResizeBilinearOptionsT* tflite::BuiltinOptionsUnion::AsResizeBilinearOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1694:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ResizeBilinearOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::CallOptionsT* tflite::BuiltinOptionsUnion::AsCallOptions()’: ./tensorflow/lite/schema/schema_generated.h:1698:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<CallOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2060:35: error: ‘nullptr’ was not declared in this scopesize_t *end = nullptr) const {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CallOptionsT* tflite::BuiltinOptionsUnion::AsCallOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1702:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const CallOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ReshapeOptionsT* tflite::BuiltinOptionsUnion::AsReshapeOptions()’: ./tensorflow/lite/schema/schema_generated.h:1706:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ReshapeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ReshapeOptionsT* tflite::BuiltinOptionsUnion::AsReshapeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1710:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ReshapeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SkipGramOptionsT* tflite::BuiltinOptionsUnion::AsSkipGramOptions()’: ./tensorflow/lite/schema/schema_generated.h:1714:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SkipGramOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SkipGramOptionsT* tflite::BuiltinOptionsUnion::AsSkipGramOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1718:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SkipGramOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Verifier::VerifyVectorOrString(const uint8_t*, size_t, size_t*) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2061:10: error: ‘veco’ does not name a typeauto veco = static_cast<size_t>(vec - buf_);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SpaceToDepthOptionsT* tflite::BuiltinOptionsUnion::AsSpaceToDepthOptions()’: ./tensorflow/lite/schema/schema_generated.h:1722:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SpaceToDepthOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SpaceToDepthOptionsT* tflite::BuiltinOptionsUnion::AsSpaceToDepthOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1726:63: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SpaceToDepthOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::EmbeddingLookupSparseOptionsT* tflite::BuiltinOptionsUnion::AsEmbeddingLookupSparseOptions()’: ./tensorflow/lite/schema/schema_generated.h:1730:66: error: ‘nullptr’ was not declared in this scopereinterpret_cast<EmbeddingLookupSparseOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2063:28: error: ‘veco’ was not declared in this scopeif (!Verify<uoffset_t>(veco)) return false;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2066:10: error: ‘size’ does not name a typeauto size = ReadScalar<uoffset_t>(vec);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2067:10: error: ‘max_elems’ does not name a typeauto max_elems = FLATBUFFERS_MAX_BUFFER_SIZE / elem_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2068:16: error: ‘size’ was not declared in this scopeif (!Check(size < max_elems))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2068:23: error: ‘max_elems’ was not declared in this scopeif (!Check(size < max_elems))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2070:10: error: ‘byte_size’ does not name a typeauto byte_size = sizeof(size) + elem_size * size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2071:21: error: ‘veco’ was not declared in this scopeif (end) *end = veco + byte_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2071:28: error: ‘byte_size’ was not declared in this scopeif (end) *end = veco + byte_size;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2072:19: error: ‘veco’ was not declared in this scopereturn Verify(veco, byte_size);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2072:25: error: ‘byte_size’ was not declared in this scopereturn Verify(veco, byte_size);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::EmbeddingLookupSparseOptionsT* tflite::BuiltinOptionsUnion::AsEmbeddingLookupSparseOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1734:72: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const EmbeddingLookupSparseOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MulOptionsT* tflite::BuiltinOptionsUnion::AsMulOptions()’: ./tensorflow/lite/schema/schema_generated.h:1738:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MulOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MulOptionsT* tflite::BuiltinOptionsUnion::AsMulOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1742:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MulOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::PadOptionsT* tflite::BuiltinOptionsUnion::AsPadOptions()’: ./tensorflow/lite/schema/schema_generated.h:1746:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<PadOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::PadOptionsT* tflite::BuiltinOptionsUnion::AsPadOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1750:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const PadOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Verifier::VerifyTableStart(const uint8_t*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2097:10: error: ‘tableo’ does not name a typeauto tableo = static_cast<size_t>(table - buf_);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2098:28: error: ‘tableo’ was not declared in this scopeif (!Verify<soffset_t>(tableo)) return false;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2101:10: error: ‘vtableo’ does not name a typeauto vtableo = tableo - static_cast<size_t>(ReadScalar<soffset_t>(table));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2103:52: error: ‘vtableo’ was not declared in this scopereturn VerifyComplexity() && Verify<voffset_t>(vtableo) &&^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Verifier::VerifyBufferFromStart(const char*, size_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2117:10: error: ‘o’ does not name a typeauto o = VerifyOffset(start);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::GatherOptionsT* tflite::BuiltinOptionsUnion::AsGatherOptions()’: ./tensorflow/lite/schema/schema_generated.h:1754:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<GatherOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::GatherOptionsT* tflite::BuiltinOptionsUnion::AsGatherOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1758:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const GatherOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::BatchToSpaceNDOptionsT* tflite::BuiltinOptionsUnion::AsBatchToSpaceNDOptions()’: ./tensorflow/lite/schema/schema_generated.h:1762:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<BatchToSpaceNDOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::BatchToSpaceNDOptionsT* tflite::BuiltinOptionsUnion::AsBatchToSpaceNDOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1766:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const BatchToSpaceNDOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2118:12: error: ‘o’ was not declared in this scopereturn o && reinterpret_cast<const T *>(buf_ + start + o)->Verify(*this)^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Verifier::VerifyBuffer()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2128:69: error: ‘nullptr’ was not declared in this scopetemplate<typename T> bool VerifyBuffer() { return VerifyBuffer<T>(nullptr); }^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SpaceToBatchNDOptionsT* tflite::BuiltinOptionsUnion::AsSpaceToBatchNDOptions()’: ./tensorflow/lite/schema/schema_generated.h:1770:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SpaceToBatchNDOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SpaceToBatchNDOptionsT* tflite::BuiltinOptionsUnion::AsSpaceToBatchNDOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1774:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SpaceToBatchNDOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::TransposeOptionsT* tflite::BuiltinOptionsUnion::AsTransposeOptions()’: ./tensorflow/lite/schema/schema_generated.h:1778:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<TransposeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::TransposeOptionsT* tflite::BuiltinOptionsUnion::AsTransposeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1782:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const TransposeOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::uoffset_t flatbuffers::Verifier::VerifyOffset(size_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2142:10: error: ‘o’ does not name a typeauto o = ReadScalar<uoffset_t>(buf_ + start);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ReducerOptionsT* tflite::BuiltinOptionsUnion::AsReducerOptions()’: ./tensorflow/lite/schema/schema_generated.h:1786:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ReducerOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ReducerOptionsT* tflite::BuiltinOptionsUnion::AsReducerOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1790:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ReducerOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SubOptionsT* tflite::BuiltinOptionsUnion::AsSubOptions()’: ./tensorflow/lite/schema/schema_generated.h:1794:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SubOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SubOptionsT* tflite::BuiltinOptionsUnion::AsSubOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1798:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SubOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2144:16: error: ‘o’ was not declared in this scopeif (!Check(o != 0)) return 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2146:39: error: ‘o’ was not declared in this scopeif (!Check(static_cast<soffset_t>(o) >= 0)) return 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2149:25: error: ‘o’ was not declared in this scopeif (!Verify(start + o, 1)) return 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2150:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::DivOptionsT* tflite::BuiltinOptionsUnion::AsDivOptions()’: ./tensorflow/lite/schema/schema_generated.h:1802:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<DivOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::DivOptionsT* tflite::BuiltinOptionsUnion::AsDivOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1806:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const DivOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In constructor ‘flatbuffers::BufferRef<T>::BufferRef()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2206:21: error: ‘nullptr’ was not declared in this scopeBufferRef() : buf(nullptr), len(0), must_free(false) {}^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SqueezeOptionsT* tflite::BuiltinOptionsUnion::AsSqueezeOptions()’: ./tensorflow/lite/schema/schema_generated.h:1810:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SqueezeOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::BufferRef<T>::Verify()’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2218:37: error: ‘nullptr’ was not declared in this scopereturn verifier.VerifyBuffer<T>(nullptr);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2230:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 class Struct FLATBUFFERS_FINAL_CLASS {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SqueezeOptionsT* tflite::BuiltinOptionsUnion::AsSqueezeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1814:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SqueezeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SequenceRNNOptionsT* tflite::BuiltinOptionsUnion::AsSequenceRNNOptions()’: ./tensorflow/lite/schema/schema_generated.h:1818:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SequenceRNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SequenceRNNOptionsT* tflite::BuiltinOptionsUnion::AsSequenceRNNOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1822:62: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SequenceRNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::StridedSliceOptionsT* tflite::BuiltinOptionsUnion::AsStridedSliceOptions()’: ./tensorflow/lite/schema/schema_generated.h:1826:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<StridedSliceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::StridedSliceOptionsT* tflite::BuiltinOptionsUnion::AsStridedSliceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1830:63: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const StridedSliceOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘flatbuffers::voffset_t flatbuffers::Table::GetOptionalFieldOffset(flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2259:10: error: ‘vtable’ does not name a typeauto vtable = GetVTable();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2261:10: error: ‘vtsize’ does not name a typeauto vtsize = ReadScalar<voffset_t>(vtable);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2264:20: error: ‘vtsize’ was not declared in this scopereturn field < vtsize ? ReadScalar<voffset_t>(vtable + field) : 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2264:51: error: ‘vtable’ was not declared in this scopereturn field < vtsize ? ReadScalar<voffset_t>(vtable + field) : 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘T flatbuffers::Table::GetField(flatbuffers::voffset_t, T) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2268:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ExpOptionsT* tflite::BuiltinOptionsUnion::AsExpOptions()’: ./tensorflow/lite/schema/schema_generated.h:1834:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ExpOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ExpOptionsT* tflite::BuiltinOptionsUnion::AsExpOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1838:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ExpOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::TopKV2OptionsT* tflite::BuiltinOptionsUnion::AsTopKV2Options()’: ./tensorflow/lite/schema/schema_generated.h:1842:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<TopKV2OptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2269:12: error: ‘field_offset’ was not declared in this scopereturn field_offset ? ReadScalar<T>(data_ + field_offset) : defaultval;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘P flatbuffers::Table::GetPointer(flatbuffers::voffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2273:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::TopKV2OptionsT* tflite::BuiltinOptionsUnion::AsTopKV2Options() const’: ./tensorflow/lite/schema/schema_generated.h:1846:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const TopKV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SplitOptionsT* tflite::BuiltinOptionsUnion::AsSplitOptions()’: ./tensorflow/lite/schema/schema_generated.h:1850:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SplitOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SplitOptionsT* tflite::BuiltinOptionsUnion::AsSplitOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1854:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SplitOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2274:10: error: ‘p’ does not name a typeauto p = data_ + field_offset;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2275:12: error: ‘field_offset’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p + ReadScalar<uoffset_t>(p))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2275:47: error: ‘p’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p + ReadScalar<uoffset_t>(p))^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2276:27: error: ‘nullptr’ was not declared in this scope: nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘P flatbuffers::Table::GetStruct(flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2283:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LogSoftmaxOptionsT* tflite::BuiltinOptionsUnion::AsLogSoftmaxOptions()’: ./tensorflow/lite/schema/schema_generated.h:1858:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LogSoftmaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LogSoftmaxOptionsT* tflite::BuiltinOptionsUnion::AsLogSoftmaxOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1862:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LogSoftmaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::CastOptionsT* tflite::BuiltinOptionsUnion::AsCastOptions()’: ./tensorflow/lite/schema/schema_generated.h:1866:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<CastOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2284:10: error: ‘p’ does not name a typeauto p = const_cast<uint8_t *>(data_ + field_offset);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2285:12: error: ‘field_offset’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2285:47: error: ‘p’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2285:52: error: ‘nullptr’ was not declared in this scopereturn field_offset ? reinterpret_cast<P>(p) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::SetField(flatbuffers::voffset_t, T, T)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2289:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2290:10: error: ‘field_offset’ was not declared in this scopeif (!field_offset) return IsTheSameAs(val, def);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2291:25: error: ‘field_offset’ was not declared in this scopeWriteScalar(data_ + field_offset, val);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::SetPointer(flatbuffers::voffset_t, const uint8_t*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2296:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CastOptionsT* tflite::BuiltinOptionsUnion::AsCastOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1870:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const CastOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2297:10: error: ‘field_offset’ was not declared in this scopeif (!field_offset) return false;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2298:25: error: ‘field_offset’ was not declared in this scopeWriteScalar(data_ + field_offset,^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::DequantizeOptionsT* tflite::BuiltinOptionsUnion::AsDequantizeOptions()’: ./tensorflow/lite/schema/schema_generated.h:1874:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<DequantizeOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘uint8_t* flatbuffers::Table::GetAddressOf(flatbuffers::voffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2304:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2305:12: error: ‘field_offset’ was not declared in this scopereturn field_offset ? data_ + field_offset : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2305:50: error: ‘nullptr’ was not declared in this scopereturn field_offset ? data_ + field_offset : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::DequantizeOptionsT* tflite::BuiltinOptionsUnion::AsDequantizeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1878:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const DequantizeOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::VerifyField(const flatbuffers::Verifier&, flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2326:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2328:13: error: ‘field_offset’ was not declared in this scopereturn !field_offset || verifier.Verify<T>(data_, field_offset);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::VerifyFieldRequired(const flatbuffers::Verifier&, flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2334:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MaximumMinimumOptionsT* tflite::BuiltinOptionsUnion::AsMaximumMinimumOptions()’: ./tensorflow/lite/schema/schema_generated.h:1882:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MaximumMinimumOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MaximumMinimumOptionsT* tflite::BuiltinOptionsUnion::AsMaximumMinimumOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1886:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MaximumMinimumOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2335:27: error: ‘field_offset’ was not declared in this scopereturn verifier.Check(field_offset != 0) &&^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::VerifyOffset(const flatbuffers::Verifier&, flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2341:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2342:13: error: ‘field_offset’ was not declared in this scopereturn !field_offset || verifier.VerifyOffset(data_, field_offset);^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘bool flatbuffers::Table::VerifyOffsetRequired(const flatbuffers::Verifier&, flatbuffers::voffset_t) const’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2346:10: error: ‘field_offset’ does not name a typeauto field_offset = GetOptionalFieldOffset(field);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ArgMaxOptionsT* tflite::BuiltinOptionsUnion::AsArgMaxOptions()’: ./tensorflow/lite/schema/schema_generated.h:1890:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ArgMaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ArgMaxOptionsT* tflite::BuiltinOptionsUnion::AsArgMaxOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1894:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ArgMaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LessOptionsT* tflite::BuiltinOptionsUnion::AsLessOptions()’: ./tensorflow/lite/schema/schema_generated.h:1898:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LessOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2347:27: error: ‘field_offset’ was not declared in this scopereturn verifier.Check(field_offset != 0) &&^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In member function ‘void flatbuffers::FlatBufferBuilder::Required(flatbuffers::Offset<T>, flatbuffers::voffset_t)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2362:8: error: ‘table_ptr’ does not name a typeauto table_ptr = reinterpret_cast<const Table *>(buf_.data_at(table.o));^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LessOptionsT* tflite::BuiltinOptionsUnion::AsLessOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1902:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LessOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::NegOptionsT* tflite::BuiltinOptionsUnion::AsNegOptions()’: ./tensorflow/lite/schema/schema_generated.h:1906:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<NegOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::NegOptionsT* tflite::BuiltinOptionsUnion::AsNegOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1910:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const NegOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::PadV2OptionsT* tflite::BuiltinOptionsUnion::AsPadV2Options()’: ./tensorflow/lite/schema/schema_generated.h:1914:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<PadV2OptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2363:13: error: ‘table_ptr’ was not declared in this scopebool ok = table_ptr->GetOptionalFieldOffset(field) != 0;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: In function ‘const uint8_t* flatbuffers::GetBufferStartFromRootPointer(const void*)’: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2374:8: error: ‘table’ does not name a typeauto table = reinterpret_cast<const Table *>(root);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::PadV2OptionsT* tflite::BuiltinOptionsUnion::AsPadV2Options() const’: ./tensorflow/lite/schema/schema_generated.h:1918:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const PadV2OptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2375:8: error: ‘vtable’ does not name a typeauto vtable = table->GetVTable();^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2377:8: error: ‘start’ does not name a typeauto start = (std::min)(vtable, reinterpret_cast<const uint8_t *>(root));^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2379:3: error: ‘start’ was not declared in this scopestart = reinterpret_cast<const uint8_t *>(reinterpret_cast<uintptr_t>(start) &^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2391:78: error: ‘static_assert’ was not declared in this scope"file_identifier is assumed to be the same size as uoffset_t");^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::GreaterOptionsT* tflite::BuiltinOptionsUnion::AsGreaterOptions()’: ./tensorflow/lite/schema/schema_generated.h:1922:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<GreaterOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::GreaterOptionsT* tflite::BuiltinOptionsUnion::AsGreaterOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1926:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const GreaterOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2392:13: error: ‘possible_roots’ does not name a typefor (auto possible_roots = FLATBUFFERS_MAX_ALIGNMENT / sizeof(uoffset_t) + 1;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2393:8: error: expected ‘;’ before ‘possible_roots’possible_roots; possible_roots--) {^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2393:8: error: ‘possible_roots’ was not declared in this scope /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2404:10: error: ‘nullptr’ was not declared in this scopereturn nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::GreaterEqualOptionsT* tflite::BuiltinOptionsUnion::AsGreaterEqualOptions()’: ./tensorflow/lite/schema/schema_generated.h:1930:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<GreaterEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::GreaterEqualOptionsT* tflite::BuiltinOptionsUnion::AsGreaterEqualOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1934:63: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const GreaterEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LessEqualOptionsT* tflite::BuiltinOptionsUnion::AsLessEqualOptions()’: ./tensorflow/lite/schema/schema_generated.h:1938:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LessEqualOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h: At global scope: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2429:16: error: ‘function’ in namespace ‘std’ does not name a template typetypedef std::function<void (void **pointer_adr, hash_value_t hash)>^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2431:16: error: ‘function’ in namespace ‘std’ does not name a template typetypedef std::function<hash_value_t (void *pointer)> rehasher_function_t;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LessEqualOptionsT* tflite::BuiltinOptionsUnion::AsLessEqualOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1942:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LessEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SelectOptionsT* tflite::BuiltinOptionsUnion::AsSelectOptions()’: ./tensorflow/lite/schema/schema_generated.h:1946:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SelectOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SelectOptionsT* tflite::BuiltinOptionsUnion::AsSelectOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1950:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SelectOptionsT *>(value) : nullptr;^ /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:2541:14: error: expected constructor, destructor, or type conversion before ‘(’ token static_assert(sizeof(TypeCode) == 2, "TypeCode");^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SliceOptionsT* tflite::BuiltinOptionsUnion::AsSliceOptions()’: ./tensorflow/lite/schema/schema_generated.h:1954:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SliceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SliceOptionsT* tflite::BuiltinOptionsUnion::AsSliceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1958:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SliceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::TransposeConvOptionsT* tflite::BuiltinOptionsUnion::AsTransposeConvOptions()’: ./tensorflow/lite/schema/schema_generated.h:1962:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<TransposeConvOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::TransposeConvOptionsT* tflite::BuiltinOptionsUnion::AsTransposeConvOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1966:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const TransposeConvOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SparseToDenseOptionsT* tflite::BuiltinOptionsUnion::AsSparseToDenseOptions()’: ./tensorflow/lite/schema/schema_generated.h:1970:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SparseToDenseOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SparseToDenseOptionsT* tflite::BuiltinOptionsUnion::AsSparseToDenseOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1974:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SparseToDenseOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::TileOptionsT* tflite::BuiltinOptionsUnion::AsTileOptions()’: ./tensorflow/lite/schema/schema_generated.h:1978:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<TileOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::TileOptionsT* tflite::BuiltinOptionsUnion::AsTileOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1982:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const TileOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ExpandDimsOptionsT* tflite::BuiltinOptionsUnion::AsExpandDimsOptions()’: ./tensorflow/lite/schema/schema_generated.h:1986:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ExpandDimsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ExpandDimsOptionsT* tflite::BuiltinOptionsUnion::AsExpandDimsOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1990:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ExpandDimsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::EqualOptionsT* tflite::BuiltinOptionsUnion::AsEqualOptions()’: ./tensorflow/lite/schema/schema_generated.h:1994:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<EqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::EqualOptionsT* tflite::BuiltinOptionsUnion::AsEqualOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1998:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const EqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::NotEqualOptionsT* tflite::BuiltinOptionsUnion::AsNotEqualOptions()’: ./tensorflow/lite/schema/schema_generated.h:2002:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<NotEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::NotEqualOptionsT* tflite::BuiltinOptionsUnion::AsNotEqualOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2006:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const NotEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ShapeOptionsT* tflite::BuiltinOptionsUnion::AsShapeOptions()’: ./tensorflow/lite/schema/schema_generated.h:2010:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ShapeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ShapeOptionsT* tflite::BuiltinOptionsUnion::AsShapeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2014:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ShapeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::PowOptionsT* tflite::BuiltinOptionsUnion::AsPowOptions()’: ./tensorflow/lite/schema/schema_generated.h:2018:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<PowOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::PowOptionsT* tflite::BuiltinOptionsUnion::AsPowOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2022:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const PowOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ArgMinOptionsT* tflite::BuiltinOptionsUnion::AsArgMinOptions()’: ./tensorflow/lite/schema/schema_generated.h:2026:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ArgMinOptionsT *>(value) : nullptr;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesTensorType()’: ./tensorflow/lite/schema/schema_generated.h:377:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ArgMinOptionsT* tflite::BuiltinOptionsUnion::AsArgMinOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2030:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ArgMinOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FakeQuantOptionsT* tflite::BuiltinOptionsUnion::AsFakeQuantOptions()’: ./tensorflow/lite/schema/schema_generated.h:2034:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FakeQuantOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesQuantizationDetails()’: ./tensorflow/lite/schema/schema_generated.h:407:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FakeQuantOptionsT* tflite::BuiltinOptionsUnion::AsFakeQuantOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2038:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FakeQuantOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::PackOptionsT* tflite::BuiltinOptionsUnion::AsPackOptions()’: ./tensorflow/lite/schema/schema_generated.h:2042:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<PackOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::PackOptionsT* tflite::BuiltinOptionsUnion::AsPackOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2046:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const PackOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LogicalOrOptionsT* tflite::BuiltinOptionsUnion::AsLogicalOrOptions()’: ./tensorflow/lite/schema/schema_generated.h:2050:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LogicalOrOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LogicalOrOptionsT* tflite::BuiltinOptionsUnion::AsLogicalOrOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2054:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LogicalOrOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::OneHotOptionsT* tflite::BuiltinOptionsUnion::AsOneHotOptions()’: ./tensorflow/lite/schema/schema_generated.h:2058:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<OneHotOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::OneHotOptionsT* tflite::BuiltinOptionsUnion::AsOneHotOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2062:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const OneHotOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:431:52: error: expected ‘,’ or ‘...’ before ‘&&’ tokenQuantizationDetailsUnion(QuantizationDetailsUnion&& u) FLATBUFFERS_NOEXCEPT :^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LogicalAndOptionsT* tflite::BuiltinOptionsUnion::AsLogicalAndOptions()’: ./tensorflow/lite/schema/schema_generated.h:2066:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LogicalAndOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LogicalAndOptionsT* tflite::BuiltinOptionsUnion::AsLogicalAndOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2070:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LogicalAndOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:431:56: error: invalid constructor; you probably meant ‘tflite::QuantizationDetailsUnion (const tflite::QuantizationDetailsUnion&)’QuantizationDetailsUnion(QuantizationDetailsUnion&& u) FLATBUFFERS_NOEXCEPT :^ ./tensorflow/lite/schema/schema_generated.h:437:64: error: expected ‘,’ or ‘...’ before ‘&&’ tokenQuantizationDetailsUnion &operator=(QuantizationDetailsUnion &&u) FLATBUFFERS_NOEXCEPT^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LogicalNotOptionsT* tflite::BuiltinOptionsUnion::AsLogicalNotOptions()’: ./tensorflow/lite/schema/schema_generated.h:2074:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LogicalNotOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LogicalNotOptionsT* tflite::BuiltinOptionsUnion::AsLogicalNotOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2078:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LogicalNotOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:445:13: error: expected ‘,’ or ‘...’ before ‘&&’ tokenvoid Set(T&& val) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::UnpackOptionsT* tflite::BuiltinOptionsUnion::AsUnpackOptions()’: ./tensorflow/lite/schema/schema_generated.h:2082:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<UnpackOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:455:85: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typestatic void *UnPack(const void *obj, QuantizationDetails type, const flatbuffers::resolver_function_t *resolver);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::UnpackOptionsT* tflite::BuiltinOptionsUnion::AsUnpackOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2086:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const UnpackOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:456:91: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typeflatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:456:124: error: ‘nullptr’ was not declared in this scopeflatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FloorDivOptionsT* tflite::BuiltinOptionsUnion::AsFloorDivOptions()’: ./tensorflow/lite/schema/schema_generated.h:2090:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FloorDivOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FloorDivOptionsT* tflite::BuiltinOptionsUnion::AsFloorDivOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2094:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FloorDivOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SquareOptionsT* tflite::BuiltinOptionsUnion::AsSquareOptions()’: ./tensorflow/lite/schema/schema_generated.h:2098:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SquareOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SquareOptionsT* tflite::BuiltinOptionsUnion::AsSquareOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2102:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SquareOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In constructor ‘tflite::QuantizationDetailsUnion::QuantizationDetailsUnion()’: ./tensorflow/lite/schema/schema_generated.h:430:70: error: ‘nullptr’ was not declared in this scopeQuantizationDetailsUnion() : type(QuantizationDetails_NONE), value(nullptr) {}^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ZerosLikeOptionsT* tflite::BuiltinOptionsUnion::AsZerosLikeOptions()’: ./tensorflow/lite/schema/schema_generated.h:2106:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ZerosLikeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ZerosLikeOptionsT* tflite::BuiltinOptionsUnion::AsZerosLikeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2110:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ZerosLikeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FillOptionsT* tflite::BuiltinOptionsUnion::AsFillOptions()’: ./tensorflow/lite/schema/schema_generated.h:2114:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FillOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::QuantizationDetailsUnion& tflite::QuantizationDetailsUnion::operator=(tflite::QuantizationDetailsUnion)’: ./tensorflow/lite/schema/schema_generated.h:438:23: error: ‘u’ was not declared in this scope{ std::swap(type, u.type); std::swap(value, u.value); return *this; }^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FillOptionsT* tflite::BuiltinOptionsUnion::AsFillOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2118:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FillOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘void tflite::QuantizationDetailsUnion::Set(T)’: ./tensorflow/lite/schema/schema_generated.h:446:11: error: expected nested-name-specifier before ‘RT’using RT = typename std::remove_reference<T>::type;^ ./tensorflow/lite/schema/schema_generated.h:448:60: error: template argument 1 is invalidtype = QuantizationDetailsTraits<typename RT::TableType>::enum_value;^ ./tensorflow/lite/schema/schema_generated.h:450:19: error: expected type-specifier before ‘RT’value = new RT(std::forward<T>(val));^ ./tensorflow/lite/schema/schema_generated.h:450:19: error: expected ‘;’ before ‘RT’ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::CustomQuantizationT* tflite::QuantizationDetailsUnion::AsCustomQuantization()’: ./tensorflow/lite/schema/schema_generated.h:460:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<CustomQuantizationT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::BidirectionalSequenceLSTMOptionsT* tflite::BuiltinOptionsUnion::AsBidirectionalSequenceLSTMOptions()’: ./tensorflow/lite/schema/schema_generated.h:2122:70: error: ‘nullptr’ was not declared in this scopereinterpret_cast<BidirectionalSequenceLSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::BidirectionalSequenceLSTMOptionsT* tflite::BuiltinOptionsUnion::AsBidirectionalSequenceLSTMOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2126:76: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const BidirectionalSequenceLSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::BidirectionalSequenceRNNOptionsT* tflite::BuiltinOptionsUnion::AsBidirectionalSequenceRNNOptions()’: ./tensorflow/lite/schema/schema_generated.h:2130:69: error: ‘nullptr’ was not declared in this scopereinterpret_cast<BidirectionalSequenceRNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::BidirectionalSequenceRNNOptionsT* tflite::BuiltinOptionsUnion::AsBidirectionalSequenceRNNOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2134:75: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const BidirectionalSequenceRNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CustomQuantizationT* tflite::QuantizationDetailsUnion::AsCustomQuantization() const’: ./tensorflow/lite/schema/schema_generated.h:464:62: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const CustomQuantizationT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::UnidirectionalSequenceLSTMOptionsT* tflite::BuiltinOptionsUnion::AsUnidirectionalSequenceLSTMOptions()’: ./tensorflow/lite/schema/schema_generated.h:2138:71: error: ‘nullptr’ was not declared in this scopereinterpret_cast<UnidirectionalSequenceLSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:469:121: error: ‘>>’ should be ‘> >’ within a nested template argument list bool VerifyQuantizationDetailsVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::UnidirectionalSequenceLSTMOptionsT* tflite::BuiltinOptionsUnion::AsUnidirectionalSequenceLSTMOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2142:77: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const UnidirectionalSequenceLSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FloorModOptionsT* tflite::BuiltinOptionsUnion::AsFloorModOptions()’: ./tensorflow/lite/schema/schema_generated.h:2146:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FloorModOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FloorModOptionsT* tflite::BuiltinOptionsUnion::AsFloorModOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2150:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FloorModOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::RangeOptionsT* tflite::BuiltinOptionsUnion::AsRangeOptions()’: ./tensorflow/lite/schema/schema_generated.h:2154:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<RangeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::RangeOptionsT* tflite::BuiltinOptionsUnion::AsRangeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2158:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const RangeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ResizeNearestNeighborOptionsT* tflite::BuiltinOptionsUnion::AsResizeNearestNeighborOptions()’: ./tensorflow/lite/schema/schema_generated.h:2162:66: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ResizeNearestNeighborOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ResizeNearestNeighborOptionsT* tflite::BuiltinOptionsUnion::AsResizeNearestNeighborOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2166:72: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ResizeNearestNeighborOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LeakyReluOptionsT* tflite::BuiltinOptionsUnion::AsLeakyReluOptions()’: ./tensorflow/lite/schema/schema_generated.h:2170:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LeakyReluOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesBuiltinOperator()’: ./tensorflow/lite/schema/schema_generated.h:844:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LeakyReluOptionsT* tflite::BuiltinOptionsUnion::AsLeakyReluOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2174:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LeakyReluOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SquaredDifferenceOptionsT* tflite::BuiltinOptionsUnion::AsSquaredDifferenceOptions()’: ./tensorflow/lite/schema/schema_generated.h:2178:62: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SquaredDifferenceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SquaredDifferenceOptionsT* tflite::BuiltinOptionsUnion::AsSquaredDifferenceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2182:68: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SquaredDifferenceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MirrorPadOptionsT* tflite::BuiltinOptionsUnion::AsMirrorPadOptions()’: ./tensorflow/lite/schema/schema_generated.h:2186:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MirrorPadOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MirrorPadOptionsT* tflite::BuiltinOptionsUnion::AsMirrorPadOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2190:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MirrorPadOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::AbsOptionsT* tflite::BuiltinOptionsUnion::AsAbsOptions()’: ./tensorflow/lite/schema/schema_generated.h:2194:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<AbsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::AbsOptionsT* tflite::BuiltinOptionsUnion::AsAbsOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2198:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const AbsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesBuiltinOptions()’: ./tensorflow/lite/schema/schema_generated.h:1153:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SplitVOptionsT* tflite::BuiltinOptionsUnion::AsSplitVOptions()’: ./tensorflow/lite/schema/schema_generated.h:2202:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SplitVOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SplitVOptionsT* tflite::BuiltinOptionsUnion::AsSplitVOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2206:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SplitVOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::UniqueOptionsT* tflite::BuiltinOptionsUnion::AsUniqueOptions()’: ./tensorflow/lite/schema/schema_generated.h:2210:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<UniqueOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::UniqueOptionsT* tflite::BuiltinOptionsUnion::AsUniqueOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2214:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const UniqueOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ReverseV2OptionsT* tflite::BuiltinOptionsUnion::AsReverseV2Options()’: ./tensorflow/lite/schema/schema_generated.h:2218:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ReverseV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ReverseV2OptionsT* tflite::BuiltinOptionsUnion::AsReverseV2Options() const’: ./tensorflow/lite/schema/schema_generated.h:2222:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ReverseV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::AddNOptionsT* tflite::BuiltinOptionsUnion::AsAddNOptions()’: ./tensorflow/lite/schema/schema_generated.h:2226:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<AddNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::AddNOptionsT* tflite::BuiltinOptionsUnion::AsAddNOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2230:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const AddNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::GatherNdOptionsT* tflite::BuiltinOptionsUnion::AsGatherNdOptions()’: ./tensorflow/lite/schema/schema_generated.h:2234:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<GatherNdOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::GatherNdOptionsT* tflite::BuiltinOptionsUnion::AsGatherNdOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2238:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const GatherNdOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::CosOptionsT* tflite::BuiltinOptionsUnion::AsCosOptions()’: ./tensorflow/lite/schema/schema_generated.h:2242:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<CosOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CosOptionsT* tflite::BuiltinOptionsUnion::AsCosOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2246:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const CosOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::WhereOptionsT* tflite::BuiltinOptionsUnion::AsWhereOptions()’: ./tensorflow/lite/schema/schema_generated.h:2250:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<WhereOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::WhereOptionsT* tflite::BuiltinOptionsUnion::AsWhereOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2254:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const WhereOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::RankOptionsT* tflite::BuiltinOptionsUnion::AsRankOptions()’: ./tensorflow/lite/schema/schema_generated.h:2258:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<RankOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::RankOptionsT* tflite::BuiltinOptionsUnion::AsRankOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2262:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const RankOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ReverseSequenceOptionsT* tflite::BuiltinOptionsUnion::AsReverseSequenceOptions()’: ./tensorflow/lite/schema/schema_generated.h:2266:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ReverseSequenceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ReverseSequenceOptionsT* tflite::BuiltinOptionsUnion::AsReverseSequenceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2270:66: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ReverseSequenceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MatrixDiagOptionsT* tflite::BuiltinOptionsUnion::AsMatrixDiagOptions()’: ./tensorflow/lite/schema/schema_generated.h:2274:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MatrixDiagOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MatrixDiagOptionsT* tflite::BuiltinOptionsUnion::AsMatrixDiagOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2278:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MatrixDiagOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::QuantizeOptionsT* tflite::BuiltinOptionsUnion::AsQuantizeOptions()’: ./tensorflow/lite/schema/schema_generated.h:2282:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<QuantizeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::QuantizeOptionsT* tflite::BuiltinOptionsUnion::AsQuantizeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2286:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const QuantizeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MatrixSetDiagOptionsT* tflite::BuiltinOptionsUnion::AsMatrixSetDiagOptions()’: ./tensorflow/lite/schema/schema_generated.h:2290:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MatrixSetDiagOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:1549:42: error: expected ‘,’ or ‘...’ before ‘&&’ tokenBuiltinOptionsUnion(BuiltinOptionsUnion&& u) FLATBUFFERS_NOEXCEPT :^ ./tensorflow/lite/schema/schema_generated.h:1549:46: error: invalid constructor; you probably meant ‘tflite::BuiltinOptionsUnion (const tflite::BuiltinOptionsUnion&)’BuiltinOptionsUnion(BuiltinOptionsUnion&& u) FLATBUFFERS_NOEXCEPT :^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MatrixSetDiagOptionsT* tflite::BuiltinOptionsUnion::AsMatrixSetDiagOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2294:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MatrixSetDiagOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::HardSwishOptionsT* tflite::BuiltinOptionsUnion::AsHardSwishOptions()’: ./tensorflow/lite/schema/schema_generated.h:2298:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<HardSwishOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:1555:54: error: expected ‘,’ or ‘...’ before ‘&&’ tokenBuiltinOptionsUnion &operator=(BuiltinOptionsUnion &&u) FLATBUFFERS_NOEXCEPT^ ./tensorflow/lite/schema/schema_generated.h:1563:13: error: expected ‘,’ or ‘...’ before ‘&&’ tokenvoid Set(T&& val) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::HardSwishOptionsT* tflite::BuiltinOptionsUnion::AsHardSwishOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2302:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const HardSwishOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:1573:80: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typestatic void *UnPack(const void *obj, BuiltinOptions type, const flatbuffers::resolver_function_t *resolver);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::IfOptionsT* tflite::BuiltinOptionsUnion::AsIfOptions()’: ./tensorflow/lite/schema/schema_generated.h:2306:47: error: ‘nullptr’ was not declared in this scopereinterpret_cast<IfOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::IfOptionsT* tflite::BuiltinOptionsUnion::AsIfOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2310:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const IfOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:1574:91: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typeflatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::WhileOptionsT* tflite::BuiltinOptionsUnion::AsWhileOptions()’: ./tensorflow/lite/schema/schema_generated.h:2314:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<WhileOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::WhileOptionsT* tflite::BuiltinOptionsUnion::AsWhileOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2318:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const WhileOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::DepthToSpaceOptionsT* tflite::BuiltinOptionsUnion::AsDepthToSpaceOptions()’: ./tensorflow/lite/schema/schema_generated.h:2322:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<DepthToSpaceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::DepthToSpaceOptionsT* tflite::BuiltinOptionsUnion::AsDepthToSpaceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2326:63: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const DepthToSpaceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2331:116: error: ‘>>’ should be ‘> >’ within a nested template argument list bool VerifyBuiltinOptionsVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types);^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesPadding()’: ./tensorflow/lite/schema/schema_generated.h:2352:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesActivationFunctionType()’: ./tensorflow/lite/schema/schema_generated.h:2394:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesLSHProjectionType()’: ./tensorflow/lite/schema/schema_generated.h:2427:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesFullyConnectedOptionsWeightsFormat()’: ./tensorflow/lite/schema/schema_generated.h:2457:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h:1574:124: error: ‘nullptr’ was not declared in this scopeflatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In constructor ‘tflite::BuiltinOptionsUnion::BuiltinOptionsUnion()’: ./tensorflow/lite/schema/schema_generated.h:1548:60: error: ‘nullptr’ was not declared in this scopeBuiltinOptionsUnion() : type(BuiltinOptions_NONE), value(nullptr) {}^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::BuiltinOptionsUnion& tflite::BuiltinOptionsUnion::operator=(tflite::BuiltinOptionsUnion)’: ./tensorflow/lite/schema/schema_generated.h:1556:23: error: ‘u’ was not declared in this scope{ std::swap(type, u.type); std::swap(value, u.value); return *this; }^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesLSTMKernelType()’: ./tensorflow/lite/schema/schema_generated.h:2487:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘void tflite::BuiltinOptionsUnion::Set(T)’: ./tensorflow/lite/schema/schema_generated.h:1564:11: error: expected nested-name-specifier before ‘RT’using RT = typename std::remove_reference<T>::type;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesCombinerType()’: ./tensorflow/lite/schema/schema_generated.h:2520:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h:1566:55: error: template argument 1 is invalidtype = BuiltinOptionsTraits<typename RT::TableType>::enum_value;^ ./tensorflow/lite/schema/schema_generated.h:1568:19: error: expected type-specifier before ‘RT’value = new RT(std::forward<T>(val));^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesMirrorPadMode()’: ./tensorflow/lite/schema/schema_generated.h:2550:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h:1568:19: error: expected ‘;’ before ‘RT’ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::Conv2DOptionsT* tflite::BuiltinOptionsUnion::AsConv2DOptions()’: ./tensorflow/lite/schema/schema_generated.h:1578:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<Conv2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::Conv2DOptionsT* tflite::BuiltinOptionsUnion::AsConv2DOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1582:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const Conv2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::DepthwiseConv2DOptionsT* tflite::BuiltinOptionsUnion::AsDepthwiseConv2DOptions()’: ./tensorflow/lite/schema/schema_generated.h:1586:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<DepthwiseConv2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesCustomOptionsFormat()’: ./tensorflow/lite/schema/schema_generated.h:2577:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::DepthwiseConv2DOptionsT* tflite::BuiltinOptionsUnion::AsDepthwiseConv2DOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1590:66: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const DepthwiseConv2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ConcatEmbeddingsOptionsT* tflite::BuiltinOptionsUnion::AsConcatEmbeddingsOptions()’: ./tensorflow/lite/schema/schema_generated.h:1594:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ConcatEmbeddingsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ConcatEmbeddingsOptionsT* tflite::BuiltinOptionsUnion::AsConcatEmbeddingsOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1598:67: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ConcatEmbeddingsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LSHProjectionOptionsT* tflite::BuiltinOptionsUnion::AsLSHProjectionOptions()’: ./tensorflow/lite/schema/schema_generated.h:1602:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LSHProjectionOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LSHProjectionOptionsT* tflite::BuiltinOptionsUnion::AsLSHProjectionOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1606:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LSHProjectionOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::Pool2DOptionsT* tflite::BuiltinOptionsUnion::AsPool2DOptions()’: ./tensorflow/lite/schema/schema_generated.h:1610:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<Pool2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::Pool2DOptionsT* tflite::BuiltinOptionsUnion::AsPool2DOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1614:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const Pool2DOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SVDFOptionsT* tflite::BuiltinOptionsUnion::AsSVDFOptions()’: ./tensorflow/lite/schema/schema_generated.h:1618:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SVDFOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SVDFOptionsT* tflite::BuiltinOptionsUnion::AsSVDFOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1622:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SVDFOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::RNNOptionsT* tflite::BuiltinOptionsUnion::AsRNNOptions()’: ./tensorflow/lite/schema/schema_generated.h:1626:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<RNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::RNNOptionsT* tflite::BuiltinOptionsUnion::AsRNNOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1630:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const RNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FullyConnectedOptionsT* tflite::BuiltinOptionsUnion::AsFullyConnectedOptions()’: ./tensorflow/lite/schema/schema_generated.h:1634:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FullyConnectedOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FullyConnectedOptionsT* tflite::BuiltinOptionsUnion::AsFullyConnectedOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1638:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FullyConnectedOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SoftmaxOptionsT* tflite::BuiltinOptionsUnion::AsSoftmaxOptions()’: ./tensorflow/lite/schema/schema_generated.h:1642:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SoftmaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SoftmaxOptionsT* tflite::BuiltinOptionsUnion::AsSoftmaxOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1646:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SoftmaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ConcatenationOptionsT* tflite::BuiltinOptionsUnion::AsConcatenationOptions()’: ./tensorflow/lite/schema/schema_generated.h:1650:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ConcatenationOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ConcatenationOptionsT* tflite::BuiltinOptionsUnion::AsConcatenationOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1654:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ConcatenationOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::AddOptionsT* tflite::BuiltinOptionsUnion::AsAddOptions()’: ./tensorflow/lite/schema/schema_generated.h:1658:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<AddOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::AddOptionsT* tflite::BuiltinOptionsUnion::AsAddOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1662:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const AddOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::L2NormOptionsT* tflite::BuiltinOptionsUnion::AsL2NormOptions()’: ./tensorflow/lite/schema/schema_generated.h:1666:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<L2NormOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::L2NormOptionsT* tflite::BuiltinOptionsUnion::AsL2NormOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1670:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const L2NormOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2595:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct CustomQuantization FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:2597:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:2609:50: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeCustomQuantizationT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LocalResponseNormalizationOptionsT* tflite::BuiltinOptionsUnion::AsLocalResponseNormalizationOptions()’: ./tensorflow/lite/schema/schema_generated.h:1674:71: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LocalResponseNormalizationOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LocalResponseNormalizationOptionsT* tflite::BuiltinOptionsUnion::AsLocalResponseNormalizationOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1678:77: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LocalResponseNormalizationOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LSTMOptionsT* tflite::BuiltinOptionsUnion::AsLSTMOptions()’: ./tensorflow/lite/schema/schema_generated.h:1682:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LSTMOptionsT* tflite::BuiltinOptionsUnion::AsLSTMOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1686:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2610:61: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(CustomQuantizationT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2611:143: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<CustomQuantization> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ResizeBilinearOptionsT* tflite::BuiltinOptionsUnion::AsResizeBilinearOptions()’: ./tensorflow/lite/schema/schema_generated.h:1690:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ResizeBilinearOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ResizeBilinearOptionsT* tflite::BuiltinOptionsUnion::AsResizeBilinearOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1694:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ResizeBilinearOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::CallOptionsT* tflite::BuiltinOptionsUnion::AsCallOptions()’: ./tensorflow/lite/schema/schema_generated.h:1698:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<CallOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2609:83: error: ‘nullptr’ was not declared in this scopeCustomQuantizationT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CallOptionsT* tflite::BuiltinOptionsUnion::AsCallOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1702:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const CallOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2610:94: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(CustomQuantizationT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ReshapeOptionsT* tflite::BuiltinOptionsUnion::AsReshapeOptions()’: ./tensorflow/lite/schema/schema_generated.h:1706:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ReshapeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ReshapeOptionsT* tflite::BuiltinOptionsUnion::AsReshapeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1710:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ReshapeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2611:176: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<CustomQuantization> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SkipGramOptionsT* tflite::BuiltinOptionsUnion::AsSkipGramOptions()’: ./tensorflow/lite/schema/schema_generated.h:1714:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SkipGramOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SkipGramOptionsT* tflite::BuiltinOptionsUnion::AsSkipGramOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1718:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SkipGramOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SpaceToDepthOptionsT* tflite::BuiltinOptionsUnion::AsSpaceToDepthOptions()’: ./tensorflow/lite/schema/schema_generated.h:1722:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SpaceToDepthOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SpaceToDepthOptionsT* tflite::BuiltinOptionsUnion::AsSpaceToDepthOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1726:63: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SpaceToDepthOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::EmbeddingLookupSparseOptionsT* tflite::BuiltinOptionsUnion::AsEmbeddingLookupSparseOptions()’: ./tensorflow/lite/schema/schema_generated.h:1730:66: error: ‘nullptr’ was not declared in this scopereinterpret_cast<EmbeddingLookupSparseOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::EmbeddingLookupSparseOptionsT* tflite::BuiltinOptionsUnion::AsEmbeddingLookupSparseOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1734:72: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const EmbeddingLookupSparseOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MulOptionsT* tflite::BuiltinOptionsUnion::AsMulOptions()’: ./tensorflow/lite/schema/schema_generated.h:1738:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MulOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2617:66: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_custom(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> custom) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MulOptionsT* tflite::BuiltinOptionsUnion::AsMulOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1742:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MulOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::PadOptionsT* tflite::BuiltinOptionsUnion::AsPadOptions()’: ./tensorflow/lite/schema/schema_generated.h:1746:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<PadOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::PadOptionsT* tflite::BuiltinOptionsUnion::AsPadOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1750:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const PadOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::CustomQuantization> tflite::CustomQuantizationBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:2626:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:2627:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<CustomQuantization>(end);^ ./tensorflow/lite/schema/schema_generated.h:2628:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2634:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<uint8_t>> custom = 0) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::GatherOptionsT* tflite::BuiltinOptionsUnion::AsGatherOptions()’: ./tensorflow/lite/schema/schema_generated.h:1754:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<GatherOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::GatherOptionsT* tflite::BuiltinOptionsUnion::AsGatherOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1758:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const GatherOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::BatchToSpaceNDOptionsT* tflite::BuiltinOptionsUnion::AsBatchToSpaceNDOptions()’: ./tensorflow/lite/schema/schema_generated.h:1762:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<BatchToSpaceNDOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::BatchToSpaceNDOptionsT* tflite::BuiltinOptionsUnion::AsBatchToSpaceNDOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1766:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const BatchToSpaceNDOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SpaceToBatchNDOptionsT* tflite::BuiltinOptionsUnion::AsSpaceToBatchNDOptions()’: ./tensorflow/lite/schema/schema_generated.h:1770:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SpaceToBatchNDOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2642:42: error: ‘nullptr’ was not declared in this scopeconst std::vector<uint8_t> *custom = nullptr) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SpaceToBatchNDOptionsT* tflite::BuiltinOptionsUnion::AsSpaceToBatchNDOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1774:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SpaceToBatchNDOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::TransposeOptionsT* tflite::BuiltinOptionsUnion::AsTransposeOptions()’: ./tensorflow/lite/schema/schema_generated.h:1778:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<TransposeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::CustomQuantization> tflite::CreateCustomQuantizationDirect(flatbuffers::FlatBufferBuilder&, const std::vector<unsigned char>*)’: ./tensorflow/lite/schema/schema_generated.h:2643:8: error: ‘custom__’ does not name a typeauto custom__ = custom ? _fbb.CreateVector<uint8_t>(*custom) : 0;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::TransposeOptionsT* tflite::BuiltinOptionsUnion::AsTransposeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1782:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const TransposeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2646:7: error: ‘custom__’ was not declared in this scopecustom__);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2649:154: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<CustomQuantization> CreateCustomQuantization(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2649:187: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<CustomQuantization> CreateCustomQuantization(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ReducerOptionsT* tflite::BuiltinOptionsUnion::AsReducerOptions()’: ./tensorflow/lite/schema/schema_generated.h:1786:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ReducerOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ReducerOptionsT* tflite::BuiltinOptionsUnion::AsReducerOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1790:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ReducerOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SubOptionsT* tflite::BuiltinOptionsUnion::AsSubOptions()’: ./tensorflow/lite/schema/schema_generated.h:1794:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SubOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SubOptionsT* tflite::BuiltinOptionsUnion::AsSubOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1798:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SubOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::DivOptionsT* tflite::BuiltinOptionsUnion::AsDivOptions()’: ./tensorflow/lite/schema/schema_generated.h:1802:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<DivOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::DivOptionsT* tflite::BuiltinOptionsUnion::AsDivOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1806:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const DivOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SqueezeOptionsT* tflite::BuiltinOptionsUnion::AsSqueezeOptions()’: ./tensorflow/lite/schema/schema_generated.h:1810:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SqueezeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SqueezeOptionsT* tflite::BuiltinOptionsUnion::AsSqueezeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1814:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SqueezeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SequenceRNNOptionsT* tflite::BuiltinOptionsUnion::AsSequenceRNNOptions()’: ./tensorflow/lite/schema/schema_generated.h:1818:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SequenceRNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SequenceRNNOptionsT* tflite::BuiltinOptionsUnion::AsSequenceRNNOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1822:62: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SequenceRNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::StridedSliceOptionsT* tflite::BuiltinOptionsUnion::AsStridedSliceOptions()’: ./tensorflow/lite/schema/schema_generated.h:1826:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<StridedSliceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::StridedSliceOptionsT* tflite::BuiltinOptionsUnion::AsStridedSliceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1830:63: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const StridedSliceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ExpOptionsT* tflite::BuiltinOptionsUnion::AsExpOptions()’: ./tensorflow/lite/schema/schema_generated.h:1834:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ExpOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ExpOptionsT* tflite::BuiltinOptionsUnion::AsExpOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1838:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ExpOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::TopKV2OptionsT* tflite::BuiltinOptionsUnion::AsTopKV2Options()’: ./tensorflow/lite/schema/schema_generated.h:1842:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<TopKV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::TopKV2OptionsT* tflite::BuiltinOptionsUnion::AsTopKV2Options() const’: ./tensorflow/lite/schema/schema_generated.h:1846:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const TopKV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SplitOptionsT* tflite::BuiltinOptionsUnion::AsSplitOptions()’: ./tensorflow/lite/schema/schema_generated.h:1850:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SplitOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SplitOptionsT* tflite::BuiltinOptionsUnion::AsSplitOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1854:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SplitOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LogSoftmaxOptionsT* tflite::BuiltinOptionsUnion::AsLogSoftmaxOptions()’: ./tensorflow/lite/schema/schema_generated.h:1858:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LogSoftmaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LogSoftmaxOptionsT* tflite::BuiltinOptionsUnion::AsLogSoftmaxOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1862:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LogSoftmaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::CastOptionsT* tflite::BuiltinOptionsUnion::AsCastOptions()’: ./tensorflow/lite/schema/schema_generated.h:1866:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<CastOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CastOptionsT* tflite::BuiltinOptionsUnion::AsCastOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1870:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const CastOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::DequantizeOptionsT* tflite::BuiltinOptionsUnion::AsDequantizeOptions()’: ./tensorflow/lite/schema/schema_generated.h:1874:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<DequantizeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::DequantizeOptionsT* tflite::BuiltinOptionsUnion::AsDequantizeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1878:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const DequantizeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MaximumMinimumOptionsT* tflite::BuiltinOptionsUnion::AsMaximumMinimumOptions()’: ./tensorflow/lite/schema/schema_generated.h:1882:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MaximumMinimumOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MaximumMinimumOptionsT* tflite::BuiltinOptionsUnion::AsMaximumMinimumOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1886:65: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MaximumMinimumOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ArgMaxOptionsT* tflite::BuiltinOptionsUnion::AsArgMaxOptions()’: ./tensorflow/lite/schema/schema_generated.h:1890:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ArgMaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ArgMaxOptionsT* tflite::BuiltinOptionsUnion::AsArgMaxOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1894:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ArgMaxOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LessOptionsT* tflite::BuiltinOptionsUnion::AsLessOptions()’: ./tensorflow/lite/schema/schema_generated.h:1898:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LessOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LessOptionsT* tflite::BuiltinOptionsUnion::AsLessOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1902:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LessOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::NegOptionsT* tflite::BuiltinOptionsUnion::AsNegOptions()’: ./tensorflow/lite/schema/schema_generated.h:1906:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<NegOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::NegOptionsT* tflite::BuiltinOptionsUnion::AsNegOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1910:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const NegOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::PadV2OptionsT* tflite::BuiltinOptionsUnion::AsPadV2Options()’: ./tensorflow/lite/schema/schema_generated.h:1914:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<PadV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::PadV2OptionsT* tflite::BuiltinOptionsUnion::AsPadV2Options() const’: ./tensorflow/lite/schema/schema_generated.h:1918:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const PadV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::GreaterOptionsT* tflite::BuiltinOptionsUnion::AsGreaterOptions()’: ./tensorflow/lite/schema/schema_generated.h:1922:52: error: ‘nullptr’ was not declared in this scopereinterpret_cast<GreaterOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::GreaterOptionsT* tflite::BuiltinOptionsUnion::AsGreaterOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1926:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const GreaterOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::GreaterEqualOptionsT* tflite::BuiltinOptionsUnion::AsGreaterEqualOptions()’: ./tensorflow/lite/schema/schema_generated.h:1930:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<GreaterEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::GreaterEqualOptionsT* tflite::BuiltinOptionsUnion::AsGreaterEqualOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1934:63: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const GreaterEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2664:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct QuantizationParameters FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LessEqualOptionsT* tflite::BuiltinOptionsUnion::AsLessEqualOptions()’: ./tensorflow/lite/schema/schema_generated.h:1938:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LessEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LessEqualOptionsT* tflite::BuiltinOptionsUnion::AsLessEqualOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1942:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LessEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SelectOptionsT* tflite::BuiltinOptionsUnion::AsSelectOptions()’: ./tensorflow/lite/schema/schema_generated.h:1946:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SelectOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SelectOptionsT* tflite::BuiltinOptionsUnion::AsSelectOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1950:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SelectOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SliceOptionsT* tflite::BuiltinOptionsUnion::AsSliceOptions()’: ./tensorflow/lite/schema/schema_generated.h:1954:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SliceOptionsT *>(value) : nullptr;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:2666:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SliceOptionsT* tflite::BuiltinOptionsUnion::AsSliceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1958:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SliceOptionsT *>(value) : nullptr;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:2716:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeQuantizationParametersT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::TransposeConvOptionsT* tflite::BuiltinOptionsUnion::AsTransposeConvOptions()’: ./tensorflow/lite/schema/schema_generated.h:1962:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<TransposeConvOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::TransposeConvOptionsT* tflite::BuiltinOptionsUnion::AsTransposeConvOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1966:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const TransposeConvOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SparseToDenseOptionsT* tflite::BuiltinOptionsUnion::AsSparseToDenseOptions()’: ./tensorflow/lite/schema/schema_generated.h:1970:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SparseToDenseOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SparseToDenseOptionsT* tflite::BuiltinOptionsUnion::AsSparseToDenseOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1974:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SparseToDenseOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::TileOptionsT* tflite::BuiltinOptionsUnion::AsTileOptions()’: ./tensorflow/lite/schema/schema_generated.h:1978:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<TileOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2717:65: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(QuantizationParametersT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::TileOptionsT* tflite::BuiltinOptionsUnion::AsTileOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1982:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const TileOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2718:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<QuantizationParameters> Pack(flatbuffers::FlatBufferBuilder &_fbb, const QuantizationParametersT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ExpandDimsOptionsT* tflite::BuiltinOptionsUnion::AsExpandDimsOptions()’: ./tensorflow/lite/schema/schema_generated.h:1986:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ExpandDimsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ExpandDimsOptionsT* tflite::BuiltinOptionsUnion::AsExpandDimsOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1990:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ExpandDimsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2716:87: error: ‘nullptr’ was not declared in this scopeQuantizationParametersT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::EqualOptionsT* tflite::BuiltinOptionsUnion::AsEqualOptions()’: ./tensorflow/lite/schema/schema_generated.h:1994:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<EqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::EqualOptionsT* tflite::BuiltinOptionsUnion::AsEqualOptions() const’: ./tensorflow/lite/schema/schema_generated.h:1998:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const EqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::NotEqualOptionsT* tflite::BuiltinOptionsUnion::AsNotEqualOptions()’: ./tensorflow/lite/schema/schema_generated.h:2002:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<NotEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2717:98: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(QuantizationParametersT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2718:184: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<QuantizationParameters> Pack(flatbuffers::FlatBufferBuilder &_fbb, const QuantizationParametersT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::NotEqualOptionsT* tflite::BuiltinOptionsUnion::AsNotEqualOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2006:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const NotEqualOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ShapeOptionsT* tflite::BuiltinOptionsUnion::AsShapeOptions()’: ./tensorflow/lite/schema/schema_generated.h:2010:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ShapeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ShapeOptionsT* tflite::BuiltinOptionsUnion::AsShapeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2014:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ShapeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::PowOptionsT* tflite::BuiltinOptionsUnion::AsPowOptions()’: ./tensorflow/lite/schema/schema_generated.h:2018:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<PowOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CustomQuantization* tflite::QuantizationParameters::details_as_CustomQuantization() const’: ./tensorflow/lite/schema/schema_generated.h:2695:124: error: ‘nullptr’ was not declared in this scopereturn details_type() == QuantizationDetails_CustomQuantization ? static_cast<const CustomQuantization *>(details()) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::PowOptionsT* tflite::BuiltinOptionsUnion::AsPowOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2022:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const PowOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ArgMinOptionsT* tflite::BuiltinOptionsUnion::AsArgMinOptions()’: ./tensorflow/lite/schema/schema_generated.h:2026:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ArgMinOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ArgMinOptionsT* tflite::BuiltinOptionsUnion::AsArgMinOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2030:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ArgMinOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FakeQuantOptionsT* tflite::BuiltinOptionsUnion::AsFakeQuantOptions()’: ./tensorflow/lite/schema/schema_generated.h:2034:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FakeQuantOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FakeQuantOptionsT* tflite::BuiltinOptionsUnion::AsFakeQuantOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2038:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FakeQuantOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::PackOptionsT* tflite::BuiltinOptionsUnion::AsPackOptions()’: ./tensorflow/lite/schema/schema_generated.h:2042:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<PackOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::PackOptionsT* tflite::BuiltinOptionsUnion::AsPackOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2046:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const PackOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LogicalOrOptionsT* tflite::BuiltinOptionsUnion::AsLogicalOrOptions()’: ./tensorflow/lite/schema/schema_generated.h:2050:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LogicalOrOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LogicalOrOptionsT* tflite::BuiltinOptionsUnion::AsLogicalOrOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2054:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LogicalOrOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::OneHotOptionsT* tflite::BuiltinOptionsUnion::AsOneHotOptions()’: ./tensorflow/lite/schema/schema_generated.h:2058:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<OneHotOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::OneHotOptionsT* tflite::BuiltinOptionsUnion::AsOneHotOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2062:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const OneHotOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LogicalAndOptionsT* tflite::BuiltinOptionsUnion::AsLogicalAndOptions()’: ./tensorflow/lite/schema/schema_generated.h:2066:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LogicalAndOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LogicalAndOptionsT* tflite::BuiltinOptionsUnion::AsLogicalAndOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2070:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LogicalAndOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LogicalNotOptionsT* tflite::BuiltinOptionsUnion::AsLogicalNotOptions()’: ./tensorflow/lite/schema/schema_generated.h:2074:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LogicalNotOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LogicalNotOptionsT* tflite::BuiltinOptionsUnion::AsLogicalNotOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2078:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LogicalNotOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::UnpackOptionsT* tflite::BuiltinOptionsUnion::AsUnpackOptions()’: ./tensorflow/lite/schema/schema_generated.h:2082:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<UnpackOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::UnpackOptionsT* tflite::BuiltinOptionsUnion::AsUnpackOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2086:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const UnpackOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2728:61: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_min(flatbuffers::Offset<flatbuffers::Vector<float>> min) {^ ./tensorflow/lite/schema/schema_generated.h:2731:61: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_max(flatbuffers::Offset<flatbuffers::Vector<float>> max) {^ ./tensorflow/lite/schema/schema_generated.h:2734:63: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_scale(flatbuffers::Offset<flatbuffers::Vector<float>> scale) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FloorDivOptionsT* tflite::BuiltinOptionsUnion::AsFloorDivOptions()’: ./tensorflow/lite/schema/schema_generated.h:2090:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FloorDivOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FloorDivOptionsT* tflite::BuiltinOptionsUnion::AsFloorDivOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2094:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FloorDivOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SquareOptionsT* tflite::BuiltinOptionsUnion::AsSquareOptions()’: ./tensorflow/lite/schema/schema_generated.h:2098:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SquareOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SquareOptionsT* tflite::BuiltinOptionsUnion::AsSquareOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2102:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SquareOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2737:70: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_zero_point(flatbuffers::Offset<flatbuffers::Vector<int64_t>> zero_point) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ZerosLikeOptionsT* tflite::BuiltinOptionsUnion::AsZerosLikeOptions()’: ./tensorflow/lite/schema/schema_generated.h:2106:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ZerosLikeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ZerosLikeOptionsT* tflite::BuiltinOptionsUnion::AsZerosLikeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2110:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ZerosLikeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FillOptionsT* tflite::BuiltinOptionsUnion::AsFillOptions()’: ./tensorflow/lite/schema/schema_generated.h:2114:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FillOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FillOptionsT* tflite::BuiltinOptionsUnion::AsFillOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2118:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FillOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::BidirectionalSequenceLSTMOptionsT* tflite::BuiltinOptionsUnion::AsBidirectionalSequenceLSTMOptions()’: ./tensorflow/lite/schema/schema_generated.h:2122:70: error: ‘nullptr’ was not declared in this scopereinterpret_cast<BidirectionalSequenceLSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::BidirectionalSequenceLSTMOptionsT* tflite::BuiltinOptionsUnion::AsBidirectionalSequenceLSTMOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2126:76: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const BidirectionalSequenceLSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::BidirectionalSequenceRNNOptionsT* tflite::BuiltinOptionsUnion::AsBidirectionalSequenceRNNOptions()’: ./tensorflow/lite/schema/schema_generated.h:2130:69: error: ‘nullptr’ was not declared in this scopereinterpret_cast<BidirectionalSequenceRNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::BidirectionalSequenceRNNOptionsT* tflite::BuiltinOptionsUnion::AsBidirectionalSequenceRNNOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2134:75: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const BidirectionalSequenceRNNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::UnidirectionalSequenceLSTMOptionsT* tflite::BuiltinOptionsUnion::AsUnidirectionalSequenceLSTMOptions()’: ./tensorflow/lite/schema/schema_generated.h:2138:71: error: ‘nullptr’ was not declared in this scopereinterpret_cast<UnidirectionalSequenceLSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::UnidirectionalSequenceLSTMOptionsT* tflite::BuiltinOptionsUnion::AsUnidirectionalSequenceLSTMOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2142:77: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const UnidirectionalSequenceLSTMOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::FloorModOptionsT* tflite::BuiltinOptionsUnion::AsFloorModOptions()’: ./tensorflow/lite/schema/schema_generated.h:2146:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<FloorModOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::FloorModOptionsT* tflite::BuiltinOptionsUnion::AsFloorModOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2150:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const FloorModOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::QuantizationParameters> tflite::QuantizationParametersBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:2755:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:2756:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<QuantizationParameters>(end);^ ./tensorflow/lite/schema/schema_generated.h:2757:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2763:50: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<float>> min = 0,^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::RangeOptionsT* tflite::BuiltinOptionsUnion::AsRangeOptions()’: ./tensorflow/lite/schema/schema_generated.h:2154:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<RangeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::RangeOptionsT* tflite::BuiltinOptionsUnion::AsRangeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2158:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const RangeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ResizeNearestNeighborOptionsT* tflite::BuiltinOptionsUnion::AsResizeNearestNeighborOptions()’: ./tensorflow/lite/schema/schema_generated.h:2162:66: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ResizeNearestNeighborOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ResizeNearestNeighborOptionsT* tflite::BuiltinOptionsUnion::AsResizeNearestNeighborOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2166:72: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ResizeNearestNeighborOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::LeakyReluOptionsT* tflite::BuiltinOptionsUnion::AsLeakyReluOptions()’: ./tensorflow/lite/schema/schema_generated.h:2170:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<LeakyReluOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2764:50: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<float>> max = 0,^ ./tensorflow/lite/schema/schema_generated.h:2765:50: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<float>> scale = 0,^ ./tensorflow/lite/schema/schema_generated.h:2766:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int64_t>> zero_point = 0,^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::LeakyReluOptionsT* tflite::BuiltinOptionsUnion::AsLeakyReluOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2174:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const LeakyReluOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SquaredDifferenceOptionsT* tflite::BuiltinOptionsUnion::AsSquaredDifferenceOptions()’: ./tensorflow/lite/schema/schema_generated.h:2178:62: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SquaredDifferenceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2783:37: error: ‘nullptr’ was not declared in this scopeconst std::vector<float> *min = nullptr,^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SquaredDifferenceOptionsT* tflite::BuiltinOptionsUnion::AsSquaredDifferenceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2182:68: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SquaredDifferenceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MirrorPadOptionsT* tflite::BuiltinOptionsUnion::AsMirrorPadOptions()’: ./tensorflow/lite/schema/schema_generated.h:2186:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MirrorPadOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MirrorPadOptionsT* tflite::BuiltinOptionsUnion::AsMirrorPadOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2190:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MirrorPadOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::AbsOptionsT* tflite::BuiltinOptionsUnion::AsAbsOptions()’: ./tensorflow/lite/schema/schema_generated.h:2194:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<AbsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2784:37: error: ‘nullptr’ was not declared in this scopeconst std::vector<float> *max = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:2785:39: error: ‘nullptr’ was not declared in this scopeconst std::vector<float> *scale = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:2786:46: error: ‘nullptr’ was not declared in this scopeconst std::vector<int64_t> *zero_point = nullptr,^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::AbsOptionsT* tflite::BuiltinOptionsUnion::AsAbsOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2198:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const AbsOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::QuantizationParameters> tflite::CreateQuantizationParametersDirect(flatbuffers::FlatBufferBuilder&, const std::vector<float>*, const std::vector<float>*, const std::vector<float>*, const std::vector<long int>*, tflite::QuantizationDetails, flatbuffers::Offset<void>, int32_t)’: ./tensorflow/lite/schema/schema_generated.h:2790:8: error: ‘min__’ does not name a typeauto min__ = min ? _fbb.CreateVector<float>(*min) : 0;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::SplitVOptionsT* tflite::BuiltinOptionsUnion::AsSplitVOptions()’: ./tensorflow/lite/schema/schema_generated.h:2202:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<SplitVOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::SplitVOptionsT* tflite::BuiltinOptionsUnion::AsSplitVOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2206:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const SplitVOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2791:8: error: ‘max__’ does not name a typeauto max__ = max ? _fbb.CreateVector<float>(*max) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2792:8: error: ‘scale__’ does not name a typeauto scale__ = scale ? _fbb.CreateVector<float>(*scale) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2793:8: error: ‘zero_point__’ does not name a typeauto zero_point__ = zero_point ? _fbb.CreateVector<int64_t>(*zero_point) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2796:7: error: ‘min__’ was not declared in this scopemin__,^ ./tensorflow/lite/schema/schema_generated.h:2797:7: error: ‘max__’ was not declared in this scopemax__,^ ./tensorflow/lite/schema/schema_generated.h:2798:7: error: ‘scale__’ was not declared in this scopescale__,^ ./tensorflow/lite/schema/schema_generated.h:2799:7: error: ‘zero_point__’ was not declared in this scopezero_point__,^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2805:166: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<QuantizationParameters> CreateQuantizationParameters(flatbuffers::FlatBufferBuilder &_fbb, const QuantizationParametersT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::UniqueOptionsT* tflite::BuiltinOptionsUnion::AsUniqueOptions()’: ./tensorflow/lite/schema/schema_generated.h:2210:51: error: ‘nullptr’ was not declared in this scopereinterpret_cast<UniqueOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::UniqueOptionsT* tflite::BuiltinOptionsUnion::AsUniqueOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2214:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const UniqueOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2805:199: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<QuantizationParameters> CreateQuantizationParameters(flatbuffers::FlatBufferBuilder &_fbb, const QuantizationParametersT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ReverseV2OptionsT* tflite::BuiltinOptionsUnion::AsReverseV2Options()’: ./tensorflow/lite/schema/schema_generated.h:2218:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<ReverseV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ReverseV2OptionsT* tflite::BuiltinOptionsUnion::AsReverseV2Options() const’: ./tensorflow/lite/schema/schema_generated.h:2222:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ReverseV2OptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::AddNOptionsT* tflite::BuiltinOptionsUnion::AsAddNOptions()’: ./tensorflow/lite/schema/schema_generated.h:2226:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<AddNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::AddNOptionsT* tflite::BuiltinOptionsUnion::AsAddNOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2230:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const AddNOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::GatherNdOptionsT* tflite::BuiltinOptionsUnion::AsGatherNdOptions()’: ./tensorflow/lite/schema/schema_generated.h:2234:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<GatherNdOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::GatherNdOptionsT* tflite::BuiltinOptionsUnion::AsGatherNdOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2238:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const GatherNdOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::CosOptionsT* tflite::BuiltinOptionsUnion::AsCosOptions()’: ./tensorflow/lite/schema/schema_generated.h:2242:48: error: ‘nullptr’ was not declared in this scopereinterpret_cast<CosOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CosOptionsT* tflite::BuiltinOptionsUnion::AsCosOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2246:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const CosOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::WhereOptionsT* tflite::BuiltinOptionsUnion::AsWhereOptions()’: ./tensorflow/lite/schema/schema_generated.h:2250:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<WhereOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::WhereOptionsT* tflite::BuiltinOptionsUnion::AsWhereOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2254:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const WhereOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::RankOptionsT* tflite::BuiltinOptionsUnion::AsRankOptions()’: ./tensorflow/lite/schema/schema_generated.h:2258:49: error: ‘nullptr’ was not declared in this scopereinterpret_cast<RankOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::RankOptionsT* tflite::BuiltinOptionsUnion::AsRankOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2262:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const RankOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::ReverseSequenceOptionsT* tflite::BuiltinOptionsUnion::AsReverseSequenceOptions()’: ./tensorflow/lite/schema/schema_generated.h:2266:60: error: ‘nullptr%E2%80%99 was not declared in this scopereinterpret_cast<ReverseSequenceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::ReverseSequenceOptionsT* tflite::BuiltinOptionsUnion::AsReverseSequenceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2270:66: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const ReverseSequenceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MatrixDiagOptionsT* tflite::BuiltinOptionsUnion::AsMatrixDiagOptions()’: ./tensorflow/lite/schema/schema_generated.h:2274:55: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MatrixDiagOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MatrixDiagOptionsT* tflite::BuiltinOptionsUnion::AsMatrixDiagOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2278:61: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MatrixDiagOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::QuantizeOptionsT* tflite::BuiltinOptionsUnion::AsQuantizeOptions()’: ./tensorflow/lite/schema/schema_generated.h:2282:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<QuantizeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2813:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template typestd::unique_ptr<QuantizationParametersT> quantization;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::QuantizeOptionsT* tflite::BuiltinOptionsUnion::AsQuantizeOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2286:59: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const QuantizeOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::MatrixSetDiagOptionsT* tflite::BuiltinOptionsUnion::AsMatrixSetDiagOptions()’: ./tensorflow/lite/schema/schema_generated.h:2290:58: error: ‘nullptr’ was not declared in this scopereinterpret_cast<MatrixSetDiagOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::MatrixSetDiagOptionsT* tflite::BuiltinOptionsUnion::AsMatrixSetDiagOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2294:64: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const MatrixSetDiagOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::HardSwishOptionsT* tflite::BuiltinOptionsUnion::AsHardSwishOptions()’: ./tensorflow/lite/schema/schema_generated.h:2298:54: error: ‘nullptr’ was not declared in this scopereinterpret_cast<HardSwishOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::HardSwishOptionsT* tflite::BuiltinOptionsUnion::AsHardSwishOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2302:60: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const HardSwishOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h:2822:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct Tensor FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::IfOptionsT* tflite::BuiltinOptionsUnion::AsIfOptions()’: ./tensorflow/lite/schema/schema_generated.h:2306:47: error: ‘nullptr’ was not declared in this scopereinterpret_cast<IfOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::IfOptionsT* tflite::BuiltinOptionsUnion::AsIfOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2310:53: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const IfOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::WhileOptionsT* tflite::BuiltinOptionsUnion::AsWhileOptions()’: ./tensorflow/lite/schema/schema_generated.h:2314:50: error: ‘nullptr’ was not declared in this scopereinterpret_cast<WhileOptionsT *>(value) : nullptr;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:2824:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::WhileOptionsT* tflite::BuiltinOptionsUnion::AsWhileOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2318:56: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const WhileOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘tflite::DepthToSpaceOptionsT* tflite::BuiltinOptionsUnion::AsDepthToSpaceOptions()’: ./tensorflow/lite/schema/schema_generated.h:2322:57: error: ‘nullptr’ was not declared in this scopereinterpret_cast<DepthToSpaceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::DepthToSpaceOptionsT* tflite::BuiltinOptionsUnion::AsDepthToSpaceOptions() const’: ./tensorflow/lite/schema/schema_generated.h:2326:63: error: ‘nullptr’ was not declared in this scopereinterpret_cast<const DepthToSpaceOptionsT *>(value) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2331:116: error: ‘>>’ should be ‘> >’ within a nested template argument list bool VerifyBuiltinOptionsVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:2863:38: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTensorT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2864:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TensorT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2865:119: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<Tensor> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TensorT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2863:71: error: ‘nullptr’ was not declared in this scopeTensorT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesPadding()’: ./tensorflow/lite/schema/schema_generated.h:2352:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h:2864:82: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TensorT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2865:152: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<Tensor> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TensorT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesActivationFunctionType()’: ./tensorflow/lite/schema/schema_generated.h:2394:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesLSHProjectionType()’: ./tensorflow/lite/schema/schema_generated.h:2427:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesFullyConnectedOptionsWeightsFormat()’: ./tensorflow/lite/schema/schema_generated.h:2457:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h:2871:65: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_shape(flatbuffers::Offset<flatbuffers::Vector<int32_t>> shape) {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesLSTMKernelType()’: ./tensorflow/lite/schema/schema_generated.h:2487:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesCombinerType()’: ./tensorflow/lite/schema/schema_generated.h:2520:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::Tensor> tflite::TensorBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:2895:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesMirrorPadMode()’: ./tensorflow/lite/schema/schema_generated.h:2550:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h:2896:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<Tensor>(end);^ ./tensorflow/lite/schema/schema_generated.h:2897:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘const char* const* tflite::EnumNamesCustomOptionsFormat()’: ./tensorflow/lite/schema/schema_generated.h:2577:5: error: ‘nullptr’ was not declared in this scopenullptr^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2903:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> shape = 0,^ ./tensorflow/lite/schema/schema_generated.h:2921:41: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *shape = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:2924:24: error: ‘nullptr’ was not declared in this scopeconst char *name = nullptr,^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::Tensor> tflite::CreateTensorDirect(flatbuffers::FlatBufferBuilder&, const std::vector<int>*, tflite::TensorType, uint32_t, const char*, flatbuffers::Offset<tflite::QuantizationParameters>, bool)’: ./tensorflow/lite/schema/schema_generated.h:2927:8: error: ‘shape__’ does not name a typeauto shape__ = shape ? _fbb.CreateVector<int32_t>(*shape) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2928:8: error: ‘name__’ does not name a typeauto name__ = name ? _fbb.CreateString(name) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2931:7: error: ‘shape__’ was not declared in this scopeshape__,^ ./tensorflow/lite/schema/schema_generated.h:2934:7: error: ‘name__’ was not declared in this scopename__,^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2939:118: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<Tensor> CreateTensor(flatbuffers::FlatBufferBuilder &_fbb, const TensorT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2939:151: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<Tensor> CreateTensor(flatbuffers::FlatBufferBuilder &_fbb, const TensorT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2959:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct Conv2DOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:2961:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:2997:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeConv2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2998:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(Conv2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2999:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<Conv2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Conv2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2997:78: error: ‘nullptr’ was not declared in this scopeConv2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2998:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(Conv2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2999:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<Conv2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Conv2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2595:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct CustomQuantization FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:2597:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:2609:50: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeCustomQuantizationT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2610:61: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(CustomQuantizationT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2611:143: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<CustomQuantization> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2609:83: error: ‘nullptr’ was not declared in this scopeCustomQuantizationT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::Conv2DOptions> tflite::Conv2DOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3029:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3030:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<Conv2DOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3031:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:2610:94: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(CustomQuantizationT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2611:176: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<CustomQuantization> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3053:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<Conv2DOptions> CreateConv2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const Conv2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3053:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<Conv2DOptions> CreateConv2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const Conv2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3073:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct Pool2DOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3075:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:2617:66: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_custom(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> custom) {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3111:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePool2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3112:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(Pool2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3113:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<Pool2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Pool2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3111:78: error: ‘nullptr’ was not declared in this scopePool2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3112:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(Pool2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3113:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<Pool2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Pool2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::CustomQuantization> tflite::CustomQuantizationBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:2626:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:2627:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<CustomQuantization>(end);^ ./tensorflow/lite/schema/schema_generated.h:2628:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2634:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<uint8_t>> custom = 0) {^ ./tensorflow/lite/schema/schema_generated.h:2642:42: error: ‘nullptr’ was not declared in this scopeconst std::vector<uint8_t> *custom = nullptr) {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::CustomQuantization> tflite::CreateCustomQuantizationDirect(flatbuffers::FlatBufferBuilder&, const std::vector<unsigned char>*)’: ./tensorflow/lite/schema/schema_generated.h:2643:8: error: ‘custom__’ does not name a typeauto custom__ = custom ? _fbb.CreateVector<uint8_t>(*custom) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2646:7: error: ‘custom__’ was not declared in this scopecustom__);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2649:154: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<CustomQuantization> CreateCustomQuantization(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::Pool2DOptions> tflite::Pool2DOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3143:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:2649:187: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<CustomQuantization> CreateCustomQuantization(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3144:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<Pool2DOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3145:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3167:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<Pool2DOptions> CreatePool2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const Pool2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3167:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<Pool2DOptions> CreatePool2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const Pool2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3189:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct DepthwiseConv2DOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3191:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3232:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeDepthwiseConv2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3233:65: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(DepthwiseConv2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3234:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<DepthwiseConv2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DepthwiseConv2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3232:87: error: ‘nullptr’ was not declared in this scopeDepthwiseConv2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3233:98: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(DepthwiseConv2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3234:184: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<DepthwiseConv2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DepthwiseConv2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::DepthwiseConv2DOptions> tflite::DepthwiseConv2DOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3267:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3268:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<DepthwiseConv2DOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3269:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3293:166: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<DepthwiseConv2DOptions> CreateDepthwiseConv2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const DepthwiseConv2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3293:199: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<DepthwiseConv2DOptions> CreateDepthwiseConv2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const DepthwiseConv2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3305:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ConcatEmbeddingsOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:2664:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct QuantizationParameters FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3307:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3330:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeConcatEmbeddingsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:2666:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:3331:66: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ConcatEmbeddingsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:2716:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeQuantizationParametersT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2717:65: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(QuantizationParametersT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3332:153: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ConcatEmbeddingsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ConcatEmbeddingsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2718:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<QuantizationParameters> Pack(flatbuffers::FlatBufferBuilder &_fbb, const QuantizationParametersT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3330:88: error: ‘nullptr’ was not declared in this scopeConcatEmbeddingsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3331:99: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ConcatEmbeddingsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3332:186: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ConcatEmbeddingsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ConcatEmbeddingsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2716:87: error: ‘nullptr’ was not declared in this scopeQuantizationParametersT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2717:98: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(QuantizationParametersT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2718:184: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<QuantizationParameters> Pack(flatbuffers::FlatBufferBuilder &_fbb, const QuantizationParametersT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3341:83: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_num_columns_per_channel(flatbuffers::Offset<flatbuffers::Vector<int32_t>> num_columns_per_channel) {^ ./tensorflow/lite/schema/schema_generated.h:3344:85: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_embedding_dim_per_channel(flatbuffers::Offset<flatbuffers::Vector<int32_t>> embedding_dim_per_channel) {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘const tflite::CustomQuantization* tflite::QuantizationParameters::details_as_CustomQuantization() const’: ./tensorflow/lite/schema/schema_generated.h:2695:124: error: ‘nullptr’ was not declared in this scopereturn details_type() == QuantizationDetails_CustomQuantization ? static_cast<const CustomQuantization *>(details()) : nullptr;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ConcatEmbeddingsOptions> tflite::ConcatEmbeddingsOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3353:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3354:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ConcatEmbeddingsOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3355:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3362:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> num_columns_per_channel = 0,^ ./tensorflow/lite/schema/schema_generated.h:3363:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> embedding_dim_per_channel = 0) {^ ./tensorflow/lite/schema/schema_generated.h:3374:59: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *num_columns_per_channel = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:3375:61: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *embedding_dim_per_channel = nullptr) {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::ConcatEmbeddingsOptions> tflite::CreateConcatEmbeddingsOptionsDirect(flatbuffers::FlatBufferBuilder&, int32_t, const std::vector<int>*, const std::vector<int>*)’: ./tensorflow/lite/schema/schema_generated.h:3376:8: error: ‘num_columns_per_channel__’ does not name a typeauto num_columns_per_channel__ = num_columns_per_channel ? _fbb.CreateVector<int32_t>(*num_columns_per_channel) : 0;^ ./tensorflow/lite/schema/schema_generated.h:3377:8: error: ‘embedding_dim_per_channel__’ does not name a typeauto embedding_dim_per_channel__ = embedding_dim_per_channel ? _fbb.CreateVector<int32_t>(*embedding_dim_per_channel) : 0;^ ./tensorflow/lite/schema/schema_generated.h:3381:7: error: ‘num_columns_per_channel__’ was not declared in this scopenum_columns_per_channel__,^ ./tensorflow/lite/schema/schema_generated.h:3382:7: error: ‘embedding_dim_per_channel__’ was not declared in this scopeembedding_dim_per_channel__);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3385:169: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ConcatEmbeddingsOptions> CreateConcatEmbeddingsOptions(flatbuffers::FlatBufferBuilder &_fbb, const ConcatEmbeddingsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3385:202: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ConcatEmbeddingsOptions> CreateConcatEmbeddingsOptions(flatbuffers::FlatBufferBuilder &_fbb, const ConcatEmbeddingsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3395:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LSHProjectionOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2728:61: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_min(flatbuffers::Offset<flatbuffers::Vector<float>> min) {^ ./tensorflow/lite/schema/schema_generated.h:2731:61: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_max(flatbuffers::Offset<flatbuffers::Vector<float>> max) {^ ./tensorflow/lite/schema/schema_generated.h:2734:63: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_scale(flatbuffers::Offset<flatbuffers::Vector<float>> scale) {^ ./tensorflow/lite/schema/schema_generated.h:2737:70: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_zero_point(flatbuffers::Offset<flatbuffers::Vector<int64_t>> zero_point) {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3397:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3408:52: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLSHProjectionOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3409:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LSHProjectionOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3410:147: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LSHProjectionOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3408:85: error: ‘nullptr’ was not declared in this scopeLSHProjectionOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3409:96: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LSHProjectionOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3410:180: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LSHProjectionOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::QuantizationParameters> tflite::QuantizationParametersBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:2755:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:2756:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<QuantizationParameters>(end);^ ./tensorflow/lite/schema/schema_generated.h:2757:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2763:50: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<float>> min = 0,^ ./tensorflow/lite/schema/schema_generated.h:2764:50: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<float>> max = 0,^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LSHProjectionOptions> tflite::LSHProjectionOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3425:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3426:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LSHProjectionOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3427:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:2765:50: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<float>> scale = 0,^ ./tensorflow/lite/schema/schema_generated.h:2766:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int64_t>> zero_point = 0,^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3439:160: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LSHProjectionOptions> CreateLSHProjectionOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3439:193: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LSHProjectionOptions> CreateLSHProjectionOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3451:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SVDFOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3453:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:2783:37: error: ‘nullptr’ was not declared in this scopeconst std::vector<float> *min = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:2784:37: error: ‘nullptr’ was not declared in this scopeconst std::vector<float> *max = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:2785:39: error: ‘nullptr’ was not declared in this scopeconst std::vector<float> *scale = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:2786:46: error: ‘nullptr’ was not declared in this scopeconst std::vector<int64_t> *zero_point = nullptr,^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3469:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSVDFOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::QuantizationParameters> tflite::CreateQuantizationParametersDirect(flatbuffers::FlatBufferBuilder&, const std::vector<float>*, const std::vector<float>*, const std::vector<float>*, const std::vector<long int>*, tflite::QuantizationDetails, flatbuffers::Offset<void>, int32_t)’: ./tensorflow/lite/schema/schema_generated.h:2790:8: error: ‘min__’ does not name a typeauto min__ = min ? _fbb.CreateVector<float>(*min) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2791:8: error: ‘max__’ does not name a typeauto max__ = max ? _fbb.CreateVector<float>(*max) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2792:8: error: ‘scale__’ does not name a typeauto scale__ = scale ? _fbb.CreateVector<float>(*scale) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2793:8: error: ‘zero_point__’ does not name a typeauto zero_point__ = zero_point ? _fbb.CreateVector<int64_t>(*zero_point) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2796:7: error: ‘min__’ was not declared in this scopemin__,^ ./tensorflow/lite/schema/schema_generated.h:2797:7: error: ‘max__’ was not declared in this scopemax__,^ ./tensorflow/lite/schema/schema_generated.h:2798:7: error: ‘scale__’ was not declared in this scopescale__,^ ./tensorflow/lite/schema/schema_generated.h:2799:7: error: ‘zero_point__’ was not declared in this scopezero_point__,^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2805:166: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<QuantizationParameters> CreateQuantizationParameters(flatbuffers::FlatBufferBuilder &_fbb, const QuantizationParametersT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3470:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SVDFOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3471:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SVDFOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3469:76: error: ‘nullptr’ was not declared in this scopeSVDFOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2805:199: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<QuantizationParameters> CreateQuantizationParameters(flatbuffers::FlatBufferBuilder &_fbb, const QuantizationParametersT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3470:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SVDFOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3471:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SVDFOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SVDFOptions> tflite::SVDFOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3489:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3490:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SVDFOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3491:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3505:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SVDFOptions> CreateSVDFOptions(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3505:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SVDFOptions> CreateSVDFOptions(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3515:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct RNNOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3517:32: note: in expansion of macro %E2%80%98FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3528:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2813:8: error: ‘unique_ptr’ in namespace ‘std’ does not name a template typestd::unique_ptr<QuantizationParametersT> quantization;^ ./tensorflow/lite/schema/schema_generated.h:3529:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(RNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3530:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<RNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3528:75: error: ‘nullptr’ was not declared in this scopeRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3529:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(RNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3530:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<RNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2822:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct Tensor FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:2824:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:2863:38: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTensorT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2864:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TensorT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2865:119: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<Tensor> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TensorT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::RNNOptions> tflite::RNNOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3545:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:2863:71: error: ‘nullptr’ was not declared in this scopeTensorT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2864:82: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TensorT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2865:152: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<Tensor> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TensorT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3546:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<RNNOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3547:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3559:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<RNNOptions> CreateRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3559:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<RNNOptions> CreateRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3571:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SequenceRNNOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3573:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3589:50: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSequenceRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3590:61: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SequenceRNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3591:143: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SequenceRNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SequenceRNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3589:83: error: ‘nullptr’ was not declared in this scopeSequenceRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2871:65: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_shape(flatbuffers::Offset<flatbuffers::Vector<int32_t>> shape) {^ ./tensorflow/lite/schema/schema_generated.h:3590:94: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SequenceRNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3591:176: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SequenceRNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SequenceRNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SequenceRNNOptions> tflite::SequenceRNNOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3609:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3610:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SequenceRNNOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3611:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::Tensor> tflite::TensorBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:2895:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:2896:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<Tensor>(end);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3625:154: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SequenceRNNOptions> CreateSequenceRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const SequenceRNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3625:187: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SequenceRNNOptions> CreateSequenceRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const SequenceRNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2897:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2903:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> shape = 0,^ ./tensorflow/lite/schema/schema_generated.h:3639:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct BidirectionalSequenceRNNOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3641:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3662:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeBidirectionalSequenceRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3663:74: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(BidirectionalSequenceRNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3664:169: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<BidirectionalSequenceRNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceRNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2921:41: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *shape = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:2924:24: error: ‘nullptr’ was not declared in this scopeconst char *name = nullptr,^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::Tensor> tflite::CreateTensorDirect(flatbuffers::FlatBufferBuilder&, const std::vector<int>*, tflite::TensorType, uint32_t, const char*, flatbuffers::Offset<tflite::QuantizationParameters>, bool)’: ./tensorflow/lite/schema/schema_generated.h:2927:8: error: ‘shape__’ does not name a typeauto shape__ = shape ? _fbb.CreateVector<int32_t>(*shape) : 0;^ ./tensorflow/lite/schema/schema_generated.h:3662:96: error: ‘nullptr’ was not declared in this scopeBidirectionalSequenceRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3663:107: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(BidirectionalSequenceRNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3664:202: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<BidirectionalSequenceRNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceRNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2928:8: error: ‘name__’ does not name a typeauto name__ = name ? _fbb.CreateString(name) : 0;^ ./tensorflow/lite/schema/schema_generated.h:2931:7: error: ‘shape__’ was not declared in this scopeshape__,^ ./tensorflow/lite/schema/schema_generated.h:2934:7: error: ‘name__’ was not declared in this scopename__,^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:2939:118: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<Tensor> CreateTensor(flatbuffers::FlatBufferBuilder &_fbb, const TensorT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2939:151: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<Tensor> CreateTensor(flatbuffers::FlatBufferBuilder &_fbb, const TensorT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2959:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct Conv2DOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::BidirectionalSequenceRNNOptions> tflite::BidirectionalSequenceRNNOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3685:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:2961:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:3686:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<BidirectionalSequenceRNNOptions>(end);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:2997:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeConv2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2998:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(Conv2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3687:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:2999:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<Conv2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Conv2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:2997:78: error: ‘nullptr’ was not declared in this scopeConv2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2998:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(Conv2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:2999:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<Conv2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Conv2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3703:193: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<BidirectionalSequenceRNNOptions> CreateBidirectionalSequenceRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceRNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3703:226: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<BidirectionalSequenceRNNOptions> CreateBidirectionalSequenceRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceRNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3717:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct FullyConnectedOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3719:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3740:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeFullyConnectedOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3741:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(FullyConnectedOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3742:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<FullyConnectedOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FullyConnectedOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3740:86: error: ‘nullptr’ was not declared in this scopeFullyConnectedOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3741:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(FullyConnectedOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3742:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<FullyConnectedOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FullyConnectedOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::Conv2DOptions> tflite::Conv2DOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3029:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3030:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<Conv2DOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3031:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3053:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<Conv2DOptions> CreateConv2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const Conv2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3053:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<Conv2DOptions> CreateConv2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const Conv2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::FullyConnectedOptions> tflite::FullyConnectedOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3763:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3073:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct Pool2DOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3075:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:3764:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<FullyConnectedOptions>(end);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3111:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePool2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3765:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:3112:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(Pool2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3781:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<FullyConnectedOptions> CreateFullyConnectedOptions(flatbuffers::FlatBufferBuilder &_fbb, const FullyConnectedOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3113:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<Pool2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Pool2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3111:78: error: ‘nullptr’ was not declared in this scopePool2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3112:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(Pool2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3113:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<Pool2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Pool2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3781:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<FullyConnectedOptions> CreateFullyConnectedOptions(flatbuffers::FlatBufferBuilder &_fbb, const FullyConnectedOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3791:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SoftmaxOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3793:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3804:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3805:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3806:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SoftmaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3804:79: error: ‘nullptr’ was not declared in this scopeSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3805:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3806:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SoftmaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::Pool2DOptions> tflite::Pool2DOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3143:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3144:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<Pool2DOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3145:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3167:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<Pool2DOptions> CreatePool2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const Pool2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3167:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<Pool2DOptions> CreatePool2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const Pool2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SoftmaxOptions> tflite::SoftmaxOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3821:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3822:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SoftmaxOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3823:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3835:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SoftmaxOptions> CreateSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const SoftmaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3835:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SoftmaxOptions> CreateSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const SoftmaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3189:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct DepthwiseConv2DOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3191:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3232:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeDepthwiseConv2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3847:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ConcatenationOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:3233:65: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(DepthwiseConv2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3234:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<DepthwiseConv2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DepthwiseConv2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3232:87: error: ‘nullptr’ was not declared in this scopeDepthwiseConv2DOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3849:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3865:52: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeConcatenationOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3233:98: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(DepthwiseConv2DOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3234:184: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<DepthwiseConv2DOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DepthwiseConv2DOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3866:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ConcatenationOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3867:147: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ConcatenationOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ConcatenationOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3865:85: error: ‘nullptr’ was not declared in this scopeConcatenationOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3866:96: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ConcatenationOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3867:180: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ConcatenationOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ConcatenationOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::DepthwiseConv2DOptions> tflite::DepthwiseConv2DOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3267:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ConcatenationOptions> tflite::ConcatenationOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3885:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3886:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ConcatenationOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3887:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:3268:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<DepthwiseConv2DOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3901:160: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ConcatenationOptions> CreateConcatenationOptions(flatbuffers::FlatBufferBuilder &_fbb, const ConcatenationOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3901:193: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ConcatenationOptions> CreateConcatenationOptions(flatbuffers::FlatBufferBuilder &_fbb, const ConcatenationOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3269:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:3911:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct AddOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3913:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3293:166: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<DepthwiseConv2DOptions> CreateDepthwiseConv2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const DepthwiseConv2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3924:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeAddOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3293:199: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<DepthwiseConv2DOptions> CreateDepthwiseConv2DOptions(flatbuffers::FlatBufferBuilder &_fbb, const DepthwiseConv2DOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3925:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(AddOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3926:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<AddOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3305:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ConcatEmbeddingsOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3307:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:3924:75: error: ‘nullptr’ was not declared in this scopeAddOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3330:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeConcatEmbeddingsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3331:66: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ConcatEmbeddingsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3332:153: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ConcatEmbeddingsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ConcatEmbeddingsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3925:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(AddOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3926:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<AddOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3330:88: error: ‘nullptr’ was not declared in this scopeConcatEmbeddingsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3331:99: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ConcatEmbeddingsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3332:186: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ConcatEmbeddingsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ConcatEmbeddingsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::AddOptions> tflite::AddOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3941:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3942:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<AddOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3943:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:3341:83: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_num_columns_per_channel(flatbuffers::Offset<flatbuffers::Vector<int32_t>> num_columns_per_channel) {^ ./tensorflow/lite/schema/schema_generated.h:3344:85: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_embedding_dim_per_channel(flatbuffers::Offset<flatbuffers::Vector<int32_t>> embedding_dim_per_channel) {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3955:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<AddOptions> CreateAddOptions(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3955:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<AddOptions> CreateAddOptions(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3965:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct MulOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3967:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:3978:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeMulOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3979:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(MulOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ConcatEmbeddingsOptions> tflite::ConcatEmbeddingsOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3353:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3354:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ConcatEmbeddingsOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3980:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<MulOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MulOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3355:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:3978:75: error: ‘nullptr’ was not declared in this scopeMulOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3979:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(MulOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3362:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> num_columns_per_channel = 0,^ ./tensorflow/lite/schema/schema_generated.h:3980:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<MulOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MulOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3363:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> embedding_dim_per_channel = 0) {^ ./tensorflow/lite/schema/schema_generated.h:3374:59: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *num_columns_per_channel = nullptr,^ ./tensorflow/lite/schema/schema_generated.h:3375:61: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *embedding_dim_per_channel = nullptr) {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::ConcatEmbeddingsOptions> tflite::CreateConcatEmbeddingsOptionsDirect(flatbuffers::FlatBufferBuilder&, int32_t, const std::vector<int>*, const std::vector<int>*)’: ./tensorflow/lite/schema/schema_generated.h:3376:8: error: ‘num_columns_per_channel__’ does not name a typeauto num_columns_per_channel__ = num_columns_per_channel ? _fbb.CreateVector<int32_t>(*num_columns_per_channel) : 0;^ ./tensorflow/lite/schema/schema_generated.h:3377:8: error: ‘embedding_dim_per_channel__’ does not name a typeauto embedding_dim_per_channel__ = embedding_dim_per_channel ? _fbb.CreateVector<int32_t>(*embedding_dim_per_channel) : 0;^ ./tensorflow/lite/schema/schema_generated.h:3381:7: error: ‘num_columns_per_channel__’ was not declared in this scopenum_columns_per_channel__,^ ./tensorflow/lite/schema/schema_generated.h:3382:7: error: ‘embedding_dim_per_channel__’ was not declared in this scopeembedding_dim_per_channel__);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3385:169: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ConcatEmbeddingsOptions> CreateConcatEmbeddingsOptions(flatbuffers::FlatBufferBuilder &_fbb, const ConcatEmbeddingsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3385:202: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ConcatEmbeddingsOptions> CreateConcatEmbeddingsOptions(flatbuffers::FlatBufferBuilder &_fbb, const ConcatEmbeddingsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::MulOptions> tflite::MulOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3995:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3996:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<MulOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3997:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:3395:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LSHProjectionOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3397:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3408:52: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLSHProjectionOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3409:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LSHProjectionOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4009:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<MulOptions> CreateMulOptions(flatbuffers::FlatBufferBuilder &_fbb, const MulOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4009:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<MulOptions> CreateMulOptions(flatbuffers::FlatBufferBuilder &_fbb, const MulOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3410:147: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LSHProjectionOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3408:85: error: ‘nullptr’ was not declared in this scopeLSHProjectionOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3409:96: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LSHProjectionOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3410:180: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LSHProjectionOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4019:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct L2NormOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4021:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4032:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeL2NormOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LSHProjectionOptions> tflite::LSHProjectionOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3425:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3426:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LSHProjectionOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3427:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3439:160: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LSHProjectionOptions> CreateLSHProjectionOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4033:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(L2NormOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3439:193: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LSHProjectionOptions> CreateLSHProjectionOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSHProjectionOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4034:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<L2NormOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const L2NormOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4032:78: error: ‘nullptr’ was not declared in this scopeL2NormOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4033:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(L2NormOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4034:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<L2NormOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const L2NormOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3451:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SVDFOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3453:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3469:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSVDFOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3470:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SVDFOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3471:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SVDFOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3469:76: error: ‘nullptr’ was not declared in this scopeSVDFOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3470:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SVDFOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3471:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SVDFOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::L2NormOptions> tflite::L2NormOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4049:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4050:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<L2NormOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4051:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4063:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<L2NormOptions> CreateL2NormOptions(flatbuffers::FlatBufferBuilder &_fbb, const L2NormOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4063:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<L2NormOptions> CreateL2NormOptions(flatbuffers::FlatBufferBuilder &_fbb, const L2NormOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SVDFOptions> tflite::SVDFOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3489:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3490:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SVDFOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3491:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4079:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LocalResponseNormalizationOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4081:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3505:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SVDFOptions> CreateSVDFOptions(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3505:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SVDFOptions> CreateSVDFOptions(flatbuffers::FlatBufferBuilder &_fbb, const SVDFOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4107:65: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLocalResponseNormalizationOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4108:76: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LocalResponseNormalizationOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3515:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct RNNOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4109:173: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LocalResponseNormalizationOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LocalResponseNormalizationOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3517:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4107:98: error: ‘nullptr’ was not declared in this scopeLocalResponseNormalizationOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4108:109: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LocalResponseNormalizationOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4109:206: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LocalResponseNormalizationOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LocalResponseNormalizationOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3528:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3529:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(RNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3530:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<RNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3528:75: error: ‘nullptr’ was not declared in this scopeRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3529:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(RNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3530:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<RNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::RNNOptions> tflite::RNNOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3545:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3546:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<RNNOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3547:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3559:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<RNNOptions> CreateRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3559:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<RNNOptions> CreateRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const RNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LocalResponseNormalizationOptions> tflite::LocalResponseNormalizationOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4133:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4134:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LocalResponseNormalizationOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4135:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:3571:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SequenceRNNOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3573:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4153:199: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LocalResponseNormalizationOptions> CreateLocalResponseNormalizationOptions(flatbuffers::FlatBufferBuilder &_fbb, const LocalResponseNormalizationOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4153:232: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LocalResponseNormalizationOptions> CreateLocalResponseNormalizationOptions(flatbuffers::FlatBufferBuilder &_fbb, const LocalResponseNormalizationOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3589:50: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSequenceRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3590:61: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SequenceRNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3591:143: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SequenceRNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SequenceRNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3589:83: error: ‘nullptr’ was not declared in this scopeSequenceRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3590:94: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SequenceRNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3591:176: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SequenceRNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SequenceRNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4169:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LSTMOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4171:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4197:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4198:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4199:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4197:76: error: ‘nullptr’ was not declared in this scopeLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4198:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4199:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SequenceRNNOptions> tflite::SequenceRNNOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3609:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3610:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SequenceRNNOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3611:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3625:154: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SequenceRNNOptions> CreateSequenceRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const SequenceRNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3625:187: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SequenceRNNOptions> CreateSequenceRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const SequenceRNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3639:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct BidirectionalSequenceRNNOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3641:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3662:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeBidirectionalSequenceRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3663:74: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(BidirectionalSequenceRNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LSTMOptions> tflite::LSTMOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4223:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4224:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LSTMOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4225:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:3664:169: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<BidirectionalSequenceRNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceRNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3662:96: error: ‘nullptr’ was not declared in this scopeBidirectionalSequenceRNNOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3663:107: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(BidirectionalSequenceRNNOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3664:202: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<BidirectionalSequenceRNNOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceRNNOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4243:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LSTMOptions> CreateLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4243:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LSTMOptions> CreateLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4259:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct UnidirectionalSequenceLSTMOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4261:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4287:65: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeUnidirectionalSequenceLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4288:76: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(UnidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4289:173: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<UnidirectionalSequenceLSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const UnidirectionalSequenceLSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4287:98: error: ‘nullptr’ was not declared in this scopeUnidirectionalSequenceLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4288:109: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(UnidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4289:206: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<UnidirectionalSequenceLSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const UnidirectionalSequenceLSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::BidirectionalSequenceRNNOptions> tflite::BidirectionalSequenceRNNOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3685:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3686:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<BidirectionalSequenceRNNOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3687:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3703:193: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<BidirectionalSequenceRNNOptions> CreateBidirectionalSequenceRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceRNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3703:226: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<BidirectionalSequenceRNNOptions> CreateBidirectionalSequenceRNNOptions(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceRNNOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3717:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct FullyConnectedOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3719:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3740:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeFullyConnectedOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3741:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(FullyConnectedOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3742:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<FullyConnectedOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FullyConnectedOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3740:86: error: ‘nullptr’ was not declared in this scopeFullyConnectedOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3741:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(FullyConnectedOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3742:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<FullyConnectedOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FullyConnectedOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::UnidirectionalSequenceLSTMOptions> tflite::UnidirectionalSequenceLSTMOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4313:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4314:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<UnidirectionalSequenceLSTMOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4315:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4333:199: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<UnidirectionalSequenceLSTMOptions> CreateUnidirectionalSequenceLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const UnidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4333:232: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<UnidirectionalSequenceLSTMOptions> CreateUnidirectionalSequenceLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const UnidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4351:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct BidirectionalSequenceLSTMOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4353:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::FullyConnectedOptions> tflite::FullyConnectedOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3763:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3764:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<FullyConnectedOptions>(end);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4384:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeBidirectionalSequenceLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3765:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4385:75: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(BidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4386:171: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<BidirectionalSequenceLSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceLSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4384:97: error: ‘nullptr’ was not declared in this scopeBidirectionalSequenceLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4385:108: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(BidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4386:204: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<BidirectionalSequenceLSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceLSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3781:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<FullyConnectedOptions> CreateFullyConnectedOptions(flatbuffers::FlatBufferBuilder &_fbb, const FullyConnectedOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3781:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<FullyConnectedOptions> CreateFullyConnectedOptions(flatbuffers::FlatBufferBuilder &_fbb, const FullyConnectedOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3791:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SoftmaxOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3793:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3804:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3805:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3806:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SoftmaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3804:79: error: ‘nullptr’ was not declared in this scopeSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3805:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3806:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SoftmaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::BidirectionalSequenceLSTMOptions> tflite::BidirectionalSequenceLSTMOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4413:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4414:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<BidirectionalSequenceLSTMOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4415:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SoftmaxOptions> tflite::SoftmaxOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3821:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3822:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SoftmaxOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3823:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4435:196: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<BidirectionalSequenceLSTMOptions> CreateBidirectionalSequenceLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3835:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SoftmaxOptions> CreateSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const SoftmaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4435:229: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<BidirectionalSequenceLSTMOptions> CreateBidirectionalSequenceLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3835:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SoftmaxOptions> CreateSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const SoftmaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3847:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ConcatenationOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4445:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ResizeBilinearOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3849:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4447:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4458:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeResizeBilinearOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3865:52: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeConcatenationOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3866:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ConcatenationOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4459:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ResizeBilinearOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3867:147: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ConcatenationOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ConcatenationOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3865:85: error: ‘nullptr’ was not declared in this scopeConcatenationOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4460:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ResizeBilinearOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ResizeBilinearOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3866:96: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ConcatenationOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3867:180: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ConcatenationOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ConcatenationOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4458:86: error: ‘nullptr’ was not declared in this scopeResizeBilinearOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4459:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ResizeBilinearOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4460:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ResizeBilinearOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ResizeBilinearOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ResizeBilinearOptions> tflite::ResizeBilinearOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4475:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4476:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ResizeBilinearOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4477:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ConcatenationOptions> tflite::ConcatenationOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3885:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3886:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ConcatenationOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3887:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4489:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ResizeBilinearOptions> CreateResizeBilinearOptions(flatbuffers::FlatBufferBuilder &_fbb, const ResizeBilinearOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4489:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ResizeBilinearOptions> CreateResizeBilinearOptions(flatbuffers::FlatBufferBuilder &_fbb, const ResizeBilinearOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3901:160: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ConcatenationOptions> CreateConcatenationOptions(flatbuffers::FlatBufferBuilder &_fbb, const ConcatenationOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3901:193: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ConcatenationOptions> CreateConcatenationOptions(flatbuffers::FlatBufferBuilder &_fbb, const ConcatenationOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4499:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ResizeNearestNeighborOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4501:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:3911:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct AddOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3913:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4512:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeResizeNearestNeighborOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4513:71: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ResizeNearestNeighborOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3924:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeAddOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3925:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(AddOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4514:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ResizeNearestNeighborOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ResizeNearestNeighborOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4512:93: error: ‘nullptr’ was not declared in this scopeResizeNearestNeighborOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3926:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<AddOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4513:104: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ResizeNearestNeighborOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4514:196: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ResizeNearestNeighborOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ResizeNearestNeighborOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3924:75: error: ‘nullptr’ was not declared in this scopeAddOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3925:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(AddOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3926:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<AddOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ResizeNearestNeighborOptions> tflite::ResizeNearestNeighborOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4529:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4530:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ResizeNearestNeighborOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4531:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::AddOptions> tflite::AddOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3941:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3942:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<AddOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3943:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4543:184: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ResizeNearestNeighborOptions> CreateResizeNearestNeighborOptions(flatbuffers::FlatBufferBuilder &_fbb, const ResizeNearestNeighborOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4543:217: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ResizeNearestNeighborOptions> CreateResizeNearestNeighborOptions(flatbuffers::FlatBufferBuilder &_fbb, const ResizeNearestNeighborOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:3955:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<AddOptions> CreateAddOptions(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4553:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct CallOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:3955:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<AddOptions> CreateAddOptions(flatbuffers::FlatBufferBuilder &_fbb, const AddOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4555:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4566:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeCallOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4567:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(CallOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3965:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct MulOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:3967:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:3978:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeMulOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3979:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(MulOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3980:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<MulOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MulOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:3978:75: error: ‘nullptr’ was not declared in this scopeMulOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3979:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(MulOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:3980:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<MulOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MulOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4568:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<CallOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CallOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4566:76: error: ‘nullptr’ was not declared in this scopeCallOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4567:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(CallOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4568:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<CallOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CallOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::MulOptions> tflite::MulOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:3995:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:3996:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<MulOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:3997:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::CallOptions> tflite::CallOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4583:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4009:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<MulOptions> CreateMulOptions(flatbuffers::FlatBufferBuilder &_fbb, const MulOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4584:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<CallOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4009:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<MulOptions> CreateMulOptions(flatbuffers::FlatBufferBuilder &_fbb, const MulOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4585:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4019:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct L2NormOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4597:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<CallOptions> CreateCallOptions(flatbuffers::FlatBufferBuilder &_fbb, const CallOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4597:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<CallOptions> CreateCallOptions(flatbuffers::FlatBufferBuilder &_fbb, const CallOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4021:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4032:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeL2NormOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4033:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(L2NormOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4034:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<L2NormOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const L2NormOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4605:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct PadOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4032:78: error: ‘nullptr’ was not declared in this scopeL2NormOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4033:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(L2NormOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4034:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<L2NormOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const L2NormOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4611:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePadOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4612:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(PadOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4613:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<PadOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4611:75: error: ‘nullptr’ was not declared in this scopePadOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4612:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(PadOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4613:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<PadOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::L2NormOptions> tflite::L2NormOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4049:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::PadOptions> tflite::PadOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4625:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4050:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<L2NormOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4626:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<PadOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4051:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4627:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4063:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<L2NormOptions> CreateL2NormOptions(flatbuffers::FlatBufferBuilder &_fbb, const L2NormOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4063:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<L2NormOptions> CreateL2NormOptions(flatbuffers::FlatBufferBuilder &_fbb, const L2NormOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4637:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<PadOptions> CreatePadOptions(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4637:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<PadOptions> CreatePadOptions(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4079:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LocalResponseNormalizationOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4645:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct PadV2Options FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4081:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4651:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePadV2OptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4652:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(PadV2OptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4107:65: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLocalResponseNormalizationOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4653:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<PadV2Options> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4108:76: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LocalResponseNormalizationOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4651:77: error: ‘nullptr’ was not declared in this scopePadV2OptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4652:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(PadV2OptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4109:173: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LocalResponseNormalizationOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LocalResponseNormalizationOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4653:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<PadV2Options> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4107:98: error: ‘nullptr’ was not declared in this scopeLocalResponseNormalizationOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4108:109: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LocalResponseNormalizationOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4109:206: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LocalResponseNormalizationOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LocalResponseNormalizationOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::PadV2Options> tflite::PadV2OptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4665:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4666:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<PadV2Options>(end);^ ./tensorflow/lite/schema/schema_generated.h:4667:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4677:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<PadV2Options> CreatePadV2Options(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4677:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<PadV2Options> CreatePadV2Options(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4686:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ReshapeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4688:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4700:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeReshapeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LocalResponseNormalizationOptions> tflite::LocalResponseNormalizationOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4133:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4134:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LocalResponseNormalizationOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4135:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4701:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ReshapeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4702:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ReshapeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4700:79: error: ‘nullptr’ was not declared in this scopeReshapeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4701:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ReshapeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4702:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ReshapeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4153:199: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LocalResponseNormalizationOptions> CreateLocalResponseNormalizationOptions(flatbuffers::FlatBufferBuilder &_fbb, const LocalResponseNormalizationOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4153:232: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LocalResponseNormalizationOptions> CreateLocalResponseNormalizationOptions(flatbuffers::FlatBufferBuilder &_fbb, const LocalResponseNormalizationOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4708:69: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_new_shape(flatbuffers::Offset<flatbuffers::Vector<int32_t>> new_shape) {^ ./tensorflow/lite/schema/schema_generated.h:4169:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LSTMOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4171:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4197:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4198:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4199:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ReshapeOptions> tflite::ReshapeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4717:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4718:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ReshapeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4719:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4197:76: error: ‘nullptr’ was not declared in this scopeLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4198:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4725:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> new_shape = 0) {^ ./tensorflow/lite/schema/schema_generated.h:4199:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4733:45: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *new_shape = nullptr) {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::ReshapeOptions> tflite::CreateReshapeOptionsDirect(flatbuffers::FlatBufferBuilder&, const std::vector<int>*)’: ./tensorflow/lite/schema/schema_generated.h:4734:8: error: ‘new_shape__’ does not name a typeauto new_shape__ = new_shape ? _fbb.CreateVector<int32_t>(*new_shape) : 0;^ ./tensorflow/lite/schema/schema_generated.h:4737:7: error: ‘new_shape__’ was not declared in this scopenew_shape__);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4740:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ReshapeOptions> CreateReshapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4740:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ReshapeOptions> CreateReshapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4748:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SpaceToBatchNDOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4754:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSpaceToBatchNDOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4755:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SpaceToBatchNDOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4756:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SpaceToBatchNDOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToBatchNDOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LSTMOptions> tflite::LSTMOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4223:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4224:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LSTMOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4225:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4243:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LSTMOptions> CreateLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4243:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LSTMOptions> CreateLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const LSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4754:86: error: ‘nullptr’ was not declared in this scopeSpaceToBatchNDOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4755:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SpaceToBatchNDOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4756:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SpaceToBatchNDOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToBatchNDOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4259:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct UnidirectionalSequenceLSTMOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4261:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4287:65: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeUnidirectionalSequenceLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4288:76: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(UnidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4289:173: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<UnidirectionalSequenceLSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const UnidirectionalSequenceLSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4287:98: error: ‘nullptr’ was not declared in this scopeUnidirectionalSequenceLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4288:109: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(UnidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4289:206: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<UnidirectionalSequenceLSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const UnidirectionalSequenceLSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SpaceToBatchNDOptions> tflite::SpaceToBatchNDOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4768:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4769:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SpaceToBatchNDOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4770:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4780:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SpaceToBatchNDOptions> CreateSpaceToBatchNDOptions(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToBatchNDOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4780:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SpaceToBatchNDOptions> CreateSpaceToBatchNDOptions(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToBatchNDOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4788:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct BatchToSpaceNDOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4794:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeBatchToSpaceNDOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4795:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(BatchToSpaceNDOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4796:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<BatchToSpaceNDOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BatchToSpaceNDOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4794:86: error: ‘nullptr’ was not declared in this scopeBatchToSpaceNDOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4795:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(BatchToSpaceNDOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4796:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<BatchToSpaceNDOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BatchToSpaceNDOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::UnidirectionalSequenceLSTMOptions> tflite::UnidirectionalSequenceLSTMOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4313:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4314:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<UnidirectionalSequenceLSTMOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4315:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::BatchToSpaceNDOptions> tflite::BatchToSpaceNDOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4808:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4809:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<BatchToSpaceNDOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4810:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4333:199: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<UnidirectionalSequenceLSTMOptions> CreateUnidirectionalSequenceLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const UnidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4333:232: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<UnidirectionalSequenceLSTMOptions> CreateUnidirectionalSequenceLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const UnidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4820:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<BatchToSpaceNDOptions> CreateBatchToSpaceNDOptions(flatbuffers::FlatBufferBuilder &_fbb, const BatchToSpaceNDOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4820:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<BatchToSpaceNDOptions> CreateBatchToSpaceNDOptions(flatbuffers::FlatBufferBuilder &_fbb, const BatchToSpaceNDOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4351:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct BidirectionalSequenceLSTMOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4353:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4834:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SkipGramOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4384:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeBidirectionalSequenceLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4836:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4385:75: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(BidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4386:171: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<BidirectionalSequenceLSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceLSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4857:47: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSkipGramOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4858:58: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SkipGramOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4384:97: error: ‘nullptr’ was not declared in this scopeBidirectionalSequenceLSTMOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4385:108: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(BidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4386:204: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<BidirectionalSequenceLSTMOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceLSTMOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4859:137: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SkipGramOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SkipGramOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4857:80: error: ‘nullptr’ was not declared in this scopeSkipGramOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4858:91: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SkipGramOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4859:170: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SkipGramOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SkipGramOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SkipGramOptions> tflite::SkipGramOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4880:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4881:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SkipGramOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4882:12: error: %E2%80%98o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::BidirectionalSequenceLSTMOptions> tflite::BidirectionalSequenceLSTMOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4413:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4414:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<BidirectionalSequenceLSTMOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4415:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4898:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SkipGramOptions> CreateSkipGramOptions(flatbuffers::FlatBufferBuilder &_fbb, const SkipGramOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4898:178: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SkipGramOptions> CreateSkipGramOptions(flatbuffers::FlatBufferBuilder &_fbb, const SkipGramOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4435:196: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<BidirectionalSequenceLSTMOptions> CreateBidirectionalSequenceLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4435:229: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<BidirectionalSequenceLSTMOptions> CreateBidirectionalSequenceLSTMOptions(flatbuffers::FlatBufferBuilder &_fbb, const BidirectionalSequenceLSTMOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4908:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SpaceToDepthOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4910:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4445:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ResizeBilinearOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4921:51: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSpaceToDepthOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4447:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4922:62: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SpaceToDepthOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4458:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeResizeBilinearOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4923:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SpaceToDepthOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToDepthOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4459:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ResizeBilinearOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4921:84: error: ‘nullptr’ was not declared in this scopeSpaceToDepthOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4460:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ResizeBilinearOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ResizeBilinearOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4922:95: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SpaceToDepthOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4923:178: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SpaceToDepthOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToDepthOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4458:86: error: ‘nullptr’ was not declared in this scopeResizeBilinearOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4459:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ResizeBilinearOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4460:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ResizeBilinearOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ResizeBilinearOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SpaceToDepthOptions> tflite::SpaceToDepthOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4938:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4939:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SpaceToDepthOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4940:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ResizeBilinearOptions> tflite::ResizeBilinearOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4475:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4476:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ResizeBilinearOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4477:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4952:157: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SpaceToDepthOptions> CreateSpaceToDepthOptions(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToDepthOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4952:190: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SpaceToDepthOptions> CreateSpaceToDepthOptions(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToDepthOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4489:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ResizeBilinearOptions> CreateResizeBilinearOptions(flatbuffers::FlatBufferBuilder &_fbb, const ResizeBilinearOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4489:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ResizeBilinearOptions> CreateResizeBilinearOptions(flatbuffers::FlatBufferBuilder &_fbb, const ResizeBilinearOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4962:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct DepthToSpaceOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4964:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4499:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ResizeNearestNeighborOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:4975:51: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeDepthToSpaceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4501:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4976:62: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(DepthToSpaceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4512:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeResizeNearestNeighborOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4513:71: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ResizeNearestNeighborOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4977:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<DepthToSpaceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DepthToSpaceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4514:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ResizeNearestNeighborOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ResizeNearestNeighborOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4975:84: error: ‘nullptr’ was not declared in this scopeDepthToSpaceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4976:95: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(DepthToSpaceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4977:178: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<DepthToSpaceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DepthToSpaceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4512:93: error: ‘nullptr’ was not declared in this scopeResizeNearestNeighborOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4513:104: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ResizeNearestNeighborOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4514:196: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ResizeNearestNeighborOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ResizeNearestNeighborOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ResizeNearestNeighborOptions> tflite::ResizeNearestNeighborOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4529:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::DepthToSpaceOptions> tflite::DepthToSpaceOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4992:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4530:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ResizeNearestNeighborOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4993:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<DepthToSpaceOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4531:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4994:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4543:184: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ResizeNearestNeighborOptions> CreateResizeNearestNeighborOptions(flatbuffers::FlatBufferBuilder &_fbb, const ResizeNearestNeighborOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5006:157: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<DepthToSpaceOptions> CreateDepthToSpaceOptions(flatbuffers::FlatBufferBuilder &_fbb, const DepthToSpaceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4543:217: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ResizeNearestNeighborOptions> CreateResizeNearestNeighborOptions(flatbuffers::FlatBufferBuilder &_fbb, const ResizeNearestNeighborOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5006:190: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<DepthToSpaceOptions> CreateDepthToSpaceOptions(flatbuffers::FlatBufferBuilder &_fbb, const DepthToSpaceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5016:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SubOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4553:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct CallOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4555:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5018:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4566:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeCallOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5029:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSubOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4567:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(CallOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5030:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SubOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5031:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SubOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5029:75: error: ‘nullptr’ was not declared in this scopeSubOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5030:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SubOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5031:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SubOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4568:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<CallOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CallOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4566:76: error: ‘nullptr’ was not declared in this scopeCallOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4567:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(CallOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4568:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<CallOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CallOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SubOptions> tflite::SubOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5046:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5047:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SubOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5048:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5060:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SubOptions> CreateSubOptions(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5060:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SubOptions> CreateSubOptions(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5070:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct DivOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5072:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::CallOptions> tflite::CallOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4583:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4584:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<CallOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4585:12: error: ‘o’ was not declared in this scopereturn o;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5083:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeDivOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5084:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(DivOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5085:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<DivOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4597:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<CallOptions> CreateCallOptions(flatbuffers::FlatBufferBuilder &_fbb, const CallOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5083:75: error: ‘nullptr’ was not declared in this scopeDivOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4597:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<CallOptions> CreateCallOptions(flatbuffers::FlatBufferBuilder &_fbb, const CallOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5084:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(DivOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5085:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<DivOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4605:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct PadOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4611:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePadOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4612:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(PadOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4613:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<PadOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::DivOptions> tflite::DivOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5100:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5101:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<DivOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5102:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5114:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<DivOptions> CreateDivOptions(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5114:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<DivOptions> CreateDivOptions(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5122:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct TopKV2Options FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5128:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTopKV2OptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5129:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TopKV2OptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5130:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<TopKV2Options> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TopKV2OptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4611:75: error: ‘nullptr’ was not declared in this scopePadOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4612:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(PadOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4613:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<PadOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5128:78: error: ‘nullptr’ was not declared in this scopeTopKV2OptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5129:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TopKV2OptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5130:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<TopKV2Options> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TopKV2OptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::PadOptions> tflite::PadOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4625:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4626:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<PadOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4627:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::TopKV2Options> tflite::TopKV2OptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5142:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4637:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<PadOptions> CreatePadOptions(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4637:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<PadOptions> CreatePadOptions(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5143:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<TopKV2Options>(end);^ ./tensorflow/lite/schema/schema_generated.h:4645:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct PadV2Options FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5144:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4651:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePadV2OptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4652:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(PadV2OptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4653:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<PadV2Options> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4651:77: error: ‘nullptr’ was not declared in this scopePadV2OptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5154:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<TopKV2Options> CreateTopKV2Options(flatbuffers::FlatBufferBuilder &_fbb, const TopKV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5154:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<TopKV2Options> CreateTopKV2Options(flatbuffers::FlatBufferBuilder &_fbb, const TopKV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4652:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(PadV2OptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4653:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<PadV2Options> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5164:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct EmbeddingLookupSparseOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5166:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5177:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeEmbeddingLookupSparseOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5178:71: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(EmbeddingLookupSparseOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::PadV2Options> tflite::PadV2OptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4665:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4666:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<PadV2Options>(end);^ ./tensorflow/lite/schema/schema_generated.h:4667:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5179:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<EmbeddingLookupSparseOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EmbeddingLookupSparseOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4677:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<PadV2Options> CreatePadV2Options(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4677:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<PadV2Options> CreatePadV2Options(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5177:93: error: ‘nullptr’ was not declared in this scopeEmbeddingLookupSparseOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5178:104: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(EmbeddingLookupSparseOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4686:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ReshapeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4688:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:5179:196: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<EmbeddingLookupSparseOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EmbeddingLookupSparseOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4700:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeReshapeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4701:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ReshapeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4702:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ReshapeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4700:79: error: ‘nullptr’ was not declared in this scopeReshapeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4701:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ReshapeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4702:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ReshapeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::EmbeddingLookupSparseOptions> tflite::EmbeddingLookupSparseOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5194:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5195:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<EmbeddingLookupSparseOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5196:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4708:69: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_new_shape(flatbuffers::Offset<flatbuffers::Vector<int32_t>> new_shape) {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5208:184: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<EmbeddingLookupSparseOptions> CreateEmbeddingLookupSparseOptions(flatbuffers::FlatBufferBuilder &_fbb, const EmbeddingLookupSparseOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5208:217: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<EmbeddingLookupSparseOptions> CreateEmbeddingLookupSparseOptions(flatbuffers::FlatBufferBuilder &_fbb, const EmbeddingLookupSparseOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ReshapeOptions> tflite::ReshapeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4717:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5218:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct GatherOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5220:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4718:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ReshapeOptions>(end);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5231:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeGatherOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5232:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(GatherOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5233:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<GatherOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GatherOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4719:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4725:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> new_shape = 0) {^ ./tensorflow/lite/schema/schema_generated.h:5231:78: error: ‘nullptr’ was not declared in this scopeGatherOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5232:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(GatherOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5233:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<GatherOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GatherOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4733:45: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *new_shape = nullptr) {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::ReshapeOptions> tflite::CreateReshapeOptionsDirect(flatbuffers::FlatBufferBuilder&, const std::vector<int>*)’: ./tensorflow/lite/schema/schema_generated.h:4734:8: error: ‘new_shape__’ does not name a typeauto new_shape__ = new_shape ? _fbb.CreateVector<int32_t>(*new_shape) : 0;^ ./tensorflow/lite/schema/schema_generated.h:4737:7: error: ‘new_shape__’ was not declared in this scopenew_shape__);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4740:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ReshapeOptions> CreateReshapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::GatherOptions> tflite::GatherOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5248:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5249:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<GatherOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5250:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4740:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ReshapeOptions> CreateReshapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5262:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<GatherOptions> CreateGatherOptions(flatbuffers::FlatBufferBuilder &_fbb, const GatherOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4748:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SpaceToBatchNDOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4754:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSpaceToBatchNDOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4755:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SpaceToBatchNDOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4756:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SpaceToBatchNDOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToBatchNDOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5262:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<GatherOptions> CreateGatherOptions(flatbuffers::FlatBufferBuilder &_fbb, const GatherOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4754:86: error: ‘nullptr’ was not declared in this scopeSpaceToBatchNDOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5270:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct TransposeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5276:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTransposeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4755:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SpaceToBatchNDOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4756:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SpaceToBatchNDOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToBatchNDOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5277:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TransposeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5278:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<TransposeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TransposeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5276:81: error: ‘nullptr’ was not declared in this scopeTransposeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SpaceToBatchNDOptions> tflite::SpaceToBatchNDOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4768:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4769:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SpaceToBatchNDOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4770:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5277:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TransposeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5278:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<TransposeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TransposeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4780:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SpaceToBatchNDOptions> CreateSpaceToBatchNDOptions(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToBatchNDOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4780:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SpaceToBatchNDOptions> CreateSpaceToBatchNDOptions(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToBatchNDOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4788:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct BatchToSpaceNDOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4794:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeBatchToSpaceNDOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4795:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(BatchToSpaceNDOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::TransposeOptions> tflite::TransposeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5290:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5291:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<TransposeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5292:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5302:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<TransposeOptions> CreateTransposeOptions(flatbuffers::FlatBufferBuilder &_fbb, const TransposeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4796:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<BatchToSpaceNDOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BatchToSpaceNDOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5302:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<TransposeOptions> CreateTransposeOptions(flatbuffers::FlatBufferBuilder &_fbb, const TransposeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4794:86: error: ‘nullptr’ was not declared in this scopeBatchToSpaceNDOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5310:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ExpOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:4795:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(BatchToSpaceNDOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4796:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<BatchToSpaceNDOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BatchToSpaceNDOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5316:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeExpOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5317:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ExpOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5318:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ExpOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ExpOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::BatchToSpaceNDOptions> tflite::BatchToSpaceNDOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4808:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4809:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<BatchToSpaceNDOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4810:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5316:75: error: ‘nullptr’ was not declared in this scopeExpOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4820:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<BatchToSpaceNDOptions> CreateBatchToSpaceNDOptions(flatbuffers::FlatBufferBuilder &_fbb, const BatchToSpaceNDOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5317:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ExpOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5318:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ExpOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ExpOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4820:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<BatchToSpaceNDOptions> CreateBatchToSpaceNDOptions(flatbuffers::FlatBufferBuilder &_fbb, const BatchToSpaceNDOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4834:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SkipGramOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ExpOptions> tflite::ExpOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5330:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5331:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ExpOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5332:12: error: ‘o’ was not declared in this scopereturn o;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4836:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5342:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ExpOptions> CreateExpOptions(flatbuffers::FlatBufferBuilder &_fbb, const ExpOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5342:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ExpOptions> CreateExpOptions(flatbuffers::FlatBufferBuilder &_fbb, const ExpOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4857:47: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSkipGramOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5350:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct CosOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5356:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeCosOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5357:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(CosOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5358:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<CosOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CosOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4858:58: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SkipGramOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4859:137: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SkipGramOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SkipGramOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4857:80: error: ‘nullptr’ was not declared in this scopeSkipGramOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5356:75: error: ‘nullptr’ was not declared in this scopeCosOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5357:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(CosOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5358:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<CosOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CosOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4858:91: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SkipGramOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4859:170: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SkipGramOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SkipGramOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::CosOptions> tflite::CosOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5370:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5371:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<CosOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5372:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5382:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<CosOptions> CreateCosOptions(flatbuffers::FlatBufferBuilder &_fbb, const CosOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5382:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<CosOptions> CreateCosOptions(flatbuffers::FlatBufferBuilder &_fbb, const CosOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SkipGramOptions> tflite::SkipGramOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4880:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4881:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SkipGramOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5392:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ReducerOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5394:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:4882:12: error: ‘o’ was not declared in this scopereturn o;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5405:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeReducerOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4898:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SkipGramOptions> CreateSkipGramOptions(flatbuffers::FlatBufferBuilder &_fbb, const SkipGramOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4898:178: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SkipGramOptions> CreateSkipGramOptions(flatbuffers::FlatBufferBuilder &_fbb, const SkipGramOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5406:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ReducerOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4908:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SpaceToDepthOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5407:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ReducerOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ReducerOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5405:79: error: ‘nullptr’ was not declared in this scopeReducerOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5406:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ReducerOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5407:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ReducerOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ReducerOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4910:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4921:51: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSpaceToDepthOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4922:62: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SpaceToDepthOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4923:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SpaceToDepthOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToDepthOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ReducerOptions> tflite::ReducerOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5422:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5423:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ReducerOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5424:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:4921:84: error: ‘nullptr’ was not declared in this scopeSpaceToDepthOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5436:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ReducerOptions> CreateReducerOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReducerOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4922:95: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SpaceToDepthOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4923:178: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SpaceToDepthOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToDepthOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5436:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ReducerOptions> CreateReducerOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReducerOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5445:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SqueezeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5447:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SpaceToDepthOptions> tflite::SpaceToDepthOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4938:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4939:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SpaceToDepthOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4940:12: error: ‘o’ was not declared in this scopereturn o;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5459:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSqueezeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:4952:157: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SpaceToDepthOptions> CreateSpaceToDepthOptions(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToDepthOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4952:190: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SpaceToDepthOptions> CreateSpaceToDepthOptions(flatbuffers::FlatBufferBuilder &_fbb, const SpaceToDepthOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5460:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SqueezeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4962:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct DepthToSpaceOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5461:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SqueezeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SqueezeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5459:79: error: ‘nullptr’ was not declared in this scopeSqueezeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:4964:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:4975:51: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeDepthToSpaceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5460:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SqueezeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5461:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SqueezeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SqueezeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4976:62: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(DepthToSpaceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5467:72: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_squeeze_dims(flatbuffers::Offset<flatbuffers::Vector<int32_t>> squeeze_dims) {^ ./tensorflow/lite/schema/schema_generated.h:4977:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<DepthToSpaceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DepthToSpaceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:4975:84: error: ‘nullptr’ was not declared in this scopeDepthToSpaceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4976:95: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(DepthToSpaceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:4977:178: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<DepthToSpaceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DepthToSpaceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SqueezeOptions> tflite::SqueezeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5476:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::DepthToSpaceOptions> tflite::DepthToSpaceOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:4992:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:4993:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<DepthToSpaceOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:4994:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5477:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SqueezeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5478:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5006:157: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<DepthToSpaceOptions> CreateDepthToSpaceOptions(flatbuffers::FlatBufferBuilder &_fbb, const DepthToSpaceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5484:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> squeeze_dims = 0) {^ ./tensorflow/lite/schema/schema_generated.h:5006:190: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<DepthToSpaceOptions> CreateDepthToSpaceOptions(flatbuffers::FlatBufferBuilder &_fbb, const DepthToSpaceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5492:48: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *squeeze_dims = nullptr) {^ ./tensorflow/lite/schema/schema_generated.h:5016:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SubOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5018:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::SqueezeOptions> tflite::CreateSqueezeOptionsDirect(flatbuffers::FlatBufferBuilder&, const std::vector<int>*)’: ./tensorflow/lite/schema/schema_generated.h:5493:8: error: ‘squeeze_dims__’ does not name a typeauto squeeze_dims__ = squeeze_dims ? _fbb.CreateVector<int32_t>(*squeeze_dims) : 0;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5029:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSubOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5496:7: error: ‘squeeze_dims__’ was not declared in this scopesqueeze_dims__);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5499:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SqueezeOptions> CreateSqueezeOptions(flatbuffers::FlatBufferBuilder &_fbb, const SqueezeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5030:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SubOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5031:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SubOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5499:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SqueezeOptions> CreateSqueezeOptions(flatbuffers::FlatBufferBuilder &_fbb, const SqueezeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5029:75: error: ‘nullptr’ was not declared in this scopeSubOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5509:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SplitOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5511:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:5030:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SubOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5031:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SubOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5522:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSplitOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5523:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SplitOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5524:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SplitOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SplitOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5522:77: error: ‘nullptr’ was not declared in this scopeSplitOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5523:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SplitOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5524:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SplitOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SplitOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SubOptions> tflite::SubOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5046:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5047:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SubOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5048:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5060:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SubOptions> CreateSubOptions(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5060:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SubOptions> CreateSubOptions(flatbuffers::FlatBufferBuilder &_fbb, const SubOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SplitOptions> tflite::SplitOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5539:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5540:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SplitOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5541:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5070:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct DivOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5072:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5553:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SplitOptions> CreateSplitOptions(flatbuffers::FlatBufferBuilder &_fbb, const SplitOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5553:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SplitOptions> CreateSplitOptions(flatbuffers::FlatBufferBuilder &_fbb, const SplitOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5083:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeDivOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5084:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(DivOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5085:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<DivOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5083:75: error: ‘nullptr’ was not declared in this scopeDivOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5084:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(DivOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5085:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<DivOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5563:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SplitVOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5565:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5576:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSplitVOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5577:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SplitVOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5578:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SplitVOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SplitVOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5576:78: error: ‘nullptr’ was not declared in this scopeSplitVOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5577:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SplitVOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5578:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SplitVOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SplitVOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::DivOptions> tflite::DivOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5100:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5101:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<DivOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5102:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5114:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<DivOptions> CreateDivOptions(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5114:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<DivOptions> CreateDivOptions(flatbuffers::FlatBufferBuilder &_fbb, const DivOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SplitVOptions> tflite::SplitVOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5593:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5594:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SplitVOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5595:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5122:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct TopKV2Options FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5128:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTopKV2OptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5129:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TopKV2OptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5130:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<TopKV2Options> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TopKV2OptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5607:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SplitVOptions> CreateSplitVOptions(flatbuffers::FlatBufferBuilder &_fbb, const SplitVOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5607:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SplitVOptions> CreateSplitVOptions(flatbuffers::FlatBufferBuilder &_fbb, const SplitVOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5128:78: error: ‘nullptr’ was not declared in this scopeTopKV2OptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5129:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TopKV2OptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5130:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<TopKV2Options> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TopKV2OptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5625:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct StridedSliceOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5627:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::TopKV2Options> tflite::TopKV2OptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5142:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5658:51: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeStridedSliceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5143:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<TopKV2Options>(end);^ ./tensorflow/lite/schema/schema_generated.h:5144:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5659:62: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(StridedSliceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5660:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<StridedSliceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const StridedSliceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5658:84: error: ‘nullptr’ was not declared in this scopeStridedSliceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5659:95: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(StridedSliceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5660:178: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<StridedSliceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const StridedSliceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5154:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<TopKV2Options> CreateTopKV2Options(flatbuffers::FlatBufferBuilder &_fbb, const TopKV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5154:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<TopKV2Options> CreateTopKV2Options(flatbuffers::FlatBufferBuilder &_fbb, const TopKV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5164:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct EmbeddingLookupSparseOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5166:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5177:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeEmbeddingLookupSparseOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5178:71: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(EmbeddingLookupSparseOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5179:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<EmbeddingLookupSparseOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EmbeddingLookupSparseOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5177:93: error: ‘nullptr’ was not declared in this scopeEmbeddingLookupSparseOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5178:104: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(EmbeddingLookupSparseOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5179:196: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<EmbeddingLookupSparseOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EmbeddingLookupSparseOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::EmbeddingLookupSparseOptions> tflite::EmbeddingLookupSparseOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5194:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::StridedSliceOptions> tflite::StridedSliceOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5687:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5195:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<EmbeddingLookupSparseOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5688:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<StridedSliceOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5196:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5689:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5208:184: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<EmbeddingLookupSparseOptions> CreateEmbeddingLookupSparseOptions(flatbuffers::FlatBufferBuilder &_fbb, const EmbeddingLookupSparseOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5208:217: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<EmbeddingLookupSparseOptions> CreateEmbeddingLookupSparseOptions(flatbuffers::FlatBufferBuilder &_fbb, const EmbeddingLookupSparseOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5709:157: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<StridedSliceOptions> CreateStridedSliceOptions(flatbuffers::FlatBufferBuilder &_fbb, const StridedSliceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5709:190: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<StridedSliceOptions> CreateStridedSliceOptions(flatbuffers::FlatBufferBuilder &_fbb, const StridedSliceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5717:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LogSoftmaxOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5218:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct GatherOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5220:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:5723:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLogSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5724:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LogSoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5231:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeGatherOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5725:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LogSoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5232:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(GatherOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5723:82: error: ‘nullptr’ was not declared in this scopeLogSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5724:93: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LogSoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5233:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<GatherOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GatherOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5725:174: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LogSoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5231:78: error: ‘nullptr’ was not declared in this scopeGatherOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5232:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(GatherOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5233:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<GatherOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GatherOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LogSoftmaxOptions> tflite::LogSoftmaxOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5737:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5738:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LogSoftmaxOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5739:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::GatherOptions> tflite::GatherOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5248:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5749:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LogSoftmaxOptions> CreateLogSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5249:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<GatherOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5250:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5749:184: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LogSoftmaxOptions> CreateLogSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5262:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<GatherOptions> CreateGatherOptions(flatbuffers::FlatBufferBuilder &_fbb, const GatherOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5262:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<GatherOptions> CreateGatherOptions(flatbuffers::FlatBufferBuilder &_fbb, const GatherOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5761:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct CastOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5763:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5779:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeCastOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5270:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct TransposeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5780:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(CastOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5276:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTransposeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5781:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<CastOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CastOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5277:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TransposeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5779:76: error: ‘nullptr’ was not declared in this scopeCastOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5780:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(CastOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5781:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<CastOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CastOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5278:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<TransposeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TransposeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5276:81: error: ‘nullptr’ was not declared in this scopeTransposeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5277:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TransposeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5278:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<TransposeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TransposeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::TransposeOptions> tflite::TransposeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5290:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5291:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<TransposeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5292:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5302:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<TransposeOptions> CreateTransposeOptions(flatbuffers::FlatBufferBuilder &_fbb, const TransposeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5302:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<TransposeOptions> CreateTransposeOptions(flatbuffers::FlatBufferBuilder &_fbb, const TransposeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::CastOptions> tflite::CastOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5799:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5800:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<CastOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5801:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5310:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ExpOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5316:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeExpOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5317:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ExpOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5815:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<CastOptions> CreateCastOptions(flatbuffers::FlatBufferBuilder &_fbb, const CastOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5318:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ExpOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ExpOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5815:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<CastOptions> CreateCastOptions(flatbuffers::FlatBufferBuilder &_fbb, const CastOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5316:75: error: ‘nullptr’ was not declared in this scopeExpOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5317:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ExpOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5318:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ExpOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ExpOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5823:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct DequantizeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5829:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeDequantizeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5830:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(DequantizeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5831:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<DequantizeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DequantizeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5829:82: error: ‘nullptr’ was not declared in this scopeDequantizeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5830:93: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(DequantizeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5831:174: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<DequantizeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DequantizeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ExpOptions> tflite::ExpOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5330:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5331:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ExpOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5332:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5342:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ExpOptions> CreateExpOptions(flatbuffers::FlatBufferBuilder &_fbb, const ExpOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5342:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ExpOptions> CreateExpOptions(flatbuffers::FlatBufferBuilder &_fbb, const ExpOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::DequantizeOptions> tflite::DequantizeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5843:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5844:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<DequantizeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5350:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct CosOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5845:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5356:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeCosOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5357:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(CosOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5358:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<CosOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CosOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5855:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<DequantizeOptions> CreateDequantizeOptions(flatbuffers::FlatBufferBuilder &_fbb, const DequantizeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5855:184: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<DequantizeOptions> CreateDequantizeOptions(flatbuffers::FlatBufferBuilder &_fbb, const DequantizeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5356:75: error: ‘nullptr’ was not declared in this scopeCosOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5357:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(CosOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5358:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<CosOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CosOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5863:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct MaximumMinimumOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5869:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeMaximumMinimumOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5870:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(MaximumMinimumOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::CosOptions> tflite::CosOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5370:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5371:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<CosOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5372:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5871:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<MaximumMinimumOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MaximumMinimumOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5869:86: error: ‘nullptr’ was not declared in this scopeMaximumMinimumOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5870:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(MaximumMinimumOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5871:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<MaximumMinimumOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MaximumMinimumOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::MaximumMinimumOptions> tflite::MaximumMinimumOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5883:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5884:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<MaximumMinimumOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5382:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<CosOptions> CreateCosOptions(flatbuffers::FlatBufferBuilder &_fbb, const CosOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5885:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5382:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<CosOptions> CreateCosOptions(flatbuffers::FlatBufferBuilder &_fbb, const CosOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5895:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<MaximumMinimumOptions> CreateMaximumMinimumOptions(flatbuffers::FlatBufferBuilder &_fbb, const MaximumMinimumOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5895:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<MaximumMinimumOptions> CreateMaximumMinimumOptions(flatbuffers::FlatBufferBuilder &_fbb, const MaximumMinimumOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5392:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ReducerOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5903:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct TileOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5394:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5405:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeReducerOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5909:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTileOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5406:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ReducerOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5407:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ReducerOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ReducerOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5910:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TileOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5911:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<TileOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TileOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5405:79: error: ‘nullptr’ was not declared in this scopeReducerOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5406:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ReducerOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5407:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ReducerOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ReducerOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5909:76: error: ‘nullptr’ was not declared in this scopeTileOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5910:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TileOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5911:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<TileOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TileOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::TileOptions> tflite::TileOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5923:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5924:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<TileOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5925:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ReducerOptions> tflite::ReducerOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5422:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5935:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<TileOptions> CreateTileOptions(flatbuffers::FlatBufferBuilder &_fbb, const TileOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5935:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<TileOptions> CreateTileOptions(flatbuffers::FlatBufferBuilder &_fbb, const TileOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5423:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ReducerOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5424:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5945:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ArgMaxOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5947:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5436:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ReducerOptions> CreateReducerOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReducerOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5436:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ReducerOptions> CreateReducerOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReducerOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:5958:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeArgMaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5445:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SqueezeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5959:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ArgMaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5960:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ArgMaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ArgMaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5958:78: error: ‘nullptr’ was not declared in this scopeArgMaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5447:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5459:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSqueezeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5959:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ArgMaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5960:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ArgMaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ArgMaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5460:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SqueezeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5461:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SqueezeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SqueezeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5459:79: error: ‘nullptr’ was not declared in this scopeSqueezeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5460:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SqueezeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5461:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SqueezeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SqueezeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ArgMaxOptions> tflite::ArgMaxOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5975:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5976:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ArgMaxOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5977:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5467:72: error: ‘>>’ should be ‘> >’ within a nested template argument listvoid add_squeeze_dims(flatbuffers::Offset<flatbuffers::Vector<int32_t>> squeeze_dims) {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5989:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ArgMaxOptions> CreateArgMaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const ArgMaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5989:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ArgMaxOptions> CreateArgMaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const ArgMaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SqueezeOptions> tflite::SqueezeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5476:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5999:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ArgMinOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6001:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:6012:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeArgMinOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6013:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ArgMinOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5477:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SqueezeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6014:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ArgMinOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ArgMinOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6012:78: error: ‘nullptr’ was not declared in this scopeArgMinOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5478:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6013:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ArgMinOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5484:52: error: ‘>>’ should be ‘> >’ within a nested template argument listflatbuffers::Offset<flatbuffers::Vector<int32_t>> squeeze_dims = 0) {^ ./tensorflow/lite/schema/schema_generated.h:6014:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ArgMinOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ArgMinOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5492:48: error: ‘nullptr’ was not declared in this scopeconst std::vector<int32_t> *squeeze_dims = nullptr) {^ ./tensorflow/lite/schema/schema_generated.h: In function ‘flatbuffers::Offset<tflite::SqueezeOptions> tflite::CreateSqueezeOptionsDirect(flatbuffers::FlatBufferBuilder&, const std::vector<int>*)’: ./tensorflow/lite/schema/schema_generated.h:5493:8: error: ‘squeeze_dims__’ does not name a typeauto squeeze_dims__ = squeeze_dims ? _fbb.CreateVector<int32_t>(*squeeze_dims) : 0;^ ./tensorflow/lite/schema/schema_generated.h:5496:7: error: ‘squeeze_dims__’ was not declared in this scopesqueeze_dims__);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5499:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SqueezeOptions> CreateSqueezeOptions(flatbuffers::FlatBufferBuilder &_fbb, const SqueezeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5499:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SqueezeOptions> CreateSqueezeOptions(flatbuffers::FlatBufferBuilder &_fbb, const SqueezeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ArgMinOptions> tflite::ArgMinOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6029:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5509:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SplitOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6030:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ArgMinOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6031:12: error: ‘o’ was not declared in this scopereturn o;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5511:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6043:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ArgMinOptions> CreateArgMinOptions(flatbuffers::FlatBufferBuilder &_fbb, const ArgMinOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6043:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ArgMinOptions> CreateArgMinOptions(flatbuffers::FlatBufferBuilder &_fbb, const ArgMinOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5522:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSplitOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6051:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct GreaterOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6057:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeGreaterOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6058:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(GreaterOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5523:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SplitOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5524:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SplitOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SplitOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5522:77: error: ‘nullptr’ was not declared in this scopeSplitOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6059:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<GreaterOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GreaterOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6057:79: error: ‘nullptr’ was not declared in this scopeGreaterOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6058:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(GreaterOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6059:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<GreaterOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GreaterOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5523:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SplitOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5524:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SplitOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SplitOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::GreaterOptions> tflite::GreaterOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6071:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6072:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<GreaterOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6073:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SplitOptions> tflite::SplitOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5539:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6083:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<GreaterOptions> CreateGreaterOptions(flatbuffers::FlatBufferBuilder &_fbb, const GreaterOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6083:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<GreaterOptions> CreateGreaterOptions(flatbuffers::FlatBufferBuilder &_fbb, const GreaterOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5540:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SplitOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5541:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6091:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct GreaterEqualOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6097:51: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeGreaterEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6098:62: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(GreaterEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5553:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SplitOptions> CreateSplitOptions(flatbuffers::FlatBufferBuilder &_fbb, const SplitOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5553:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SplitOptions> CreateSplitOptions(flatbuffers::FlatBufferBuilder &_fbb, const SplitOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6099:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<GreaterEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GreaterEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5563:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SplitVOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5565:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:6097:84: error: ‘nullptr’ was not declared in this scopeGreaterEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6098:95: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(GreaterEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6099:178: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<GreaterEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GreaterEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5576:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSplitVOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5577:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SplitVOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5578:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SplitVOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SplitVOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::GreaterEqualOptions> tflite::GreaterEqualOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6111:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6112:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<GreaterEqualOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6113:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5576:78: error: ‘nullptr’ was not declared in this scopeSplitVOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5577:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SplitVOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6123:157: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<GreaterEqualOptions> CreateGreaterEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const GreaterEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5578:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SplitVOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SplitVOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6123:190: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<GreaterEqualOptions> CreateGreaterEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const GreaterEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6131:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LessOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6137:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLessOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SplitVOptions> tflite::SplitVOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5593:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6138:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LessOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6139:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LessOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LessOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6137:76: error: ‘nullptr’ was not declared in this scopeLessOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6138:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LessOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6139:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LessOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LessOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5594:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SplitVOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5595:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5607:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SplitVOptions> CreateSplitVOptions(flatbuffers::FlatBufferBuilder &_fbb, const SplitVOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LessOptions> tflite::LessOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6151:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5607:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SplitVOptions> CreateSplitVOptions(flatbuffers::FlatBufferBuilder &_fbb, const SplitVOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6152:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LessOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6153:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5625:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct StridedSliceOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6163:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LessOptions> CreateLessOptions(flatbuffers::FlatBufferBuilder &_fbb, const LessOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5627:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:6163:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LessOptions> CreateLessOptions(flatbuffers::FlatBufferBuilder &_fbb, const LessOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5658:51: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeStridedSliceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5659:62: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(StridedSliceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5660:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<StridedSliceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const StridedSliceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5658:84: error: ‘nullptr’ was not declared in this scopeStridedSliceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6171:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LessEqualOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6177:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLessEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6178:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LessEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5659:95: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(StridedSliceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6179:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LessEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LessEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5660:178: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<StridedSliceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const StridedSliceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6177:81: error: ‘nullptr’ was not declared in this scopeLessEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6178:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LessEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6179:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LessEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LessEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LessEqualOptions> tflite::LessEqualOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6191:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6192:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LessEqualOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6193:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6203:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LessEqualOptions> CreateLessEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const LessEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6203:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LessEqualOptions> CreateLessEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const LessEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6211:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct NegOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::StridedSliceOptions> tflite::StridedSliceOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5687:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5688:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<StridedSliceOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5689:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5709:157: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<StridedSliceOptions> CreateStridedSliceOptions(flatbuffers::FlatBufferBuilder &_fbb, const StridedSliceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5709:190: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<StridedSliceOptions> CreateStridedSliceOptions(flatbuffers::FlatBufferBuilder &_fbb, const StridedSliceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6217:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeNegOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5717:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LogSoftmaxOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5723:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLogSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5724:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LogSoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5725:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LogSoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5723:82: error: ‘nullptr’ was not declared in this scopeLogSoftmaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5724:93: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LogSoftmaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6218:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(NegOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5725:174: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LogSoftmaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6219:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<NegOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NegOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6217:75: error: ‘nullptr’ was not declared in this scopeNegOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6218:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(NegOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6219:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<NegOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NegOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LogSoftmaxOptions> tflite::LogSoftmaxOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5737:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5738:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LogSoftmaxOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::NegOptions> tflite::NegOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6231:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5739:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6232:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<NegOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6233:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5749:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LogSoftmaxOptions> CreateLogSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5749:184: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LogSoftmaxOptions> CreateLogSoftmaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogSoftmaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6243:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<NegOptions> CreateNegOptions(flatbuffers::FlatBufferBuilder &_fbb, const NegOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6243:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<NegOptions> CreateNegOptions(flatbuffers::FlatBufferBuilder &_fbb, const NegOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6251:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SelectOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5761:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct CastOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6257:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSelectOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6258:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SelectOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6259:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SelectOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SelectOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5763:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5779:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeCastOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6257:78: error: ‘nullptr’ was not declared in this scopeSelectOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6258:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SelectOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6259:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SelectOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SelectOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5780:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(CastOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5781:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<CastOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CastOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5779:76: error: ‘nullptr’ was not declared in this scopeCastOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5780:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(CastOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SelectOptions> tflite::SelectOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6271:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6272:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SelectOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6273:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5781:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<CastOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const CastOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6283:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SelectOptions> CreateSelectOptions(flatbuffers::FlatBufferBuilder &_fbb, const SelectOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6283:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SelectOptions> CreateSelectOptions(flatbuffers::FlatBufferBuilder &_fbb, const SelectOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6291:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SliceOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6297:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSliceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6298:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SliceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::CastOptions> tflite::CastOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5799:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6299:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SliceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SliceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6297:77: error: ‘nullptr’ was not declared in this scopeSliceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6298:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SliceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6299:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SliceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SliceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5800:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<CastOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5801:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5815:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<CastOptions> CreateCastOptions(flatbuffers::FlatBufferBuilder &_fbb, const CastOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SliceOptions> tflite::SliceOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6311:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6312:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SliceOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6313:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5815:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<CastOptions> CreateCastOptions(flatbuffers::FlatBufferBuilder &_fbb, const CastOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6323:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SliceOptions> CreateSliceOptions(flatbuffers::FlatBufferBuilder &_fbb, const SliceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5823:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct DequantizeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6323:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SliceOptions> CreateSliceOptions(flatbuffers::FlatBufferBuilder &_fbb, const SliceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5829:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeDequantizeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6337:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct TransposeConvOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5830:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(DequantizeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5831:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<DequantizeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DequantizeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5829:82: error: ‘nullptr’ was not declared in this scopeDequantizeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5830:93: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(DequantizeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6339:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:6360:52: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTransposeConvOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5831:174: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<DequantizeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const DequantizeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6361:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TransposeConvOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6362:147: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<TransposeConvOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TransposeConvOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6360:85: error: ‘nullptr’ was not declared in this scopeTransposeConvOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::DequantizeOptions> tflite::DequantizeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5843:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6361:96: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TransposeConvOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6362:180: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<TransposeConvOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TransposeConvOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5844:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<DequantizeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5845:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5855:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<DequantizeOptions> CreateDequantizeOptions(flatbuffers::FlatBufferBuilder &_fbb, const DequantizeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5855:184: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<DequantizeOptions> CreateDequantizeOptions(flatbuffers::FlatBufferBuilder &_fbb, const DequantizeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5863:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct MaximumMinimumOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::TransposeConvOptions> tflite::TransposeConvOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6383:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5869:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeMaximumMinimumOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5870:64: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(MaximumMinimumOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5871:149: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<MaximumMinimumOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MaximumMinimumOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5869:86: error: ‘nullptr’ was not declared in this scopeMaximumMinimumOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6384:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<TransposeConvOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6385:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:5870:97: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(MaximumMinimumOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5871:182: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<MaximumMinimumOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MaximumMinimumOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6401:160: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<TransposeConvOptions> CreateTransposeConvOptions(flatbuffers::FlatBufferBuilder &_fbb, const TransposeConvOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6401:193: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<TransposeConvOptions> CreateTransposeConvOptions(flatbuffers::FlatBufferBuilder &_fbb, const TransposeConvOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6409:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ExpandDimsOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6415:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeExpandDimsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::MaximumMinimumOptions> tflite::MaximumMinimumOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5883:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6416:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ExpandDimsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6417:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ExpandDimsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ExpandDimsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5884:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<MaximumMinimumOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5885:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6415:82: error: ‘nullptr’ was not declared in this scopeExpandDimsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5895:163: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<MaximumMinimumOptions> CreateMaximumMinimumOptions(flatbuffers::FlatBufferBuilder &_fbb, const MaximumMinimumOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5895:196: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<MaximumMinimumOptions> CreateMaximumMinimumOptions(flatbuffers::FlatBufferBuilder &_fbb, const MaximumMinimumOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6416:93: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ExpandDimsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6417:174: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ExpandDimsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ExpandDimsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5903:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct TileOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:5909:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTileOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5910:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TileOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5911:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<TileOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TileOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5909:76: error: ‘nullptr’ was not declared in this scopeTileOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5910:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TileOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5911:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<TileOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TileOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ExpandDimsOptions> tflite::ExpandDimsOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6429:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6430:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ExpandDimsOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6431:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6441:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ExpandDimsOptions> CreateExpandDimsOptions(flatbuffers::FlatBufferBuilder &_fbb, const ExpandDimsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6441:184: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ExpandDimsOptions> CreateExpandDimsOptions(flatbuffers::FlatBufferBuilder &_fbb, const ExpandDimsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::TileOptions> tflite::TileOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5923:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5924:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<TileOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5925:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6451:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SparseToDenseOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6453:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5935:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<TileOptions> CreateTileOptions(flatbuffers::FlatBufferBuilder &_fbb, const TileOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5935:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<TileOptions> CreateTileOptions(flatbuffers::FlatBufferBuilder &_fbb, const TileOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:6464:52: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSparseToDenseOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6465:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SparseToDenseOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5945:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ArgMaxOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6466:147: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SparseToDenseOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SparseToDenseOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:5947:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:6464:85: error: ‘nullptr’ was not declared in this scopeSparseToDenseOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:5958:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeArgMaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6465:96: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SparseToDenseOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6466:180: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SparseToDenseOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SparseToDenseOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5959:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ArgMaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5960:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ArgMaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ArgMaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5958:78: error: ‘nullptr’ was not declared in this scopeArgMaxOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5959:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ArgMaxOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5960:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ArgMaxOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ArgMaxOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SparseToDenseOptions> tflite::SparseToDenseOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6481:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6482:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SparseToDenseOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6483:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6495:160: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SparseToDenseOptions> CreateSparseToDenseOptions(flatbuffers::FlatBufferBuilder &_fbb, const SparseToDenseOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6495:193: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SparseToDenseOptions> CreateSparseToDenseOptions(flatbuffers::FlatBufferBuilder &_fbb, const SparseToDenseOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ArgMaxOptions> tflite::ArgMaxOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:5975:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:5976:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ArgMaxOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:5977:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6503:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct EqualOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:5989:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ArgMaxOptions> CreateArgMaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const ArgMaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6509:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:5989:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ArgMaxOptions> CreateArgMaxOptions(flatbuffers::FlatBufferBuilder &_fbb, const ArgMaxOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6510:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(EqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6511:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<EqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6509:77: error: ‘nullptr’ was not declared in this scopeEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6510:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(EqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6511:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<EqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:5999:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ArgMinOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6001:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:6012:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeArgMinOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6013:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ArgMinOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6014:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ArgMinOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ArgMinOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6012:78: error: ‘nullptr’ was not declared in this scopeArgMinOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6013:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ArgMinOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6014:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ArgMinOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ArgMinOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::EqualOptions> tflite::EqualOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6523:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6524:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<EqualOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6525:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6535:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<EqualOptions> CreateEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const EqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6535:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<EqualOptions> CreateEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const EqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6543:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct NotEqualOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ArgMinOptions> tflite::ArgMinOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6029:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6030:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ArgMinOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6031:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6549:47: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeNotEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6550:58: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(NotEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6551:137: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<NotEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NotEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6549:80: error: ‘nullptr’ was not declared in this scopeNotEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6043:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ArgMinOptions> CreateArgMinOptions(flatbuffers::FlatBufferBuilder &_fbb, const ArgMinOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6550:91: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(NotEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6043:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ArgMinOptions> CreateArgMinOptions(flatbuffers::FlatBufferBuilder &_fbb, const ArgMinOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6551:170: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<NotEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NotEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6051:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct GreaterOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6057:46: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeGreaterOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6058:57: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(GreaterOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6059:135: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<GreaterOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GreaterOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6057:79: error: ‘nullptr’ was not declared in this scopeGreaterOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6058:90: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(GreaterOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6059:168: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<GreaterOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GreaterOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::NotEqualOptions> tflite::NotEqualOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6563:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6564:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<NotEqualOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6565:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6575:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<NotEqualOptions> CreateNotEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const NotEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6575:178: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<NotEqualOptions> CreateNotEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const NotEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::GreaterOptions> tflite::GreaterOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6071:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6072:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<GreaterOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6073:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6585:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ShapeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6587:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:6598:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeShapeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6083:142: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<GreaterOptions> CreateGreaterOptions(flatbuffers::FlatBufferBuilder &_fbb, const GreaterOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6083:175: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<GreaterOptions> CreateGreaterOptions(flatbuffers::FlatBufferBuilder &_fbb, const GreaterOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6599:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ShapeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6600:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ShapeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ShapeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6598:77: error: ‘nullptr’ was not declared in this scopeShapeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6599:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ShapeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6600:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ShapeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ShapeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6091:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct GreaterEqualOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6097:51: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeGreaterEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6098:62: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(GreaterEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6099:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<GreaterEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GreaterEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6097:84: error: ‘nullptr’ was not declared in this scopeGreaterEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6098:95: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(GreaterEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6099:178: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<GreaterEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const GreaterEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ShapeOptions> tflite::ShapeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6615:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6616:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ShapeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6617:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::GreaterEqualOptions> tflite::GreaterEqualOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6111:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6112:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<GreaterEqualOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6113:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6629:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ShapeOptions> CreateShapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ShapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6629:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ShapeOptions> CreateShapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ShapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6123:157: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<GreaterEqualOptions> CreateGreaterEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const GreaterEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6123:190: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<GreaterEqualOptions> CreateGreaterEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const GreaterEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6637:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct RankOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6643:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeRankOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6644:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(RankOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6131:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LessOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6645:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<RankOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RankOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6137:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLessOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6643:76: error: ‘nullptr’ was not declared in this scopeRankOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6644:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(RankOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6138:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LessOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6645:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<RankOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RankOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6139:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LessOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LessOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6137:76: error: ‘nullptr’ was not declared in this scopeLessOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6138:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LessOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6139:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LessOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LessOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::RankOptions> tflite::RankOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6657:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6658:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<RankOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6659:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LessOptions> tflite::LessOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6151:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6152:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LessOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6153:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6669:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<RankOptions> CreateRankOptions(flatbuffers::FlatBufferBuilder &_fbb, const RankOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6669:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<RankOptions> CreateRankOptions(flatbuffers::FlatBufferBuilder &_fbb, const RankOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6163:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LessOptions> CreateLessOptions(flatbuffers::FlatBufferBuilder &_fbb, const LessOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6163:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LessOptions> CreateLessOptions(flatbuffers::FlatBufferBuilder &_fbb, const LessOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6677:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct PowOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6683:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePowOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6684:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(PowOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6171:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LessEqualOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6685:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<PowOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PowOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6177:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLessEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6683:75: error: ‘nullptr’ was not declared in this scopePowOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6684:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(PowOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6178:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LessEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6685:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<PowOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PowOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6179:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LessEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LessEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6177:81: error: ‘nullptr’ was not declared in this scopeLessEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6178:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LessEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6179:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LessEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LessEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::PowOptions> tflite::PowOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6697:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6698:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<PowOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6699:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LessEqualOptions> tflite::LessEqualOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6191:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6192:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LessEqualOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6193:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6709:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<PowOptions> CreatePowOptions(flatbuffers::FlatBufferBuilder &_fbb, const PowOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6709:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<PowOptions> CreatePowOptions(flatbuffers::FlatBufferBuilder &_fbb, const PowOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6203:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LessEqualOptions> CreateLessEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const LessEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6203:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LessEqualOptions> CreateLessEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const LessEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6725:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct FakeQuantOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6211:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct NegOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6727:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:6217:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeNegOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6218:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(NegOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:6753:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeFakeQuantOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6754:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(FakeQuantOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6219:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<NegOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NegOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6217:75: error: ‘nullptr’ was not declared in this scopeNegOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6218:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(NegOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6219:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<NegOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NegOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6755:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<FakeQuantOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FakeQuantOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6753:81: error: ‘nullptr’ was not declared in this scopeFakeQuantOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6754:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(FakeQuantOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6755:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<FakeQuantOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FakeQuantOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::NegOptions> tflite::NegOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6231:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6232:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<NegOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6233:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6243:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<NegOptions> CreateNegOptions(flatbuffers::FlatBufferBuilder &_fbb, const NegOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6243:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<NegOptions> CreateNegOptions(flatbuffers::FlatBufferBuilder &_fbb, const NegOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6251:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SelectOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6257:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSelectOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6258:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SelectOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6259:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SelectOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SelectOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6257:78: error: ‘nullptr’ was not declared in this scopeSelectOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6258:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SelectOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6259:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SelectOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SelectOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::FakeQuantOptions> tflite::FakeQuantOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6779:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6780:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<FakeQuantOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6781:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6799:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<FakeQuantOptions> CreateFakeQuantOptions(flatbuffers::FlatBufferBuilder &_fbb, const FakeQuantOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6799:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<FakeQuantOptions> CreateFakeQuantOptions(flatbuffers::FlatBufferBuilder &_fbb, const FakeQuantOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SelectOptions> tflite::SelectOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6271:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6272:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SelectOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6273:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6283:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SelectOptions> CreateSelectOptions(flatbuffers::FlatBufferBuilder &_fbb, const SelectOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6283:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SelectOptions> CreateSelectOptions(flatbuffers::FlatBufferBuilder &_fbb, const SelectOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6811:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct PackOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6813:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:6829:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePackOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6291:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SliceOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6830:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(PackOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6297:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSliceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6831:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<PackOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PackOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6298:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SliceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6829:76: error: ‘nullptr’ was not declared in this scopePackOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6830:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(PackOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6299:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SliceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SliceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6831:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<PackOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PackOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6297:77: error: ‘nullptr’ was not declared in this scopeSliceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6298:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SliceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6299:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SliceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SliceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SliceOptions> tflite::SliceOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6311:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6312:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SliceOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6313:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6323:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SliceOptions> CreateSliceOptions(flatbuffers::FlatBufferBuilder &_fbb, const SliceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6323:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SliceOptions> CreateSliceOptions(flatbuffers::FlatBufferBuilder &_fbb, const SliceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::PackOptions> tflite::PackOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6849:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6850:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<PackOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6851:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6865:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<PackOptions> CreatePackOptions(flatbuffers::FlatBufferBuilder &_fbb, const PackOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6337:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct TransposeConvOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6865:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<PackOptions> CreatePackOptions(flatbuffers::FlatBufferBuilder &_fbb, const PackOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6339:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:6360:52: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeTransposeConvOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6361:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(TransposeConvOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6873:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LogicalOrOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6362:147: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<TransposeConvOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TransposeConvOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6879:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLogicalOrOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6360:85: error: ‘nullptr’ was not declared in this scopeTransposeConvOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6880:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LogicalOrOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6361:96: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(TransposeConvOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6362:180: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<TransposeConvOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const TransposeConvOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6881:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LogicalOrOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogicalOrOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6879:81: error: ‘nullptr’ was not declared in this scopeLogicalOrOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6880:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LogicalOrOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6881:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LogicalOrOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogicalOrOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::TransposeConvOptions> tflite::TransposeConvOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6383:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6384:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<TransposeConvOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6385:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LogicalOrOptions> tflite::LogicalOrOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6893:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6401:160: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<TransposeConvOptions> CreateTransposeConvOptions(flatbuffers::FlatBufferBuilder &_fbb, const TransposeConvOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6401:193: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<TransposeConvOptions> CreateTransposeConvOptions(flatbuffers::FlatBufferBuilder &_fbb, const TransposeConvOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6894:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LogicalOrOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6895:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6409:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ExpandDimsOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6415:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeExpandDimsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6416:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ExpandDimsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6905:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LogicalOrOptions> CreateLogicalOrOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogicalOrOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6905:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LogicalOrOptions> CreateLogicalOrOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogicalOrOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6915:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct OneHotOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6417:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ExpandDimsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ExpandDimsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6415:82: error: ‘nullptr’ was not declared in this scopeExpandDimsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6416:93: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ExpandDimsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6417:174: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ExpandDimsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ExpandDimsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6917:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:6928:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeOneHotOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6929:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(OneHotOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ExpandDimsOptions> tflite::ExpandDimsOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6429:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6930:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<OneHotOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const OneHotOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6928:78: error: ‘nullptr’ was not declared in this scopeOneHotOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6430:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ExpandDimsOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6431:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6929:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(OneHotOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6441:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ExpandDimsOptions> CreateExpandDimsOptions(flatbuffers::FlatBufferBuilder &_fbb, const ExpandDimsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6930:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<OneHotOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const OneHotOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6441:184: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ExpandDimsOptions> CreateExpandDimsOptions(flatbuffers::FlatBufferBuilder &_fbb, const ExpandDimsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6451:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SparseToDenseOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6453:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::OneHotOptions> tflite::OneHotOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6945:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:6464:52: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSparseToDenseOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6465:63: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SparseToDenseOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6946:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<OneHotOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6947:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6466:147: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SparseToDenseOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SparseToDenseOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6959:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<OneHotOptions> CreateOneHotOptions(flatbuffers::FlatBufferBuilder &_fbb, const OneHotOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6464:85: error: ‘nullptr’ was not declared in this scopeSparseToDenseOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6465:96: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SparseToDenseOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6959:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<OneHotOptions> CreateOneHotOptions(flatbuffers::FlatBufferBuilder &_fbb, const OneHotOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6466:180: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SparseToDenseOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SparseToDenseOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6967:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct AbsOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6973:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeAbsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6974:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(AbsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6975:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<AbsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const AbsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6973:75: error: ‘nullptr’ was not declared in this scopeAbsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6974:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(AbsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6975:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<AbsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const AbsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::AbsOptions> tflite::AbsOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6987:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6988:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<AbsOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6989:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SparseToDenseOptions> tflite::SparseToDenseOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6481:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6999:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<AbsOptions> CreateAbsOptions(flatbuffers::FlatBufferBuilder &_fbb, const AbsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6482:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SparseToDenseOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6483:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6999:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<AbsOptions> CreateAbsOptions(flatbuffers::FlatBufferBuilder &_fbb, const AbsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6495:160: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SparseToDenseOptions> CreateSparseToDenseOptions(flatbuffers::FlatBufferBuilder &_fbb, const SparseToDenseOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6495:193: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SparseToDenseOptions> CreateSparseToDenseOptions(flatbuffers::FlatBufferBuilder &_fbb, const SparseToDenseOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7007:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct HardSwishOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7013:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeHardSwishOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7014:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(HardSwishOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6503:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct EqualOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7015:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<HardSwishOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const HardSwishOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7013:81: error: ‘nullptr’ was not declared in this scopeHardSwishOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7014:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(HardSwishOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7015:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<HardSwishOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const HardSwishOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6509:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6510:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(EqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::HardSwishOptions> tflite::HardSwishOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7027:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6511:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<EqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6509:77: error: ‘nullptr’ was not declared in this scopeEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6510:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(EqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6511:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<EqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const EqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7028:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<HardSwishOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7029:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7039:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<HardSwishOptions> CreateHardSwishOptions(flatbuffers::FlatBufferBuilder &_fbb, const HardSwishOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::EqualOptions> tflite::EqualOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6523:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7039:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<HardSwishOptions> CreateHardSwishOptions(flatbuffers::FlatBufferBuilder &_fbb, const HardSwishOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6524:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<EqualOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6525:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:7047:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LogicalAndOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7053:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLogicalAndOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6535:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<EqualOptions> CreateEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const EqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7054:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LogicalAndOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7055:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LogicalAndOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogicalAndOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6535:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<EqualOptions> CreateEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const EqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7053:82: error: ‘nullptr’ was not declared in this scopeLogicalAndOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6543:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct NotEqualOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7054:93: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LogicalAndOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7055:174: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LogicalAndOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogicalAndOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6549:47: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeNotEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6550:58: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(NotEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6551:137: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<NotEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NotEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LogicalAndOptions> tflite::LogicalAndOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7067:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7068:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LogicalAndOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7069:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6549:80: error: ‘nullptr’ was not declared in this scopeNotEqualOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7079:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LogicalAndOptions> CreateLogicalAndOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogicalAndOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6550:91: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(NotEqualOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6551:170: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<NotEqualOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NotEqualOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7079:184: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LogicalAndOptions> CreateLogicalAndOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogicalAndOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7087:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LogicalNotOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::NotEqualOptions> tflite::NotEqualOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6563:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7093:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLogicalNotOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7094:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LogicalNotOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7095:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LogicalNotOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogicalNotOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6564:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<NotEqualOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6565:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:7093:82: error: ‘nullptr’ was not declared in this scopeLogicalNotOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6575:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<NotEqualOptions> CreateNotEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const NotEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6575:178: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<NotEqualOptions> CreateNotEqualOptions(flatbuffers::FlatBufferBuilder &_fbb, const NotEqualOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7094:93: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LogicalNotOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7095:174: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LogicalNotOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogicalNotOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6585:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ShapeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6587:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:6598:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeShapeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6599:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ShapeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6600:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ShapeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ShapeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LogicalNotOptions> tflite::LogicalNotOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7107:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7108:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LogicalNotOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7109:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6598:77: error: ‘nullptr’ was not declared in this scopeShapeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7119:151: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LogicalNotOptions> CreateLogicalNotOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogicalNotOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6599:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ShapeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6600:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ShapeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ShapeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7119:184: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LogicalNotOptions> CreateLogicalNotOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogicalNotOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7131:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct UnpackOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:7133:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ShapeOptions> tflite::ShapeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6615:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:7149:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeUnpackOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7150:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(UnpackOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6616:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ShapeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6617:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6629:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ShapeOptions> CreateShapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ShapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7151:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<UnpackOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const UnpackOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7149:78: error: ‘nullptr’ was not declared in this scopeUnpackOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7150:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(UnpackOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7151:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<UnpackOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const UnpackOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6629:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ShapeOptions> CreateShapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ShapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6637:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct RankOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6643:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeRankOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6644:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(RankOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6645:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<RankOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RankOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::UnpackOptions> tflite::UnpackOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7169:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7170:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<UnpackOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7171:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6643:76: error: ‘nullptr’ was not declared in this scopeRankOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7185:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<UnpackOptions> CreateUnpackOptions(flatbuffers::FlatBufferBuilder &_fbb, const UnpackOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6644:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(RankOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6645:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<RankOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RankOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7185:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<UnpackOptions> CreateUnpackOptions(flatbuffers::FlatBufferBuilder &_fbb, const UnpackOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7193:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct FloorDivOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::RankOptions> tflite::RankOptionsBuilder::Finish()%E2%80%99: ./tensorflow/lite/schema/schema_generated.h:6657:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6658:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<RankOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6659:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:7199:47: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeFloorDivOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6669:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<RankOptions> CreateRankOptions(flatbuffers::FlatBufferBuilder &_fbb, const RankOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6669:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<RankOptions> CreateRankOptions(flatbuffers::FlatBufferBuilder &_fbb, const RankOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7200:58: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(FloorDivOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6677:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct PowOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7201:137: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<FloorDivOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FloorDivOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7199:80: error: ‘nullptr’ was not declared in this scopeFloorDivOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7200:91: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(FloorDivOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6683:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePowOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6684:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(PowOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6685:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<PowOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PowOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7201:170: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<FloorDivOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FloorDivOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6683:75: error: ‘nullptr’ was not declared in this scopePowOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6684:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(PowOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6685:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<PowOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PowOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::FloorDivOptions> tflite::FloorDivOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7213:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7214:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<FloorDivOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7215:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::PowOptions> tflite::PowOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6697:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6698:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<PowOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6699:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7225:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<FloorDivOptions> CreateFloorDivOptions(flatbuffers::FlatBufferBuilder &_fbb, const FloorDivOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7225:178: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<FloorDivOptions> CreateFloorDivOptions(flatbuffers::FlatBufferBuilder &_fbb, const FloorDivOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7233:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SquareOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6709:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<PowOptions> CreatePowOptions(flatbuffers::FlatBufferBuilder &_fbb, const PowOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6709:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<PowOptions> CreatePowOptions(flatbuffers::FlatBufferBuilder &_fbb, const PowOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7239:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSquareOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7240:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SquareOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6725:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct FakeQuantOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7241:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SquareOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SquareOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7239:78: error: ‘nullptr’ was not declared in this scopeSquareOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7240:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SquareOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7241:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SquareOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SquareOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6727:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:6753:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeFakeQuantOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SquareOptions> tflite::SquareOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7253:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6754:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(FakeQuantOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6755:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<FakeQuantOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FakeQuantOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7254:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SquareOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7255:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6753:81: error: ‘nullptr’ was not declared in this scopeFakeQuantOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7265:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SquareOptions> CreateSquareOptions(flatbuffers::FlatBufferBuilder &_fbb, const SquareOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7265:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SquareOptions> CreateSquareOptions(flatbuffers::FlatBufferBuilder &_fbb, const SquareOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6754:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(FakeQuantOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7273:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct ZerosLikeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7279:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeZerosLikeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6755:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<FakeQuantOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FakeQuantOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7280:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(ZerosLikeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7281:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<ZerosLikeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ZerosLikeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7279:81: error: ‘nullptr’ was not declared in this scopeZerosLikeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7280:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(ZerosLikeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7281:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<ZerosLikeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const ZerosLikeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::ZerosLikeOptions> tflite::ZerosLikeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7293:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::FakeQuantOptions> tflite::FakeQuantOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6779:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6780:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<FakeQuantOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6781:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:7294:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<ZerosLikeOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7295:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7305:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<ZerosLikeOptions> CreateZerosLikeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ZerosLikeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6799:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<FakeQuantOptions> CreateFakeQuantOptions(flatbuffers::FlatBufferBuilder &_fbb, const FakeQuantOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6799:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<FakeQuantOptions> CreateFakeQuantOptions(flatbuffers::FlatBufferBuilder &_fbb, const FakeQuantOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7305:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<ZerosLikeOptions> CreateZerosLikeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ZerosLikeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6811:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct PackOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7313:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct FillOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6813:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:6829:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typePackOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7319:43: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeFillOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7320:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(FillOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7321:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<FillOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FillOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6830:54: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(PackOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6831:129: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<PackOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PackOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7319:76: error: ‘nullptr’ was not declared in this scopeFillOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6829:76: error: ‘nullptr’ was not declared in this scopePackOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7320:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(FillOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7321:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<FillOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FillOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6830:87: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(PackOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6831:162: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<PackOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const PackOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::FillOptions> tflite::FillOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7333:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7334:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<FillOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7335:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7345:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<FillOptions> CreateFillOptions(flatbuffers::FlatBufferBuilder &_fbb, const FillOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7345:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<FillOptions> CreateFillOptions(flatbuffers::FlatBufferBuilder &_fbb, const FillOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::PackOptions> tflite::PackOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6849:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6850:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<PackOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7353:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct FloorModOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6851:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:7359:47: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeFloorModOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7360:58: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(FloorModOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7361:137: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<FloorModOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FloorModOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7359:80: error: ‘nullptr’ was not declared in this scopeFloorModOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6865:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<PackOptions> CreatePackOptions(flatbuffers::FlatBufferBuilder &_fbb, const PackOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6865:166: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<PackOptions> CreatePackOptions(flatbuffers::FlatBufferBuilder &_fbb, const PackOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7360:91: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(FloorModOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7361:170: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<FloorModOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const FloorModOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6873:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LogicalOrOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6879:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLogicalOrOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6880:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LogicalOrOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6881:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LogicalOrOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogicalOrOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::FloorModOptions> tflite::FloorModOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7373:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7374:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<FloorModOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7375:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6879:81: error: ‘nullptr’ was not declared in this scopeLogicalOrOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7385:145: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<FloorModOptions> CreateFloorModOptions(flatbuffers::FlatBufferBuilder &_fbb, const FloorModOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6880:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LogicalOrOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6881:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LogicalOrOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LogicalOrOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7385:178: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<FloorModOptions> CreateFloorModOptions(flatbuffers::FlatBufferBuilder &_fbb, const FloorModOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7393:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct RangeOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7399:44: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeRangeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LogicalOrOptions> tflite::LogicalOrOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6893:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6894:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LogicalOrOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6895:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:7400:55: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(RangeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6905:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LogicalOrOptions> CreateLogicalOrOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogicalOrOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7401:131: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<RangeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RangeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7399:77: error: ‘nullptr’ was not declared in this scopeRangeOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7400:88: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(RangeOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7401:164: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<RangeOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const RangeOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6905:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LogicalOrOptions> CreateLogicalOrOptions(flatbuffers::FlatBufferBuilder &_fbb, const LogicalOrOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::RangeOptions> tflite::RangeOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7413:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:6915:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct OneHotOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from tensorflow/lite/core/api/op_resolver.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:6917:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ ./tensorflow/lite/schema/schema_generated.h:7414:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<RangeOptions>(end);^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from tensorflow/lite/core/api/op_resolver.cc:16: ./tensorflow/lite/schema/schema_generated.h:6928:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeOneHotOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6929:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(OneHotOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7415:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6930:133: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<OneHotOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const OneHotOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6928:78: error: ‘nullptr’ was not declared in this scopeOneHotOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6929:89: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(OneHotOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7425:136: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<RangeOptions> CreateRangeOptions(flatbuffers::FlatBufferBuilder &_fbb, const RangeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7425:169: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<RangeOptions> CreateRangeOptions(flatbuffers::FlatBufferBuilder &_fbb, const RangeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6930:166: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<OneHotOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const OneHotOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7435:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LeakyReluOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:7437:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:7448:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLeakyReluOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7449:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LeakyReluOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7450:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LeakyReluOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LeakyReluOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7448:81: error: ‘nullptr’ was not declared in this scopeLeakyReluOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::OneHotOptions> tflite::OneHotOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6945:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7449:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(LeakyReluOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7450:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<LeakyReluOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LeakyReluOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6946:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<OneHotOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6947:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6959:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<OneHotOptions> CreateOneHotOptions(flatbuffers::FlatBufferBuilder &_fbb, const OneHotOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6959:172: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<OneHotOptions> CreateOneHotOptions(flatbuffers::FlatBufferBuilder &_fbb, const OneHotOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::LeakyReluOptions> tflite::LeakyReluOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7465:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7466:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<LeakyReluOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7467:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7479:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<LeakyReluOptions> CreateLeakyReluOptions(flatbuffers::FlatBufferBuilder &_fbb, const LeakyReluOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6967:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct AbsOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6973:42: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeAbsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7479:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<LeakyReluOptions> CreateLeakyReluOptions(flatbuffers::FlatBufferBuilder &_fbb, const LeakyReluOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6974:53: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(AbsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7487:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct SquaredDifferenceOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:6975:127: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<AbsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const AbsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7493:56: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeSquaredDifferenceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7494:67: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(SquaredDifferenceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6973:75: error: ‘nullptr’ was not declared in this scopeAbsOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7495:155: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<SquaredDifferenceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SquaredDifferenceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7493:89: error: ‘nullptr’ was not declared in this scopeSquaredDifferenceOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7494:100: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(SquaredDifferenceOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7495:188: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<SquaredDifferenceOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const SquaredDifferenceOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6974:86: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(AbsOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:6975:160: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<AbsOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const AbsOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::SquaredDifferenceOptions> tflite::SquaredDifferenceOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7507:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7508:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<SquaredDifferenceOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::AbsOptions> tflite::AbsOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:6987:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7509:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:6988:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<AbsOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:6989:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7519:172: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<SquaredDifferenceOptions> CreateSquaredDifferenceOptions(flatbuffers::FlatBufferBuilder &_fbb, const SquaredDifferenceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7519:205: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<SquaredDifferenceOptions> CreateSquaredDifferenceOptions(flatbuffers::FlatBufferBuilder &_fbb, const SquaredDifferenceOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:6999:130: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<AbsOptions> CreateAbsOptions(flatbuffers::FlatBufferBuilder &_fbb, const AbsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:6999:163: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<AbsOptions> CreateAbsOptions(flatbuffers::FlatBufferBuilder &_fbb, const AbsOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7529:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct MirrorPadOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7007:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct HardSwishOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:7531:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:7542:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeMirrorPadOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7543:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(MirrorPadOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7013:48: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeHardSwishOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7544:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<MirrorPadOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MirrorPadOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7014:59: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(HardSwishOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7015:139: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<HardSwishOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const HardSwishOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7542:81: error: ‘nullptr’ was not declared in this scopeMirrorPadOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7543:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(MirrorPadOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7544:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<MirrorPadOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MirrorPadOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7013:81: error: ‘nullptr’ was not declared in this scopeHardSwishOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7014:92: error: ‘nullptr’ was not declared in this scopevoid UnPackTo(HardSwishOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7015:172: error: ‘nullptr’ was not declared in this scopestatic flatbuffers::Offset<HardSwishOptions> Pack(flatbuffers::FlatBufferBuilder &_fbb, const HardSwishOptionsT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::HardSwishOptions> tflite::HardSwishOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7027:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h: In member function ‘flatbuffers::Offset<tflite::MirrorPadOptions> tflite::MirrorPadOptionsBuilder::Finish()’: ./tensorflow/lite/schema/schema_generated.h:7559:16: error: ‘end’ does not name a typeconst auto end = fbb_.EndTable(start_);^ ./tensorflow/lite/schema/schema_generated.h:7560:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<MirrorPadOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h:7561:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:7028:10: error: ‘o’ does not name a typeauto o = flatbuffers::Offset<HardSwishOptions>(end);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7573:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<MirrorPadOptions> CreateMirrorPadOptions(flatbuffers::FlatBufferBuilder &_fbb, const MirrorPadOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7029:12: error: ‘o’ was not declared in this scopereturn o;^ ./tensorflow/lite/schema/schema_generated.h:7573:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<MirrorPadOptions> CreateMirrorPadOptions(flatbuffers::FlatBufferBuilder &_fbb, const MirrorPadOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h: At global scope: ./tensorflow/lite/schema/schema_generated.h:7039:148: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a type flatbuffers::Offset<HardSwishOptions> CreateHardSwishOptions(flatbuffers::FlatBufferBuilder &_fbb, const HardSwishOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7039:181: error: ‘nullptr’ was not declared in this scope flatbuffers::Offset<HardSwishOptions> CreateHardSwishOptions(flatbuffers::FlatBufferBuilder &_fbb, const HardSwishOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);^ ./tensorflow/lite/schema/schema_generated.h:7583:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct UniqueOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ ./tensorflow/lite/schema/schema_generated.h:7047:8: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 struct LogicalAndOptions FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {^ In file included from /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/flatbuffers.h:20:0,from ./tensorflow/lite/schema/schema_generated.h:21,from ./tensorflow/lite/core/api/op_resolver.h:20,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: /home/ti-user/tisdk/build/arago-tmp-external-arm-toolchain/work/x86_64-linux/tensorflow-lite-native/1.15-r4/git/tensorflow/lite/tools/make/downloads/flatbuffers/include/flatbuffers/base.h:149:61: warning: scoped enums only available with -std=c++11 or -std=gnu++11#define FLATBUFFERS_VTABLE_UNDERLYING_TYPE : flatbuffers::voffset_t^ ./tensorflow/lite/schema/schema_generated.h:7585:32: note: in expansion of macro ‘FLATBUFFERS_VTABLE_UNDERLYING_TYPE’enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {^ In file included from ./tensorflow/lite/core/api/op_resolver.h:20:0,from ./tensorflow/lite/core/api/flatbuffer_conversions.h:24,from tensorflow/lite/core/api/flatbuffer_conversions.cc:16: ./tensorflow/lite/schema/schema_generated.h:7596:45: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeUniqueOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7053:49: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typeLogicalAndOptionsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7054:60: error: ‘resolver_function_t’ in namespace ‘flatbuffers’ does not name a typevoid UnPackTo(LogicalAndOptionsT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;^ ./tensorflow/lite/schema/schema_generated.h:7055:141: error: ‘rehasher_function_t’ in namespace ‘flatbuffers’ does not name a typestatic flatbuffers::Offset<LogicalAndOptions> Pack(flatbuffers::FlatBufferBuilder &_