-
Notifications
You must be signed in to change notification settings - Fork 52
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
shouldn't Rosetta be able to run x86 ? #58
Comments
I am not sure if Rosetta supports 32-bit x86. If you try x86-64-darwin (for this you'll need to first do a 'make' to build a version of the compiler that supports the platform), in theory, Rosetta 2 should be able to run the resulting 64-bit binaries. But there is something wrong with these binaries and Rosetta 2 refuses to run them, though they run natively, at least on Catalina x86-64. |
I could use some help trouble-shooting why Rosetta 2 cannot run the x86-64-darwin binaries generated by Virgil. |
Maybe I can help if you outline a trouble-shooting procedure |
The current error I get is "overlapping segments" but even rearranging the segments in the binary, I cannot get the program to start. In #60 someone pointed to Rosetta 2 not supporting statically linked exes? |
Closing in favor of #60. |
The text was updated successfully, but these errors were encountered: