miegl / PiFmAdv

Advanced Raspberry Pi FM transmitter with RDS encoding
GNU General Public License v3.0
484 stars 82 forks source link

‘make’ error on RPi Zero w #85

Closed RunningUtes closed 2 years ago

RunningUtes commented 2 years ago

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
RunningUtes commented 2 years ago

I was able to fix this after installing some additional files.