simbit18 commented on issue #15712: URL: https://github.com/apache/nuttx/issues/15712#issuecomment-2622145320
Hi @acassis currently on Linux is built with Cmake. ``` ==================================================================================== Cmake in present: sim/quickjs Configuration/Tool: sim/quickjs 2025-01-28 03:52:56 ------------------------------------------------------------------------------------ Cleaning... Configuring... Select HOST_LINUX=y Select HOST_X86_64=y Building NuttX... ==================================================================================== ``` Has been moved to cmake with this PR https://github.com/apache/nuttx/pull/14693 @lupyuen can you build with make ? Even macOS in the NuttX mirror fails because it is built with make ``` ==================================================================================== Configuration/Tool: sim/quickjs 2025-01-29 08:05:54 ------------------------------------------------------------------------------------ Cleaning... Configuring... 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 30 734k 30 224k 0 0 186k 0 0:00:03 0:00:01 0:00:02 186k 100 734k 100 734k 0 0 540k 0 0:00:01 0:00:01 --:--:-- 540k make[3]: *** [quickjs] Error 1 make[3]: Target `context' not remade because of errors. make[2]: *** [/Users/runner/work/nuttx/nuttx/sources/apps/interpreters/quickjs_context] Error 2 make[2]: Target `context_all' not remade because of errors. make[1]: *** [context] Error 2 make: *** [/Users/runner/work/nuttx/nuttx/sources/apps/.context] Error 2 make: Target `all' not remade because of errors. /Users/runner/work/nuttx/nuttx/sources/nuttx/tools/testbuild.sh: line 385: /Users/runner/work/nuttx/nuttx/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory [1/1] Normalize sim/quickjs ==================================================================================== ``` https://github.com/NuttX/nuttx/actions/runs/13026374853/job/36336155739#step:7:1491 -- 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