BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.01k stars 18.71k forks source link

needed by '.build_release/lib/libcaffe.a' #6894

Open MuQQQQQ opened 4 years ago

MuQQQQQ commented 4 years ago

Issue summary

I have successfully installed caffe, but when I try to add a new layer to caffe with sudo make clean, the command sudo make all -j8 cannot work.

The error is make: *** No rule to make target '.build_release/src/caffe/proto/caffe', needed by '.build_release/lib/libcaffe.a'. Stop.

How can I solve it?