F5OEO / PiFmRds

FM-RDS transmitter using the Raspberry Pi's PWM
GNU General Public License v3.0
48 stars 8 forks source link

Can't make PiFmRds on Kali Linux on a Raspberry Pi 1B #1

Open TechWreck20 opened 6 years ago

TechWreck20 commented 6 years ago

Output of "make": root@kali:~/PiFmRds/src# make gcc -Wall -std=gnu99 -c -g -O3 -march=armv6 -mtune=arm1176jzf-s -mfloat-abi=hard -mfpu=vfp -ffast-math -DRASPI=1 rds.c In file included from /usr/include/features.h:448:0, from /usr/include/arm-linux-gnueabi/bits/libc-header-start.h:3 , from /usr/include/stdint.h:26, from /usr/lib/gcc/arm-linux-gnueabi/7/include/stdint.h:9, from rds.c:21: /usr/include/arm-linux-gnueabi/gnu/stubs.h:10:11: fatal error: gnu/stubs-hard.h: No such file or directory

include <gnu/stubs-hard.h>

       ^~~~~~~~~~~~~~~~~~

compilation terminated. Makefile:32: recipe for target 'rds.o' failed make: *** [rds.o] Error 1 root@kali:~/PiFmRds/src#

TechWreck20 commented 6 years ago

Oh, and here's the output of "uname -a": root@kali: /PiFmRds/src# uname -a Linux kali 4.4.50 #1 Thu Apr 20 23:57:40 CDT 2017 armv6l GNU/Linux root@kali: /PiFmRds/src#