-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Building master fails on arm #9710
Comments
Sorry about that, I used u64 when I should have used usize. I made a pr to fix the plan9 linker |
Thanks @g-w1 ! Looking at the above it seems that there are also issues in
Are these all related? |
They are all due to the fact that arm is 32 bit. My pr only fixes the plan9 linker, because i'm not sure what to do with the rest (from a correctness perspective). |
Thanks for your attention :) |
In 2991e3f I added CI coverage for building the compiler from source for arm-linux-musleabihf, so that this won't happen again. |
Excellent, thanks so much for your attention, i look forward to working with Zig natively on |
Hi all,
Thanks for your great work on the language. When building directly on arm (v7hf) or through zig-bootstrap (arm-linux-musleabihf), the compilation fails on what appear to be integer size issues:
The text was updated successfully, but these errors were encountered: