No, the C++ compiler is printing the error.I'm trying to run my first code on the raspberry piDoes this mean that C++ isn't installed?Code:
blink.cpp:1:10: fatal error: wiringPi.h: No such file or directory 1 | #include <wiringPi.h>
WiringPi won't work on a Raspberry Pi 5 due to changes in the hardware. The libgpio is the best way to go these days. I did a quick search, but didn't find a good blink example using libgpio, but I am sure there are some around.If so, how do I install C++ and/or wiringPi.h?
Is wiringPi.h deprecated for RPi5?
Statistics: Posted by AndyD — Sat Jan 04, 2025 11:17 pm