Hello,
I'm now struggling building make matcaffe.
If I just clone the code, I could successfully making caffe with "make all -j8", but with "make matcaffe", I get MEX completed successfully but error below:
MEX completed successfully.
#@ if [ -f "caffe_.d" ]; then
mv -f caffe_.d .build_release/matlab/caffe/caffe.d;
fi
mv: cannot stat 'caffe_.d': No such file or directory
Makefile:459: recipe for target 'matlab/caffe/caffe.mexa64' failed
make: *** [matlab/caffe/caffe.mexa64] Error 1
I'm now wondering if this cause by different environment setting,
I used cuda7.5, matlab2015b. without cudnn
Could you share with me your environment setting?
Or anyone has any idea about the error message?
Hello,
I'm now struggling building make matcaffe.
If I just clone the code, I could successfully making caffe with "make all -j8", but with "make matcaffe", I get MEX completed successfully but error below:
MEX completed successfully.
#@ if [ -f "caffe_.d" ]; then
mv -f caffe_.d .build_release/matlab/caffe/caffe.d;
fi
mv: cannot stat 'caffe_.d': No such file or directory
Makefile:459: recipe for target 'matlab/caffe/caffe.mexa64' failed
make: *** [matlab/caffe/caffe.mexa64] Error 1
I'm now wondering if this cause by different environment setting,
I used cuda7.5, matlab2015b. without cudnn
Could you share with me your environment setting?
Or anyone has any idea about the error message?