A vote for the excellent NanoPB, it is well documented, generates clean code, and works across a wide range of embedded systems. We have been using it for many years without issues. https://koti.kapsi.fi/jpa/nanopb/
Kevin On Thursday, October 20, 2016 at 12:00:19 PM UTC-5, Adam Cozzette wrote: > > We don't support C (just C++) in the main protobuf implementation, and I > believe this is mostly because there has not been a lot of interest in a C > implementation. However, there are some other implementations out there > that support C--for example, you might want to look at upb > <https://github.com/google/upb> (which we already use in the internals of > the Ruby and PHP implementations), protobuf-c > <https://github.com/protobuf-c/protobuf-c>, and others listed here > <https://github.com/google/protobuf/blob/master/docs/third_party.md>. > > On Mon, Oct 17, 2016 at 10:52 PM, santhosh Jayawadagi <[email protected] > <javascript:>> wrote: > >> Protoc compiler cannot generate file for C program , why ? >> >> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/protobuf. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
