You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm following along with your YouTube video, and when I type in MakeFile I get the following, "magana@apple:~/PiFmRds/src $ make clean rm -f *.o *_test" and then when I type the following command "Make" I get this error, " gcc -Wall -std=gnu99 -c -g -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -ffast-math -DRASPI=4 rds_strings.c
cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU
make: *** [Makefile:43: rds_strings.o] Error 1"
Can you please help me
The text was updated successfully, but these errors were encountered:
Hi! I'm following along with your YouTube video, and when I type in MakeFile I get the following, "magana@apple:~/PiFmRds/src $ make clean rm -f *.o *_test" and then when I type the following command "Make" I get this error, " gcc -Wall -std=gnu99 -c -g -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -ffast-math -DRASPI=4 rds_strings.c
cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU
make: *** [Makefile:43: rds_strings.o] Error 1"
Can you please help me
The text was updated successfully, but these errors were encountered: