Hello all,
I am attempting to develop an application which utilizes a third party library for proprietary sensor calculations. This library requires the use of floating point math library calls, such as hardfp_pow, hardfp_exp, hardfp_sqrtf, hardfp_sin, etc.
Is there a specific library configuration I need to include in my project settings so that the linker can include the appropriate math library supporting these calls?
Thanks in advance!
Mark