12-15-2019 02:59 PM
Hello,
My environment is STM32Lr4(Cortex M4 core) core with GCC toolchain.
Apparently, libalgobsec.a BSEC library is compiled with "-mfloat-abi=softfp" option in GCC toolchain.
Unfortunately, all the other library I use are in hard float and I cant' produce an application executable.
Is it available libalgobsec.a compiled with "-mfloat-abi=hard" in GCC?
Thanks and Regards
12-17-2019 08:01 PM
Could you please confirm the BSEC version and static library file that you have tried? I believe the library under "gcc\Cortex_M4F" should already support "-mfloat-abi=hard" in BSEC 1.4.7.4.