hid4java
hid4java copied to clipboard
Linux build linux-armel is failing
trafficstars
Running ./build-hidapi.sh linux-armel results in an error.
- When running this build an error occurs stating that claims a header is missing.
hid.c:44:10: fatal error: libudev.h: No such file or directory 44 | #include <libudev.h> | ^~~~~~~~~~~
Furthemore, the toolchain seems to be wrong:
- The toolchain seems to be incorrectly using the
hfsuffixgcc-arm-linux-gnueabihfshould begcc-arm-linux-gnueabi--host=arm-linux-gnueabihfshould be--host=arm-linux-gnueabilibudev-dev:armhfshould belibudev-dev:armel
I attempted to fix this by hand, but after a few unsuccessful builds dockcross is telling me You don't have enough free space in /var/cache/apt/archives/., which I can't figure out how to fix. 😆