Qengineering / YoloV10-ncnn-Raspberry-Pi-4

YoloV10 for a bare Raspberry Pi 4 or 5

Home Page:https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue running Cmake

tuvovan opened this issue · comments

Hi I'm trying to compile using Cmake. I got the following error:

make[2]: *** No rule to make target '/usr/local/lib/ncnn/libncnn.a', needed by '/home/pi/code/MyDir/YoloV10'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 50%] Building CXX object CMakeFiles/YoloV10.dir/yolov10.cpp.o /home/pi/code/MyDir/yolov10.cpp:1:10: fatal error: layer.h: No such file or directory 1 | #include "layer.h" | ^~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/YoloV10.dir/build.make:76: CMakeFiles/YoloV10.dir/yolov10.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: C

Can you please let me know what is the issue here?

Did you install ncnn on your RPi?

thanks! it works now!