Hello,
I am implementing a project on S32K144 using the S32DS IDE v3.4, when I use the "round" function and build the project I get the error :
even though I made sure to include the math.h libraryany reason for that ?
Thank you.
已解决! 转到解答。
Hi,
math.h is only header file for math library. You need to add libm.a library into your project in project properties:
在原帖中查看解决方案