We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照文档在examples/rtsp_yolo_demo下执行maixcdk build后报错: [ 97%] Building CXX object main/CMakeFiles/main.dir/src/main.cpp.o In file included from /root/maix/MaixCDK/examples/rtsp_yolo_demo/main/include/sophgo_middleware.hpp:11, from /root/maix/MaixCDK/examples/rtsp_yolo_demo/main/src/main.cpp:17: /root/maix/MaixCDK/components/3rd_party/sophgo-middleware/sophgo-middleware/v2/include/cvi_buffer.h:20:10: fatal error: linux/cvi_math.h: No such file or directory 20 | #include <linux/cvi_math.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [main/CMakeFiles/main.dir/build.make:76: main/CMakeFiles/main.dir/src/main.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:1184: main/CMakeFiles/main.dir/all] Error 2 gmake: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
按照文档在examples/rtsp_yolo_demo下执行maixcdk build后报错:
[ 97%] Building CXX object main/CMakeFiles/main.dir/src/main.cpp.o
In file included from /root/maix/MaixCDK/examples/rtsp_yolo_demo/main/include/sophgo_middleware.hpp:11,
from /root/maix/MaixCDK/examples/rtsp_yolo_demo/main/src/main.cpp:17:
/root/maix/MaixCDK/components/3rd_party/sophgo-middleware/sophgo-middleware/v2/include/cvi_buffer.h:20:10: fatal error: linux/cvi_math.h: No such file or directory
20 | #include <linux/cvi_math.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [main/CMakeFiles/main.dir/build.make:76: main/CMakeFiles/main.dir/src/main.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:1184: main/CMakeFiles/main.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered: