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
我是在Linux下的vscode进行单模块调试,example/rpcExample/callee,会出现类似这种错误 /usr/bin/ld: /tmp/ccvavNMB.o:(.data.rel.ro._ZTV13FriendService[_ZTV13FriendService]+0x20): undefined reference to fixbug::FiendServiceRpc::GetDescriptor()' /usr/bin/ld: /tmp/ccvavNMB.o:(.data.rel.ro._ZTV13FriendService[_ZTV13FriendService]+0x28): undefined reference to fixbug::FiendServiceRpc::CallMethod(google::protobuf::MethodDescriptor const*, google::protobuf::RpcController*, google::protobuf::Message const*, google::protobuf::Message*, google::protobuf::Closure*)',应该如何编写调试文件
fixbug::FiendServiceRpc::GetDescriptor()' /usr/bin/ld: /tmp/ccvavNMB.o:(.data.rel.ro._ZTV13FriendService[_ZTV13FriendService]+0x28): undefined reference to
The text was updated successfully, but these errors were encountered:
Message that will be displayed on users' first issue
Sorry, something went wrong.
已经解决,还需要将.pd.cc文件链接
No branches or pull requests
我是在Linux下的vscode进行单模块调试,example/rpcExample/callee,会出现类似这种错误
/usr/bin/ld: /tmp/ccvavNMB.o:(.data.rel.ro._ZTV13FriendService[_ZTV13FriendService]+0x20): undefined reference to
fixbug::FiendServiceRpc::GetDescriptor()' /usr/bin/ld: /tmp/ccvavNMB.o:(.data.rel.ro._ZTV13FriendService[_ZTV13FriendService]+0x28): undefined reference to
fixbug::FiendServiceRpc::CallMethod(google::protobuf::MethodDescriptor const*, google::protobuf::RpcController*, google::protobuf::Message const*, google::protobuf::Message*, google::protobuf::Closure*)',应该如何编写调试文件The text was updated successfully, but these errors were encountered: