We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CXX/LD -o .build_release/tools/compute_image_mean.bin .build_release/lib/libcaffe.so: undefined reference to void caffe::hdf5_load_nd_dataset<double>(int, char const*, int, int, caffe::Blob<double>*)' .build_release/lib/libcaffe.so: undefined reference to void caffe::hdf5_load_nd_dataset(int, char const*, int, int, caffe::Blob*)' .build_release/lib/libcaffe.so: undefined reference to caffe::hdf5_get_name_by_idx[abi:cxx11](int, int)' .build_release/lib/libcaffe.so: undefined reference to void caffe::hdf5_save_nd_dataset(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, caffe::Blob const&, bool)' .build_release/lib/libcaffe.so: undefined reference to caffe::hdf5_get_num_links(int)' .build_release/lib/libcaffe.so: undefined reference to void caffe::hdf5_save_nd_dataset(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, caffe::Blob const&, bool)' collect2: error: ld returned 1 exit status Makefile:568: recipe for target '.build_release/tools/compute_image_mean.bin' failed make: *** [.build_release/tools/compute_image_mean.bin] Error 1
void caffe::hdf5_load_nd_dataset<double>(int, char const*, int, int, caffe::Blob<double>*)' .build_release/lib/libcaffe.so: undefined reference to
caffe::hdf5_get_name_by_idx[abi:cxx11](int, int)' .build_release/lib/libcaffe.so: undefined reference to
caffe::hdf5_get_num_links(int)' .build_release/lib/libcaffe.so: undefined reference to
The text was updated successfully, but these errors were encountered:
Hi @quasae ,
were you able to figure out the solution for the above problem.
Sorry, something went wrong.
Compiler cannot find library hdf5, you should add the path of hdf5 to library path, for example:
No branches or pull requests
CXX/LD -o .build_release/tools/compute_image_mean.bin
.build_release/lib/libcaffe.so: undefined reference to
void caffe::hdf5_load_nd_dataset<double>(int, char const*, int, int, caffe::Blob<double>*)' .build_release/lib/libcaffe.so: undefined reference to
void caffe::hdf5_load_nd_dataset(int, char const*, int, int, caffe::Blob*)'.build_release/lib/libcaffe.so: undefined reference to
caffe::hdf5_get_name_by_idx[abi:cxx11](int, int)' .build_release/lib/libcaffe.so: undefined reference to
void caffe::hdf5_save_nd_dataset(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, caffe::Blob const&, bool)'.build_release/lib/libcaffe.so: undefined reference to
caffe::hdf5_get_num_links(int)' .build_release/lib/libcaffe.so: undefined reference to
void caffe::hdf5_save_nd_dataset(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, caffe::Blob const&, bool)'collect2: error: ld returned 1 exit status
Makefile:568: recipe for target '.build_release/tools/compute_image_mean.bin' failed
make: *** [.build_release/tools/compute_image_mean.bin] Error 1
The text was updated successfully, but these errors were encountered: