Skip to content
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

osx 10.5 ppc - mame incorrectly sets arch #552

Open
snigel opened this issue Sep 27, 2017 · 2 comments
Open

osx 10.5 ppc - mame incorrectly sets arch #552

snigel opened this issue Sep 27, 2017 · 2 comments

Comments

@snigel
Copy link

snigel commented Sep 27, 2017

My powerpc G4 (32bit) is incorrectly detected as 64bit by libretro-mame.

Precompiling src/emu/emu.h...
c++ -MMD -MP -MP -D__LIBRETRO__ -DPTR64=1 -DCRLF=2 -DOSX_PPC -DFLAC__NO_DLL
-DLUA_COMPAT_ALL -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -I../../../../../src/osd                                                                    
-I../../../../../src/emu -I../../../../../src/lib/util -O2 
-m64 
-fPIC -Wno-unused-label -flax-vector-conversions 
-arch ppc64 
-pipe -Wno-deprecated-declarations -O3 -fno-strict-aliasing -Wno-unknown-pragmas -Wall -Wcast-align -Wundef -Wformat-security -Wwrite-strings -Wno-sign-compare -Wno-conversion -Wno-unused-result -Wno-array-bounds
-m64 

To make matters worse. -arch is not supported on the gcc compilers for osx ppc that are modern enough to compile mame. For osx ppc, -arch needs to be omitted in order to build mame.

@orbea
Copy link
Contributor

orbea commented Dec 5, 2017

@snigel Is this still a problem? If so can you report it for the correct repo?

https://github.com/libretro/mame

@inactive123
Copy link
Contributor

I am not sure if PowerPC OSX is still supported by mainline MAME. Maybe it would be best to resort to older MAME core versions if mainline MAME is not an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants