lupyuen commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2792123004
Sorry @anchao: Would you know why `esp32-devkitc:elf` is failing? https://gist.github.com/lupyuen/4753bc001049f284dde7105d50726aa5 ``` sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c ' set -x ; uname -a ; cd ; pwd ; git clone https://github.com/anchao/nuttx nuttx --branch 25020501 ; git clone https://github.com/anchao/nuttx-apps apps --branch 25020501 ; pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ; pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ; cd nuttx ; tools/configure.sh esp32-devkitc:elf ; make -j || echo '\''***** BUILD FAILED'\'' ; ' xtensa-esp32-elf-ld: cannot open linker script file /root/nuttx/libs/libc/modlib/gnu-elf.ld: No such file or directory ``` -- 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