You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: