mattjlewis / diozero

Java Device I/O library that is portable across Single Board Computers and microcontrollers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos / Pico. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
https://www.diozero.com
MIT License
261 stars 59 forks source link

com.google.protobuf:protoc:exe:linux-arm_32:3.17.2 missing #107

Open sgjava opened 1 year ago

sgjava commented 1 year ago

Trying to build on ARM32 Lunix platform with mvn clean install -DskipTests Maybe like https://github.com/grpc/grpc-java/issues/3505

mattjlewis commented 1 year ago

Not sure what can be done about this. Possibly the only thing is to check in the protoc generated Java files whenever the diozero.proto file changes - change the target directory for the protoc output files to be in src/main/java.

sgjava commented 1 year ago

Maybe check platform and build if not provided? https://github.com/grpc/grpc-java/blob/master/COMPILING.md