TLeconte / acarsdec

ACARS SDR decoder
337 stars 89 forks source link

-mfpu= Argument not recognised #103

Open keukenrol opened 1 year ago

keukenrol commented 1 year ago

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

TLeconte commented 1 year ago

What is your gcc version ? gcc --version

keukenrol commented 1 year ago

gcc (Debian 10.2.1-6) 10.2.1 20210110

TLeconte commented 1 year ago

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

0ip commented 1 year ago

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

keukenrol commented 1 year ago

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