I have a fresh install on a RPi zero w, and am having an error after 'make'
gcc -Wall -Wno-multichar -std=gnu99 -C -g -01 -march=armv6 -mtune=arm1176jzf-s
-mfloat-abi=hard-mfpu=vfp-ffast-math-DRASPI=1rds.c
In file included from rds.c:8:
/usr/lib/gcc/arm-linux-gnueabihf/10/include/stint.h:9:16:fatal error: stdint.h: No such file or directory
9 # include next ‹stdint.h>
compilation terminated.
make: *** [Makefile: 36: rds.o] Error 1
I have a fresh install on a RPi zero w, and am having an error after 'make'