-
Notifications
You must be signed in to change notification settings - Fork 451
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
xcrun: Segmentation fault: 11 #1524
Comments
As a workaraund I am able to use xcrun included with Xcode 11.7. ( |
OK finally got lldb working, and my fear has become reality, I am missing SSE4 support again:
seems like pmovzxbd is not available in opemu-linux :/ |
I wonder if Darling should support checking and warning the user if an SSE extension is not available. It doesn't seem to hard to implement: |
Expected Result
Normal xcrun output is shown
Actual Result
Steps To Reproduce
make && sudo make install
darling shell
xcode-select --install
xcrun
I was following the docs on "what to try" and tried to run
Darling [~]$ clang hello-world.c -o hello-world
which results in:xtrace
System Information
Ubuntu 20.04 on AMD Phenom(tm) II X6 1090T
The text was updated successfully, but these errors were encountered: