lupyuen commented on issue #15712: URL: https://github.com/apache/nuttx/issues/15712#issuecomment-2623314845
@simbit18 You're right, `sim:quickjs` won't build correctly with `make` on Ubuntu with Docker: https://gist.github.com/lupyuen/e18229d879a99a5a0b582a35f09004e6 ```text sudo docker run -it \ ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \ /bin/bash cd git clone https://github.com/apache/nuttx git clone https://github.com/apache/nuttx-apps apps cd nuttx tools/configure.sh sim:quickjs make -j patching file CMakeLists.txt patching file qjsc.cmake make[3]: *** [Makefile:74: quickjs] Error 1 make[2]: *** [Makefile:57: /root/apps/interpreters/quickjs_context] Error 2 make[1]: *** [Makefile:187: context] Error 2 make: *** [tools/Unix.mk:458: /root/apps/.context] Error 2 ``` -- 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