edgetpu-minimal-example icon indicating copy to clipboard operation
edgetpu-minimal-example copied to clipboard

compile error on Jetson nano aarch64 platform.

Open jk78346 opened this issue 2 years ago • 0 comments

Hi, I found that there is an compiling error when I trying to natively build this project on Jetson nano the aarch64 arch. Here is part of the output. Any idea on this issue?

download_dependencies.sh completed successfully.
[ 21%] Performing build step for 'tf'
[ 28%] Performing install step for 'tf'
[ 35%] Completed 'tf'
[ 57%] Built target tf
[ 71%] Built target model_utils
make[2]: *** No rule to make target 'tensorflow/src/tf/tensorflow/lite/tools/optimize/sparsity/format_converter.cc', needed by 'CMakeFiles/minimal.dir/tensorflow/src/tf/tensorflow/lite/tools/optimize/sparsity/format_converter.cc.o'.  Stop.
CMakeFiles/Makefile2:124: recipe for target 'CMakeFiles/minimal.dir/all' failed
make[1]: *** [CMakeFiles/minimal.dir/all] Error 2
Makefile:100: recipe for target 'all' failed
make: *** [all] Error 2

jk78346 avatar Oct 31 '22 23:10 jk78346