-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
ports/unix: Apple M1 on macOS 13.4 error during compilation of py/emitglue.c with MICROPY_FORCE_32BIT=1 #11760
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
Comments
Apple no longer allows running 32-bit apps on macOS so it doesn't make sense to enable |
Ah yes. Perhaps this should be removed from the Makefile? |
It is still used on Linux with x86_64 architecture. |
I was wondering whether maybe it should be removed from the macOS part of the Makefile. In
|
It should still be possible to build in 32-bit mode on older macOS, right? |
Pre-Catalina, yes. |
Then I think the option to build in 32-bit mode should stay for now. |
don't touch this 32 bit option :) |
After reporting #11754 I tried to build using
MICROPY_FORCE_32BIT=1
, and got this error during compilation ofpy/emitglue.c
:I'm at git commit fd27770.
My system is a Mac Mini M1 (2020);
uname -a
reports:The text was updated successfully, but these errors were encountered: