Hi there.
I was trying to make a simple blink program on c++ for the py, but each time, while compiling, it says "wiringPi.h" no such file or directory.
I searched online and some people forgot a capital letter or a space, and when running sudo "find / -name wiringPi.h" they found the library installed. I runned that command, and the only output I find was this:
find: '/run/user/1000/gvfs': Permission denied
find: '/run/user/1000/doc': Permission denied
Any idea why does it show that?
I was trying to make a simple blink program on c++ for the py, but each time, while compiling, it says "wiringPi.h" no such file or directory.
I searched online and some people forgot a capital letter or a space, and when running sudo "find / -name wiringPi.h" they found the library installed. I runned that command, and the only output I find was this:
find: '/run/user/1000/gvfs': Permission denied
find: '/run/user/1000/doc': Permission denied
Any idea why does it show that?
Statistics: Posted by ilovekittens — Wed Apr 16, 2025 4:36 pm — Replies 1 — Views 49