Need BSEC library compiled with -mfloat-abi=softfp option

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.

Best reply by BSTRobin

Hello DanijelH,

Yes, you could try to use library under "BSEC_1.4.8.0_Generic_Release\algo\normal_version\bin\gcc\Cortex_M4" folder. This library is used for Cortex-M4 without hardware floating point.

View original
3 replies
Resolved