I've downloaded BSEC_1.4.8.0_Generic_Release_updated_v3 package.
I use gcc-arm-none-eabi-10-2020-q4-major compiler and my architecture is ARM Cortex M4F, and my code has to compile with "softfp" value for -mfloat-abi option.
It seams that provided BSEC library located at algo/normal_version/bin/gcc/Cortex-M4F is compiled with "hard" value.
Can you provide me library with compiled with -mfloat-abi=softfp option ?
Thanks.