Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The xPack toolchains, other development tools and xpm #14

Open
ilg-ul opened this issue Apr 30, 2022 · 0 comments
Open

The xPack toolchains, other development tools and xpm #14

ilg-ul opened this issue Apr 30, 2022 · 0 comments

Comments

@ilg-ul
Copy link

ilg-ul commented Apr 30, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant