iamandi / nanopb

Automatically exported from code.google.com/p/nanopb
zlib License
0 stars 0 forks source link

Add compile time option to build without 64-bit support #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently nanopb requires the compiler to support uint64_t. It might be worth 
it to have a option like PB_NO_64BIT to disable the parts that require 
uint64_t, in order to support more limited compilers.

Original issue reported on code.google.com by Petteri.Aimonen on 11 Sep 2013 at 1:49