I don't know exactly what your requirements are, but in case this can be of any help, I'm maintaining a set of cross-platform standalone binary packages, including native toolchains (GCC and clang) and cross toolchains (arm-none-eabi, riscv-none-elf and aarch64-none-elf), plus other tools, like CMake, ninja, meson, qemu, all intended for reproducible builds.
For example the toolchains and other tools can be referred as dependencies by other projects and used during build, like regular builds for native components or unit tests.
Here is an example of a project using such dependencies:
I don't know exactly what your requirements are, but in case this can be of any help, I'm maintaining a set of cross-platform standalone binary packages, including native toolchains (GCC and clang) and cross toolchains (arm-none-eabi, riscv-none-elf and aarch64-none-elf), plus other tools, like CMake, ninja, meson, qemu, all intended for reproducible builds.
The projects are available from:
These binary packages can be easily installed with
xpm
, which is an extension ofnpm
:For example the toolchains and other tools can be referred as dependencies by other projects and used during build, like regular builds for native components or unit tests.
Here is an example of a project using such dependencies:
If you think that anything from these projects can be of any help for node, or for any of your other projects, I'd be more than happy to contribute.