Hi Mickael,
When you create a new project in CodeWarrior for ColdFire 7.1 a library with a smaller footprint is added, because of this some routines and some features are not added, if you want to use the asin() function you need to add the full size library:
- Remove the “C_4i_CF_SZ_MSL.a” library from the Libs folder in your project.
- Make a right click on the Libs folder, click on “add files” and browse to “Program Files\Freescale\CodeWarrior for ColdFireV7.1\ColdFire_Support\msl\MSL_C\MSL_ColdFire\Lib” and add the “C_4i_CF_MSL.a” library.
- Compile the project and the error should not appear.
Hope it helps!
Best Regards,
Carlos Mendoza
Technical Support Engineer
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------