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
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