-
Notifications
You must be signed in to change notification settings - Fork 51
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
caffe make error #1
Comments
NVCC src/caffe/layers/conv_layer.cu |
Makefile:USE_OPENCV = 0 Makefile.config: USE_OPENCV := 0 |
new version https://github.com/BVLC/caffe make is smoothly |
I think opencv 3.x requires |
when i make caffe in ubuntu 14.04; useopcv=0 USE_OPENCV := 0
error:
ubuntu@ip-172-30-0-107:/opt/practice/dqnnew/nips2015-action-conditional-video-prediction/caffe$ make
CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin
.build_release/lib/libcaffe.so: undefined reference to
cv::fastFree(void*)' .build_release/lib/libcaffe.so: undefined reference to
cv::String::deallocate()'.build_release/lib/libcaffe.so: undefined reference to
cv::String::allocate(unsigned long)' .build_release/lib/libcaffe.so: undefined reference to
cv::imread(cv::String const&, int)'.build_release/lib/libcaffe.so: undefined reference to
cv::Mat::copySize(cv::Mat const&)' .build_release/lib/libcaffe.so: undefined reference to
cv::Mat::copyTo(cv::_OutputArray const&) const'.build_release/lib/libcaffe.so: undefined reference to `cv::Mat::deallocate()'
collect2: error: ld returned 1 exit status
make: *** [.build_release/tools/upgrade_net_proto_text.bin] Error 1
The text was updated successfully, but these errors were encountered: