acarsdec icon indicating copy to clipboard operation
acarsdec copied to clipboard

-mfpu= Argument not recognised

Open keukenrol opened this issue 2 years ago • 5 comments
trafficstars

Hi

I have compiled version 3.7 on my raspberry pi 3b+. When following the compilation guide in the readme, it states to change the add_compile_options line. I have done this, but the -mfpu argument was not recognised. I did remove it and it compiled without further issues. Software works as expected.

best regards

Tim

keukenrol avatar Feb 09 '23 19:02 keukenrol

What is your gcc version ? gcc --version

TLeconte avatar Feb 10 '23 11:02 TLeconte

gcc (Debian 10.2.1-6) 10.2.1 20210110

keukenrol avatar Feb 10 '23 11:02 keukenrol

Not too old. That's strange because -mfpu is still documented : https://gcc.gnu.org/onlinedocs/gcc-10.4.0/gcc/ARM-Options.html#ARM-Options

TLeconte avatar Feb 10 '23 12:02 TLeconte

@keukenrol Are you running a 64 bit OS? I just had the same problem, removed that argument and it worked

0ip avatar Feb 17 '23 21:02 0ip

Yes, as commented I did the same thing to get it working.

keukenrol avatar Feb 17 '23 21:02 keukenrol