06-21-2020 05:32 PM
Hello,
We use BME680 sensor and a ARM Cortex M7 (STM32H743) as MCU. We're struggling to compile our project with given BSEC library file with FPU option -mfloat-abi=softfp (Mix HW/SW inplementation).
The library for Cortex-M7 you released in SW package works with -mfloat-abi=hard only.
Could you please support us with this library?
Best regards,
NH
Solved! Go to Solution.
06-22-2020 04:33 PM
In order to forward your request to our BSEC team, could you please confirm which of the supported compilers are you currently using in your project?
06-22-2020 05:32 PM
Hi,
Thanks for feedback. We use GCC as compiler.
06-24-2020 12:24 AM
Hello,
For more accurate, we're using below project settings for GCC:
-mfpu=fpv5-d16 -mfloat-abi=softfp
Thanks,
NH
06-24-2020 05:03 PM