I'm also trying to do the same thing, specifically for an embedded ARM 
Cortex-M4 processor.  I am using the GCC ARM Embedded [0] toolchain.  Did 
you have any luck with this?

Dale

[0] -- https://launchpad.net/gcc-arm-embedded

On Tuesday, January 15, 2013 4:00:05 AM UTC-8, hash code wrote:
>
> I can link protobuf statically with pthread:
>
> g++ -g -Wall example.pb.cc example.cc -o example -static -lprotobuf 
> -lpthread
>
> However I am going to use protobuf on the real time OS where pthread 
> library is not available. Is it possible to configure protobuf that way?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to