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
When trying to install 433Utils, I came across this error:
pi@raspberrypi:~/433Utils/RPi_utils$ make
g++ -DRPI -c -o ../rc-switch/RCSwitch.o ../rc-switch/RCSwitch.cpp
In file included from ../rc-switch/RCSwitch.cpp:34:
../rc-switch/RCSwitch.h:43:14: fatal error: wiringPi.h: No such file or directory
43 | #include <wiringPi.h>
| ^~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: ../rc-switch/RCSwitch.o] Error 1
I tried replacing #include <wiringPi.h> with #include </usr/include/wiringPi.h>, but it seems that file does not exist. I installed wiringPi with sudo apt-get install wiringpi, but i couldn't find the wiringPi.h file.
The text was updated successfully, but these errors were encountered:
When trying to install 433Utils, I came across this error:
I tried replacing
#include <wiringPi.h>
with#include </usr/include/wiringPi.h>
, but it seems that file does not exist. I installed wiringPi withsudo apt-get install wiringpi
, but i couldn't find thewiringPi.h
file.The text was updated successfully, but these errors were encountered: