新版工具有没有比较详细的教程呀?这个build_vx.sh我从上面那个链接下载下来 扔到nbg在的那个路径下编译 报makefile.linux:55: /common.target: No such file or directory
make: *** No rule to make target ‘/common.target’. Stop. 这个是不是还缺什么文件?
**khadas@Khadas:~/aml_npu_app/detect_library/model_code$ cd detect_yolo_v3
khadas@Khadas:~/aml_npu_app/detect_library/model_code/detect_yolo_v3$ ./build_vx.sh
COMPILE /home/khadas/aml_npu_app/DDK_6.3.3.4/detect_library/model_code/detect_yolo_v3/yolov3_process.c
COMPILE /home/khadas/aml_npu_app/DDK_6.3.3.4/detect_library/model_code/detect_yolo_v3/vnn_yolov3.c
vnn_yolov3.c: In function ‘vnn_CreateYolov3’:
vnn_yolov3.c:145:29: warning: unused variable ‘data’ [-Wunused-variable]
145 | uint8_t * data;
| ^~~~
At top level:
vnn_yolov3.c:94:17: warning: ‘load_data’ defined but not used [-Wunused-function]
94 | static uint8_t* load_data
| ^~~~~~~~~
COMPILE /home/khadas/aml_npu_app/DDK_6.3.3.4/detect_library/model_code/detect_yolo_v3/yolo_v3.c
make: Nothing to be done for 'all'.
khadas@Khadas:~/aml_npu_app/detect_library/model_code/detect_yolo_v3$ **
我这边在板子上几乎没有什么操作 仅仅是copy了一个build_vx.sh文件到生成的nbg那一堆文件路径下 然后就是一行指令 sh build_vx.sh arm64 然后就报makefile.linux:55: /common.target: No such file or directory
make: *** No rule to make target ‘/common.target’. Stop. 这个错误 你们有没有这个版本比较细的教程就是傻瓜一点的 感觉这个板子用起来真的好麻烦