According to my understanding, I should be bale to build this repo to produce a libvx_delegate.so binary file, which can be called using TFLite to run model inference on the NPU. However when trying to build the package, I'm experiencing a complete system crash.
According to my understanding, I should be bale to build this repo to produce a
libvx_delegate.so
binary file, which can be called using TFLite to run model inference on the NPU. However when trying to build the package, I'm experiencing a complete system crash./bin/sh: 1: /home/pi/Desktop/wksp/tflite-vx-delegate/build/_deps/tim-vx-build/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++: Exec format error make[3]: *** [_deps/tim-vx-build/src/tim/CMakeFiles/tim-vx.dir/build.make:63: _deps/tim-vx-build/src/tim/CMakeFiles/tim-vx.dir/vx/builtin_op.cc.o] Error 2 make[2]: *** [CMakeFiles/Makefile2:7050: _deps/tim-vx-build/src/tim/CMakeFiles/tim-vx.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs....
Would cross compilation be a better solution?