g2gps opened a new pull request, #2151: URL: https://github.com/apache/nuttx-apps/pull/2151
## Summary Nuttx exports libm.a when `CONFIG_LIBM` is enabled. Adjust the application import makefile to pick this up when linking. ## Impact Applications using `CONFIG_BUILD_KERNEL` and `CONIFG_LIBM` can link correctly when needed. ## Testing Before this change, when trying to add `CONFIG_EXAMPLES_CALIB_UDELAY` ``` nuttx/apps/examples/calib_udelay/calib_udelay_main.c:282: undefined reference to `ceil' ``` With this change, the `calib_udelay` application links as expected. -- 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]
