Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[native_toolchain_c] Add support for the Zig compiler #2270

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

Open
dcharkes opened this issue May 6, 2025 · 0 comments
Open

[native_toolchain_c] Add support for the Zig compiler #2270

dcharkes opened this issue May 6, 2025 · 0 comments
Labels
P3 A lower priority bug or feature request package:native_toolchain_c

Comments

@dcharkes
Copy link
Collaborator

dcharkes commented May 6, 2025

Support for the Zig compiler would enable cross compilation out of the box without the need for installing multiple toolchains.

https://zig.guide/build-system/cross-compilation/

One such place where multiple toolchains are needed:

run: sudo apt-get update && sudo apt-get install clang-15 gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf gcc-riscv64-linux-gnu

@dcharkes dcharkes added P3 A lower priority bug or feature request package:native_toolchain_c labels May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request package:native_toolchain_c
Projects
None yet
Development

No branches or pull requests

1 participant