-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Zigmod fails to build on 0.14.0 for mips64-linux-musl #23965
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
Comments
Diff permalink nektro/zigmod@9d8f820...829e469 |
Just to be clear, the correct triple is |
|
Ok, then I think there's no bug here, at least as far as actual compilation goes. It is fairly odd that the compiler didn't fail with: Lines 3616 to 3618 in 9a3540d
Need to see what's up with that. |
Building the branch you indicated with just
|
Anyway:
This is because a static library is being built, so libc isn't actually being linked. I don't think there's anything particularly great we can do to diagnose this situation right now. #20690 will improve the situation significantly. That being said, the error about |
if you cherry-pick nektro/zigmod@71a068a it should reproduce again, apologies |
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
git clone https://github.com/nektro/zigmod
cd zigmod
git checkout nektro-patch-64774
zig build
zig build -Dtarget=mips64-linux-musl
Expected Behavior
both builds to work
The text was updated successfully, but these errors were encountered: