Building pearpc from sources on x86_64 linux

[ARCHIVED] About PearPC, a mostly obsolete PPC Mac emulator for Windows and Linux to run MacOS X 10.1 up to 10.4. Using QEMU is now recommended.

Moderators: Cat_7, Ronald P. Regensburg

Locked
persson

Building pearpc from sources on x86_64 linux

Post by persson »

Did anyone succeed?
I'm using the latest cvs, but I'm getting this error:

gmake[5]: Leaving directory `/home/houser/pearpc/pearpc/src/io/prom'
gmake[4]: Leaving directory `/home/houser/pearpc/pearpc/src/io/prom'
Making all in graphic
gmake[4]: Entering directory `/home/houser/pearpc/pearpc/src/io/graphic'
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../.. -Wall -fsigned-char -O2 -fomit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -pipe -c gcard.cc
{standard input}: Assembler messages:
{standard input}:463: Error: suffix or operands invalid for `xchg'
gmake[4]: *** [gcard.o] Error 1
gmake[4]: Leaving directory `/home/houser/pearpc/pearpc/src/io/graphic'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/home/houser/pearpc/pearpc/src/io'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/houser/pearpc/pearpc/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/houser/pearpc/pearpc'
make: *** [all-recursive-am] Error 2

Thanks for any help
Ph0eniX
Mac Mechanic
Posts: 154
Joined: Sun May 23, 2004 6:29 am

Post by Ph0eniX »

which version of gmake are you using?
Guest

Post by Guest »

[houser@persson Tue May 25 18:55:54 ~/pearpc/pearpc]$ gmake --version
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Locked