Open hackerjimbo opened 2 months ago
This also happens on the new 2.7.0 build. I even removed the system gpiod libraries to see if that helped. It didn't. What am I missing here?
This is a fully up-to-date 32-bit Raspberry Pi OS 12 (bookworm) running on a Pi 3. I don't expect the Pi 3 to be the issue but I think the fault lies with building on a 32-bit OS.
In trying to fix the issue of it core dumping on a Pi 0/1 (ARM v6) I'm building Pi4J on a 32-bit Raspberry Pi OS 12 running on a Pi 3. I'm using the
HEAD
of the build, literallygit pull https://github.com/Pi4J/pi4j-v2
The build is almost OK except during the test phase when the following output occurs:If I run
mvn -DskipTests package
then it builds fine.Any ideas?