Unable to use round function

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Unable to use round function

跳至解决方案
284 次查看
DemaQasem
Contributor II

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  : 

DemaQasem_0-1707044718193.png

 

even though I made sure to include the math.h library
any reason for that  ?

Thank you.

标记 (2)
0 项奖励
1 解答
255 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

math.h is only header file for math library. You need to add libm.a library into your project in project properties: 

jiri_kral_0-1707130775057.png

 

在原帖中查看解决方案

0 项奖励
2 回复数
256 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

math.h is only header file for math library. You need to add libm.a library into your project in project properties: 

jiri_kral_0-1707130775057.png

 

0 项奖励
222 次查看
DemaQasem
Contributor II
thank you so much ! it worked.
0 项奖励