This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to Use __fsat() Lib Function



I used to use IQmath on F28035 MCU, now I want to port the code project to F28069 MCU and use FPU. I need to use __fsat() lib function. Even though I added rts2800_fpu32.lib into my project, and included <stdio.h>, I still had the following compiler error.

unresolved symbol ___fsat, first referenced in ./Source/Claw/SpeedLoop.obj  

How could I resolve the error? Please advise.

Many thanks!