nodejs / build-toolchain-next

Repository to discuss and track progress of "Future of Build Toolchain" Strategic Initiative
10 stars 8 forks source link

The xPack toolchains, other development tools and xpm #14

Open ilg-ul opened 2 years ago

ilg-ul commented 2 years ago

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 of npm:

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.