masayuki2009 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284763943
@xiaoxiang781216 The CI detected the following errors. ``` ==================================================================================== Configuration/Tool: sabre-6quad/netknsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI ------------------------------------------------------------------------------------ Cleaning... Configuring... Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Building NuttX... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 53 496k 53 265k 0 0 552k 0 --:--:-- --:--:-- --:--:-- 552k 100 496k 100 496k 0 0 967k 0 --:--:-- --:--:-- --:--:-- 7198k /github/workspace/sources/apps /github/workspace/sources/nuttx telnetd_daemon.c: In function 'telnetd_daemon': Error: telnetd_daemon.c:316:65: error: macro "task_spawnattr_setstacksize" passed 2 arguments, but takes just 1 316 | task_spawnattr_setstacksize(&attr, config->t_stacksize); | ^ In file included from telnetd_daemon.c:34: /github/workspace/sources/apps/import/include/spawn.h:224: note: macro "task_spawnattr_setstacksize" defined here 224 | # define task_spawnattr_setstacksize(fa) (0) | Error: telnetd_daemon.c:316:11: error: 'task_spawnattr_setstacksize' undeclared (first use in this function); did you mean 'pthread_attr_setstacksize'? 316 | task_spawnattr_setstacksize(&attr, config->t_stacksize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | pthread_attr_setstacksize telnetd_daemon.c:316:11: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [/github/workspace/sources/apps/Application.mk:146: telnetd_daemon.c.github.workspace.sources.apps.netutils.telnetd.o] Error 1 make[1]: *** [Makefile:42: /github/workspace/sources/apps/netutils/telnetd_all] Error 2 make[1]: *** Waiting for unfinished jobs.... ``` -- 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