Using JITC on AMD64?

[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
reub2000
Space Cadet
Posts: 7
Joined: Wed Mar 09, 2005 1:17 pm

Using JITC on AMD64?

Post by reub2000 »

I'm using Gentoo's amd64 port currently. I'm trying to compile CVS with JITC support. Running ./configure by default configures the generic cpu. Using the -m32 cflag causes ./configure to be unable to complete. Anyone get JITC on AMD64?
User avatar
PPC_Digger
Forum All-Star
Posts: 1050
Joined: Thu Jul 22, 2004 9:02 am
Location: Israel

Post by PPC_Digger »

Try

Code: Select all

./configure --enable-cpu=jitc_x86
trygvebw
Granny Smith
Posts: 116
Joined: Tue Jun 01, 2004 12:12 pm
Location: Norway

Re: Using JITC on AMD64?

Post by trygvebw »

reub2000 wrote:I'm using Gentoo's amd64 port currently. I'm trying to compile CVS with JITC support. Running ./configure by default configures the generic cpu. Using the -m32 cflag causes ./configure to be unable to complete. Anyone get JITC on AMD64?
No. You have to configure, compile and install PearPC with the following commands:

linux32 ./configure --enable-cpu=jitc_x86
linux32 make
linux32 make install
reub2000
Space Cadet
Posts: 7
Joined: Wed Mar 09, 2005 1:17 pm

Post by reub2000 »

I found the solution. A 32-bit chroot.
Locked