Caffe-installation-Raspberry-Pi-3
Caffe-installation-Raspberry-Pi-3 copied to clipboard
Makefile:581: recipe for target
Hello,
I followed every step of the installation description but at the step 'make all' it fails and I get this message in the terminal:
CXX src/caffe/solvers/nesterov_solver.cpp In file included from ./include/caffe/common.hpp:19:0, from ./include/caffe/blob.hpp:8, from ./include/caffe/net.hpp:10, from ./include/caffe/solver.hpp:7, from ./include/caffe/sgd_solvers.hpp:7, from src/caffe/solvers/nesterov_solver.cpp:3: ./include/caffe/util/device_alternate.hpp:34:23: fatal error: cublas_v2.h: No such file or directory #include <cublas_v2.h> ^ compilation terminated. Makefile:581: recipe for target '.build_release/src/caffe/solvers/nesterov_solver.o' failed make: *** [.build_release/src/caffe/solvers/nesterov_solver.o] Error 1
Any idea how to solve it?
Thank you
Sarmed
This could help you. https://groups.google.com/forum/#!topic/caffe-users/DAv5EcsvbIU your should change your makefile.config in order to find BLAS.
Tell me if you solved it