-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
aarch64-macos-gnu #44
Comments
Great news, this actually builds fine for me all the way to generating the final bootstrapped artefacts. However, the final This is the output of
The reason |
2303ab8 gets up to here:
This is while building using
|
@kivikakk Actually, if you use my branch https://github.com/ziglang/zig/tree/zld-cpp-take2 it successfully cross-links both lld and zig, however, there are still a few segfaults I need work out before we can say that zld is capable of properly linking Clang's C++ output. Getting there though! |
Just a heads up for anyone tracking this issue, with #55 we can now successfully bootstrap |
|
oops, forgot to pull...?? sorry! |
Jeez man, you’re gonna give me a heart attack! 😆 |
The first problem is a codesigning issue which I worked around by running
codesign -s -
but then I hit a second error:Not sure why cmake isn't respecting the
cc
arg like normal here.The text was updated successfully, but these errors were encountered: