GUIDINGLI commented on PR #8489: URL: https://github.com/apache/nuttx/pull/8489#issuecomment-1427330573
@masayuki2009 I have installed a 18.04 Ubuntu to docker. And run the SMP & NCPUS=1. But haven't meet your questions, have you `distclean` the project before `make` ? ``` root@ProDesk-680:~/mainline/nuttx# ./nuttx NuttShell (NSH) NuttX-12.0.0 nsh> nsh> nsh> ps PID GROUP CPU PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK USED FILLED COMMAND 0 0 0 0 FIFO Kthread N-- Assigned 00000000 066512 004760 7.1% CPU0 IDLE 1 1 --- 255 FIFO Kthread --- Waiting Signal 00000000 067504 005320 7.8% loop_task 2 2 --- 224 FIFO Kthread --- Waiting Semaphore 00000000 067488 005256 7.7% hpwork 0x55951725fe60 3 3 0 100 FIFO Task --- Running 00000000 067504 007464 11.0% nsh_main nsh> poweroff root@ProDesk-680:~/mainline/nuttx# root@ProDesk-680:~/mainline/nuttx# cat /etc/issue Ubuntu 18.04.6 LTS \n \l root@ProDesk-680:~/mainline/nuttx# root@ProDesk-680:~/mainline/nuttx# cat .config |grep NCPUS CONFIG_SMP_NCPUS=1 root@ProDesk-680:~/mainline/nuttx# ``` -- 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