nopnop2002 / Raspberry-W25Q64

SPI Flash Memory W25Q64 Access Library for RaspberryPi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

for us πŸ™‹β€β™‚οΈ less informed wiringPi.h: No such file or directory

ipatch opened this issue Β· comments

commented

cloned the repo then tried to build the source, unfortunately i'm unable to build due to two missing header files.

wiringPiSPI.h
wiringPi.h

i'm running raspbian buster on a raspberry pi 4.

a quick search informed me that i need the wiringpi libraries installed

am able to fix with

sudo apt update;
sudo apt install wiringpi

just thought i'd add this here incase anybody else runs into issue, such as future me πŸ‘΄πŸΌ

commented

somehow i missed / overlooked this

https://github.com/nopnop2002/Raspberry-W25Q64#software-requirement

πŸ€¦β€β™€οΈ