-
Notifications
You must be signed in to change notification settings - Fork 157
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
v1.12 make fails on maxOS Monterey 12.5.1 M1 cpu #557
Comments
In good news, |
I can get my "hello world" program (generated with HashLink/C) to compile and link correctly by adding an Which then runs correctly on my M1 Mac (via the magic of Rosetta 2).
|
Might be relevant: #457 |
Hi, I'm curious - is anybody working on aarch64 JIT at the moment? Unfortunately calling C compiler is not convenient for my use case, and NekoVM is marked as deprecated :( Thanks! |
In my case, make just outputs this:
|
Though Hashlink still does not work, make will succeed now on Apple Silicon now that this PR is merged and compiling to C works: dacd8fb |
try
then
then
work for me |
brew bundle
seems to work,make
fails:The text was updated successfully, but these errors were encountered: