Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Issues using the <math.h> library
-
Whenever trying to include the math.h library the compiler produces the following error messages:
/home/user/spresense/nuttx/include/cxx/cmath:39:11: error: '::float_t' has not been declared 39 | using ::float_t; | ^~~~~~~
This error message is repeated for every single data type.
-
The issue isresolved. I had forgot to enable "standard Math Library" under "Library Routines" in the configuration.
-
Thanks for coming back and sharing your solution!