Hi
I want to use Sqrt() function from math.h but in my application it triggers some errors. Kindly guide me on how to properly include the math.h library into my application
Thanks & Regards,
Navin
Hi,
The error you are getting could be due to the malformed line in your prj.conf (line 24), where there is a whitespace in line 24 where you've written
' CONFIG_NEWLIB_LIBC=y', instead of 'CONFIG_NEWLIB_LIBC=y'.
Let me know if this worked out.
Kind regards,
Andreas