Compile SheepSaver under OSX for x86 PC

About SheepShaver, a PPC Mac emulator for Windows, MacOS X, and Linux that can run System 7.5.3 to MacOS 9.0.4.

Moderators: Cat_7, Ronald P. Regensburg, ClockWise

Post Reply
prasys
Forum All-Star
Posts: 548
Joined: Sun May 23, 2004 7:41 am
Location: MY
Contact:

Compile SheepSaver under OSX for x86 PC

Post by prasys »

Hello,

Well , I am going to use my iBook to compile SheepSaver for x86 (Linux)...Well , when I compile I get some weird erros and How Do I compile for x86 platform instead of PowerPC Platform...Any ideas ?

I have installed Devlopers Tools and running OSX 10.3.4
ShadowFox
Tinkerer
Posts: 70
Joined: Thu Feb 05, 2004 4:41 am
Location: Connecticut

Post by ShadowFox »

I'm no developer, but I think you have to setup whatever the equivalent of make.conf is, and set:

CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=i586"
CXXFLAGS="${CFLAGS}"
gb
Real Swell Guy!
Posts: 115
Joined: Tue Jun 22, 2004 4:20 am

Post by gb »

It would be interesting to know what sort of errors you get... Do you mean you want to cross-compile an x86 build from ppc? If you don't have the right toolchain, that won't work.
Post Reply