-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
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:
- https://github.com/micro-os-plus/utils-lists-xpack/blob/616fb03b9835d1c1c17c3048c082f7ba0e005a1e/package.json#L35-L40
- https://github.com/micro-os-plus/utils-lists-xpack/blob/616fb03b9835d1c1c17c3048c082f7ba0e005a1e/package.json#L257-L258
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.