masayuki2009 commented on PR #8489: URL: https://github.com/apache/nuttx/pull/8489#issuecomment-1426562845
@GUIDINGLI ``` ==================================================================================== Configuration/Tool: sim/nxwm ------------------------------------------------------------------------------------ Cleaning... Configuring... Building NuttX... src/cnxtimer.cxx: In member function 'void NXWidgets::CNxTimer::start()': Error: src/cnxtimer.cxx:145:34: error: division by zero [-Werror=div-by-zero] 145 | uint32_t ticks = m_timeout / MSEC_PER_TICK; | ^ cc1plus: all warnings being treated as errors make[3]: *** [/github/workspace/sources/apps/Application.mk:161: cnxtimer.cxx.github.workspace.sources.apps.graphics.nxwidgets.o] Error 1 make[3]: Target 'all' not remade because of errors. make[2]: *** [Makefile:52: /github/workspace/sources/apps/graphics/nxwidgets_all] Error 2 make[2]: Target '/github/workspace/sources/apps/libapps.a' not remade because of errors. make[1]: *** [Makefile:46: all] Error 2 make: *** [tools/LibTargets.mk:216: /github/workspace/sources/apps/libapps.a] Error 2 make: Target 'all' not remade because of errors. ``` -- 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