ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
https://ziglang.org
MIT License
35.07k stars 2.56k forks source link

Tier 1 Support for ARM 32-bit Linux #3174

Open andrewrk opened 5 years ago

andrewrk commented 5 years ago

Once all these items are complete, we can say that Zig has Tier 1 support for 32-bit ARM Linux.

For 64-bit ARM Linux support, see #2443

andrewrk commented 5 years ago

With the merge of #3290, we now have userland qemu-based Continuous Integration test coverage for:

In addition to the above issues, the remaining issues to solve are:

Once these are solved, and we add test coverage for stack traces on arm-linux, 32-bit ARM linux can be promoted to a Tier 1 Supported target.

link2xt commented 1 year ago

-target armv7-linux-musleabihf

Isn't it named arm-linux-musleabihf? Trying to compile C code with zig cc -target armv7-linux-musleabihf I get error: UnknownArchitecture.