Ouss4 commented on PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1117407107
@pussuw there seem to be some warnings: ``` stdlib/lib_cxa_atexit.c:83:13: error: '__cxa_callback' defined but not used [-Werror=unused-function] ``` CI turns warnings into errors, I don't know if you do that too, but you can with: `make EXTRAFLAGS="-Wno-cpp -Werror"`. (there are some `make[3]: arm-nuttx-eabi-gcc: Command not found` as well, there is an issue with the script apparently when the previous config is skipped, please ignore it for now.) -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org