-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add support for M1 Mac (ARM) #13
Comments
vjspranav
added a commit
to vjspranav/public-student-support-code
that referenced
this issue
Feb 26, 2022
* In this case this adds support for macosx, and prepares for any further new architectures. Fixes issue: IUCompilerCourse#13
vjspranav
added a commit
to vjspranav/public-student-support-code
that referenced
this issue
Mar 10, 2022
* wref to issue IUCompilerCourse#13 * We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay * and we can make use of it's capabilities to compile x86 instructions on arm machine
vjspranav
added a commit
to vjspranav/public-student-support-code
that referenced
this issue
Mar 10, 2022
* wref to issue IUCompilerCourse#13 * We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay * and we can make use of it's capabilities to compile x86 instructions on arm machine
vjspranav
added a commit
to vjspranav/public-student-support-code
that referenced
this issue
Mar 10, 2022
* wref to issue IUCompilerCourse#13 * We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay * and we can make use of it's capabilities to compile x86 instructions on arm machine
vjspranav
added a commit
to princevarshney05/nano-pass-compiler-17
that referenced
this issue
Mar 10, 2022
* wref to issue IUCompilerCourse/public-student-support-code#13 * We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay * and we can make use of it's capabilities to compile x86 instructions on arm machine
vjspranav
added a commit
to princevarshney05/nano-pass-compiler-17
that referenced
this issue
Mar 17, 2022
* wref to issue IUCompilerCourse/public-student-support-code#13 * We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay * and we can make use of it's capabilities to compile x86 instructions on arm machine
vjspranav
added a commit
to princevarshney05/nano-pass-compiler-17
that referenced
this issue
Mar 26, 2022
* wref to issue IUCompilerCourse/public-student-support-code#13 * We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay * and we can make use of it's capabilities to compile x86 instructions on arm machine
vjspranav
added a commit
to vjspranav/my-racket-compiler
that referenced
this issue
May 2, 2022
* wref to issue IUCompilerCourse/public-student-support-code#13 * We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay * and we can make use of it's capabilities to compile x86 instructions on arm machine
Here's a workaround:
And in Note on M1 mac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having -march=x86-64 in utilities.rkt seems to be causing issue with aarch64 M1 architecture
The error on running make-test:
The clang compiler doesn't support "-march=-x86-64"
The text was updated successfully, but these errors were encountered: