pkarashchenko opened a new pull request, #17502:
URL: https://github.com/apache/nuttx/pull/17502

   ## Summary
   
   Currently the code for `strtof`, `strtod` and `strtold` is in the list of 
files to compile unconditionally, but when trying to compile kernel with 
toolchain without `libm` support (`CONFIG_LIBM_NONE =y`) compilation fails 
because code refers `math.h`
   
   ## Impact
   
   Fix build with toolchains that do not have `math.h` (`libm` support) and 
`CONFIG_LIBM_NONE=y`
   
   ## Testing
   
   `same70-qmtech:mcuboot-loader` configuration compiles on MAC with 
`arm-none-eabi-gcc` installed from `brew`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to