-
Notifications
You must be signed in to change notification settings - Fork 7
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
M1 Mac runtimecheck Errors #12
Comments
I have confirmed this works as expected on my M1 using What is your compile command? |
Ah, I'm guessing you are compiling as arm64. It is only possible to runtime check amd64 instruction sets. You'll need a Edit: looks like I have that at the top of runtimecheck.nim to prevent this. Lets see what the compile command is. |
It seems related to choosenim not providing an arm64 build (dom96/choosenim#318). I'll install the compiler myself. |
Ah, interesting. Lets see if anything changes with a fresh compiler build. Fortunately Nim makes that relatively straightforward imo. |
Compiling & installing the nim compiler worked to resolve this (I can now use pixie!). Apologies for the noise. |
All good, glad that fixed things and hopefully choosenim stuff will be sorted out soon too. |
With the following code:
This fails to compile:
System Details:
Compiler version: 2.0
The text was updated successfully, but these errors were encountered: