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
Here is the error message: (py-rfcn) @LAB00100W:~/py-R-FCN/caffe$ make -j8 CXX/LD -o .build_release/tools/net_speed_benchmark.bin CXX tools/test_net.cpp CXX tools/compute_image_mean.cpp CXX tools/device_query.cpp CXX tools/upgrade_net_proto_text.cpp CXX tools/upgrade_net_proto_binary.cpp CXX tools/train_net.cpp CXX tools/convert_imageset.cpp .build_release/lib/libcaffe.so: undefined reference to google::protobuf::internal::AssignDescriptors(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, google::protobuf::internal::MigrationSchema const*, google::protobuf::Message const* const*, unsigned int const*, google::protobuf::MessageFactory*, google::protobuf::Metadata*, google::protobuf::EnumDescriptor const**, google::protobuf::ServiceDescriptor const**)' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, google::protobuf::io::CodedOutputStream*)' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::Message::GetTypeName[abi:cxx11]() const' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::Message::InitializationErrorStringabi:cxx11 const' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::io::CodedOutputStream::WriteStringWithSizeToArray(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned char*)' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, google::protobuf::io::CodedOutputStream*)' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::Message::DebugString[abi:cxx11]() const' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::MessageFactory::InternalRegisterGeneratedFile(char const*, void ()(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&))' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::internal::OnShutdownDestroyString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*)' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::MessageLite::ParseFromString(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::internal::WireFormatLite::ReadBytes(google::protobuf::io::CodedInputStream, std::__cxx11::basic_string<char, std::char_traits, std::allocator >)' .build_release/lib/libcaffe.so: undefined reference to google::base::CheckOpMessageBuilder::NewString[abi:cxx11]()' .build_release/lib/libcaffe.so: undefined reference to google::protobuf::internal::NameOfEnum[abi:cxx11](google::protobuf::EnumDescriptor const, int)' .build_release/lib/libcaffe.so: undefined reference to `google::protobuf::internal::WireFormatLite::WriteString(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, google::protobuf::io::CodedOutputStream*)' collect2: error: ld returned 1 exit status Makefile:619: recipe for target '.build_release/tools/net_speed_benchmark.bin' failed make: *** [.build_release/tools/net_speed_benchmark.bin] Error 1 make: *** Waiting for unfinished jobs....
google::protobuf::internal::AssignDescriptors(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, google::protobuf::internal::MigrationSchema const*, google::protobuf::Message const* const*, unsigned int const*, google::protobuf::MessageFactory*, google::protobuf::Metadata*, google::protobuf::EnumDescriptor const**, google::protobuf::ServiceDescriptor const**)' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::Message::GetTypeName[abi:cxx11]() const' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::io::CodedOutputStream::WriteStringWithSizeToArray(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned char*)' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::Message::DebugString[abi:cxx11]() const' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::OnShutdownDestroyString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*)' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' .build_release/lib/libcaffe.so: undefined reference to
google::base::CheckOpMessageBuilder::NewString[abi:cxx11]()' .build_release/lib/libcaffe.so: undefined reference to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is the error message:
(py-rfcn) @LAB00100W:~/py-R-FCN/caffe$ make -j8
CXX/LD -o .build_release/tools/net_speed_benchmark.bin
CXX tools/test_net.cpp
CXX tools/compute_image_mean.cpp
CXX tools/device_query.cpp
CXX tools/upgrade_net_proto_text.cpp
CXX tools/upgrade_net_proto_binary.cpp
CXX tools/train_net.cpp
CXX tools/convert_imageset.cpp
.build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::AssignDescriptors(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, google::protobuf::internal::MigrationSchema const*, google::protobuf::Message const* const*, unsigned int const*, google::protobuf::MessageFactory*, google::protobuf::Metadata*, google::protobuf::EnumDescriptor const**, google::protobuf::ServiceDescriptor const**)' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, google::protobuf::io::CodedOutputStream*)'.build_release/lib/libcaffe.so: undefined reference to
google::protobuf::Message::GetTypeName[abi:cxx11]() const' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::Message::InitializationErrorStringabi:cxx11 const'.build_release/lib/libcaffe.so: undefined reference to
google::protobuf::io::CodedOutputStream::WriteStringWithSizeToArray(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned char*)' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, google::protobuf::io::CodedOutputStream*)'.build_release/lib/libcaffe.so: undefined reference to
google::protobuf::Message::DebugString[abi:cxx11]() const' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::MessageFactory::InternalRegisterGeneratedFile(char const*, void ()(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&))'.build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::OnShutdownDestroyString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*)' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::MessageLite::ParseFromString(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)'.build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::WireFormatLite::ReadBytes(google::protobuf::io::CodedInputStream, std::__cxx11::basic_string<char, std::char_traits, std::allocator >)'.build_release/lib/libcaffe.so: undefined reference to
google::base::CheckOpMessageBuilder::NewString[abi:cxx11]()' .build_release/lib/libcaffe.so: undefined reference to
google::protobuf::internal::NameOfEnum[abi:cxx11](google::protobuf::EnumDescriptor const, int)'.build_release/lib/libcaffe.so: undefined reference to `google::protobuf::internal::WireFormatLite::WriteString(int, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, google::protobuf::io::CodedOutputStream*)'
collect2: error: ld returned 1 exit status
Makefile:619: recipe for target '.build_release/tools/net_speed_benchmark.bin' failed
make: *** [.build_release/tools/net_speed_benchmark.bin] Error 1
make: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered: