| 错误如下:
 
 [ 25%] Building CXX object CMakeFiles/rknn_mobilenet.dir/rknn_mobilenet.cpp.o
 make[2]:aarch64-linux-gnu-g++:命令未找到
 make[2]: *** [CMakeFiles/rknn_mobilenet.dir/build.make:63:CMakeFiles/rknn_mobilenet.dir/rknn_mobilenet.cpp.o] 错误 127
 make[1]: *** [CMakeFiles/Makefile2:68:CMakeFiles/rknn_mobilenet.dir/all] 错误 2
 make: *** [Makefile:84:all] 错误 2
 
 似乎是没有aarch64-linux-gnu-g++,但是我按照教程安装了
 gcc 和g++ 了呀,例如:sudo dnf install  - y gcc gcc - c ++。 
 
 
 
 |