mupen64plus / mupen64plus-user-issues

Issue reports from users go here
http://www.mupen64plus.org/
17 stars 3 forks source link

new dynarec macOS m1 arm64 build issue #733

Open ZachBacon opened 3 years ago

ZachBacon commented 3 years ago

trying to build mupen64plus on macOS Big Sur on the m1, had to do some work arounds to get it to this point

had to build it using NEW_DYNAREC=1 BITS=64 ARCH_DETECTED=64BITS CPU=ARM OS=OSX PLUGINDIR= SHAREDIR= BINDIR= MANDIR= LIBDIR= APPSDIR= ICONSDIR=icons INCDIR=api all

seems the asm for aarch64 doesn't quite work with the m1 arm processor as it can build with NO_ASM=1 but that's not really desirable currently. build.log

Jj0YzL5nvJ commented 3 years ago

See: mupen64plus/mupen64plus-core#831

I highly doubt that NASM can be an option for any ARM*... https://github.com/mupen64plus/mupen64plus-core/blob/master/projects/unix/Makefile#L409