Hi, I am having difficulties building protobuf using eclipse + gcc . I made a static library for protobuf ( only protobuf ,not protoc nor anything else) , it compiles good. when i link the library to my main project ,and starting building it with the library,then it failes.
I am getting many "undefined references" errors ,here is just a sample : C:\Users\Victor\Atollic\TrueSTUDIO\ARM_workspace\Protobuf-full\Debug/.. \google\protobuf/text_format.cc:958: undefined reference to `google::protobuf::internal::LogMessage::operator<<(char const*)' C:\Users\Victor\Atollic\TrueSTUDIO\ARM_workspace\Protobuf-full\Debug/.. \google\protobuf/text_format.cc:958: undefined reference to `google::protobuf::internal::LogFinisher::operator=(google::protobuf::internal::LogMessage&)' C:\Users\Victor\Atollic\TrueSTUDIO\ARM_workspace\Protobuf-full\Debug/.. \google\protobuf/text_format.cc:958: undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' C:\Users\Victor\Atollic\TrueSTUDIO\ARM_workspace\Protobuf-full\Debug/.. \google\protobuf/text_format.cc:958: undefined reference to `google::protobuf::internal::LogMessage::~LogMessage()' I am guessing that there is a problem with the configuration ,but i dont know what exactly. Can anyone help? Thanks Michael -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
