[protobuf] Compiling Protobuf

2012-12-05 Thread MichaelMelamud
Hi All, I downloaded the source files of the protobuf library,and now i am trying to compile it,but i am having few issues with that : I am working with Keil uvision IDE(http://www.keil.com/uvision/) ,while i am not using GCC nor Windows libraries , i am working with something that called realv

[protobuf] Protobuf build failed

2012-12-06 Thread MichaelMelamud
Hi, I am trying to use protobuf lite on uvision IDE runing ARMCC ,the compilation finishes just fine ,but the linking falied for some reason, i am getting many many multiply defined errors,what can i do ? , here is an example of the errors (there are many more) mcbstm32.axf: Error: L6200E: Symbo

[protobuf] Compiling protobuf with gcc troubles

2012-12-11 Thread MichaelMelamud
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 "un

[protobuf] Decoding protobuf buffer

2013-01-01 Thread MichaelMelamud
Hi, I have a file that is in protobuf format ,also i have the .proto schema ,i am working on a embedded platform,so using protobuf as is ,is a kind of problematic. I was trying to decode the buffer by myself but no luck for now , i red this document https://developers.google.com/protocol-buffers

[protobuf] Re: Decoding protobuf buffer

2013-01-01 Thread MichaelMelamud
Hi, Thank you all for your replies, i will defiantly try the protobuf- embedded tomorrow , it sounds great. to tell you the truth i managed to compile and run the full protobuf on my embedded system,but when i decode the messages ,the first message decodes fine, but the second message sends me to