simbit18 commented on issue #19178:
URL: https://github.com/apache/nuttx/issues/19178#issuecomment-4762450624
Hi @wangtao13, this is the toolchain we use for CI
```
###############################################################################
# Build image for tool required by Pinguino builds
###############################################################################
FROM nuttx-toolchain-base AS nuttx-toolchain-pinguino
# Download the pinguino compilers. Note this includes both 8bit and 32bit
# toolchains and builds for multiple host systems. Only copy what is needed.
RUN mkdir -p pinguino-compilers && \
curl -s -L
"https://github.com/PinguinoIDE/pinguino-compilers/archive/62db5158d7f6d41c6fadb05de81cc31dd81a1958.tar.gz"
\
| tar -C pinguino-compilers --strip-components=2 --wildcards -xz */linux64
```
https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile#L180-L188
doc
https://nuttx.apache.org/docs/latest/platforms/mips/index.html
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]