You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use "npm install wiring-pi" got the following error as stated below: wiringPiSPI.c: In function 'wiringPiSPIDataRW':
wiringPiSPI.c:89:35: error: '_IOC_SIZEBITS' undeclared (first use in this function)
See http://lists.busybox.net/pipermail/buildroot/2016-June/163435.html
CHANGED wiringPiSPI.c
ADDING #include <asm/ioctl.h>
BEFORE #include <sys/ioctl.h>
I tried to use "npm install wiring-pi" got the following error as stated below:
wiringPiSPI.c: In function 'wiringPiSPIDataRW':
wiringPiSPI.c:89:35: error: '_IOC_SIZEBITS' undeclared (first use in this function)
See http://lists.busybox.net/pipermail/buildroot/2016-June/163435.html
Keep in mind there is a wiringpi package under alpine linux installing gpio under /usr/bin!
Yours goes into /usr/local/bin and according to PATH is called BEFORE the alpine linux installed one.
https://pkgs.alpinelinux.org/package/edge/community/armhf/wiringpi
Please look also at node-gyp rebuild it produces a lot of deprecation messages!
Saying ForceSet must be replaced ...
Here my stack:
The text was updated successfully, but these errors were encountered: