Skip to content
New issue

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

make[1]: *** [CMakeFiles/yolov3-plugin.dir/all] Error 2 #87

Open
fengshengri opened this issue Aug 6, 2021 · 0 comments
Open

make[1]: *** [CMakeFiles/yolov3-plugin.dir/all] Error 2 #87

fengshengri opened this issue Aug 6, 2021 · 0 comments

Comments

@fengshengri
Copy link

Share the problem I encountered and the solution.
problem: i have cmake .. successfully , and after make -j8 :
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/yolov3-plugin.dir/all' failed
make[1]: ** [CMakeFiles/yolov3-plugin.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

and you can try:
sudo apt-get install glew-utils

or you need look at CMakeLists.txt, and make sure you have these files(.so) on your system:
libcaffe.so、libglog.so、liggflags.so.2、libboost_system.so、libGLEW.so.1.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant