protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Protoc for linux-arm_32?

Open heychirag opened this issue 4 years ago • 1 comments

What version of protobuf and what language are you using? Version: ALL Language: Java

What operating system (Linux, Windows, ...) and version? Linux

What runtime / compiler are you using (e.g., python version or gcc version) Apache Maven 3.6.0 Maven home: /usr/share/maven Java version: 11.0.8, vendor: Raspbian, runtime: /usr/lib/jvm/java-11-openjdk-armhf Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "4.19.118-v7+", arch: "arm", family: "unix"

What did you do? Steps to reproduce the behavior:

  1. Tried to build a protoc project on a Raspberrypi (ARM32)

What did you expect to see The project should have been able to build SUCCESSFULLY

What did you see instead? The project FAILED to build.

Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).

Anything else we should know about your project / environment I don't see protoc for linux-arm_32 in the Maven repository. Could you please add it?

heychirag avatar Aug 16 '20 22:08 heychirag

This has been down similarly to ARMs 64 bit architecture already: https://github.com/protocolbuffers/protobuf/issues/3844

paulbastian avatar Dec 28 '20 16:12 paulbastian