mirror of
https://github.com/apache/nuttx.git
synced 2026-09-15 07:01:05 +00:00
The download link is dead: bitbucket.org/nuttx/buildroot is gone, and the buildroot that still carries ldnxflat is github.com/patacongo/buildroot. The instructions were also more than is needed. mknxflat came in tree with PR #19600, so only ldnxflat has to be built, and an ordinary arm-none-eabi GCC compiles and links NXFLAT modules: a board does not have to select CONFIG_ARM_TOOLCHAIN_BUILDROOT to use them. What ldnxflat does need is a binutils source and build tree, because it reads its input through libbfd. The CI test list said mknxflat is what the container lacks. It is in tree now; ldnxflat is the one that is missing. Assisted-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com> |
||
|---|---|---|
| .. | ||
| docker/linux | ||
| platforms | ||
| testlist | ||
| cibuild-oot.sh | ||
| cibuild.ps1 | ||
| cibuild.sh | ||
| README.md | ||
CI Tools
These are tools and data used for the CI system. Some of what is here may also be useful for local testing.