I had exactly the same problem. Thanks to Feng Xiao's reply below I was able to make a patch that works for me (on ODROID C2 and Ubuntu Mate), I've put the patch file on my public Dropbox folder.
You can apply it e.g. like that $ wget -O protobuf-2.5.0-arm64.patch https://www.dropbox.com/s/713wql5cw9dfxhx/protobuf-2.5.0-arm64.patch?dl=0 $ tar xfz protobuf-2.5.0.tar.gz $ cd protobuf-2.5.0 $ patch -p1 < ../protobuf-2.5.0-arm64.patch and then configure and build as you would typically do -- 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.
