Unable to use round function

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to use round function

Jump to solution
1,551 Views
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.

Tags (2)
0 Kudos
Reply
1 Solution
1,522 Views
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

 

View solution in original post

0 Kudos
Reply
4 Replies
1,523 Views
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 Kudos
Reply
844 Views
rithic
Contributor II

Is there a similar solution for the imxrt1176 

I am getting a similar error this is the embedded coder window

rithic_0-1737554784335.png

 

The exact error from the diagnostic window

rithic_1-1737554842734.png

 

 

0 Kudos
Reply
839 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

I'm not familiar with imxrt1176 and it's development tool, but the principle is very same. You need add math library and let the linker know where the library archive is (library path - if it is not already configured). 

0 Kudos
Reply
1,489 Views
DemaQasem
Contributor II
thank you so much ! it worked.
0 Kudos
Reply