-
-
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
arm-linux-musleabi mpcorenovfp target won't compile/bootstrap with zig 0.9.0 #11717
Comments
please paste the stack trace text here on github. use 3 ` chars to make a block like so ``` ``` |
Here's the output I get, probably not what you're asking for, but easily reproducible with |
The same issues can also be observed with |
This is a crash in clang 13. Next step to solving this issue is to repro the issue with clang master branch, then file an upstream LLVM bug. |
I think this issue is related to: #10961 |
Yes, I believe it is the same problem. Pulling from that issue, if I compile with I can also bootstrap 0.9.1 using When I try to bootstrap HEAD from https://github.com/ziglang/zig-bootstrap I get the following which says
|
crashes during the build of the needed libraries (running on Windows) I.e. last output on the console is e.g.:
and the crash is observed (the first number varies). Tried with (Note: Without -O option there's no crash, i.e.:
compiles. There's also no crash when C and not C++, i.e:
compiles.) (I don't know if this observation belongs here, I hope it does) |
This no longer reproduces for me. |
|
Since zig 0.7.x I've been able to compile/bootstrap for
"-target arm-linux-musleabi -mcpu=mpcorenovfp"
(armv7 Cortex-A9 no fpu).I seem to be getting an error while compilling musl. I've attached the files from the zig diagnostic message.
sqrtf-6046a3.zip
The text was updated successfully, but these errors were encountered: