2018-06-14 08:13 AM
Hi everyone,
I've downloaded the basic project of the SensorTile from t
he St official site
, when I try to rebuild with the IAR platform I obtain this error:Error[Li005]: no definition for '__iar_FSin' [referenced from motion_fx.o(MotionFX200_CM4F_IAR_ot.a)]
Is there a solution to solve that?
2018-06-18 03:33 AM
Which version of IAR are you using?
2018-06-18 05:49 AM
I'm using the version 8.22.2 of IAR.
2018-06-18 07:34 AM
OK, in this case you have to use library dedicated for IAR 8 (MotionFX100_CM0P_IAR8_ot.a).
You can find the library in
package.2018-06-19 08:34 AM
Thank you