Re: Compiling Darwin/x86 on Mac OS X/ppc
Re: Compiling Darwin/x86 on Mac OS X/ppc
- Subject: Re: Compiling Darwin/x86 on Mac OS X/ppc
- From: Terry Lambert <email@hidden>
- Date: Mon, 1 Jan 2007 17:37:47 -0800
On Jan 1, 2007, at 2:47 PM, John Criswell wrote:
Dear All,
How difficult is it to compile an x86 Darwin kernel on a PowerPC based
Mac OS X system (Darwin 8.8.0)? Is it something that is done often
and
works "right out of the box," or does it take a lot of tedious setup
to do?
All the PPC Tiger software updates so far have used gcc 3.3, and all
of the Intel builds have used gcc 4.0.1, so minimally, you would need
to select the 4.0.1 compiler via "gcc_select" (use "man gcc_select" to
figure this out).
Then, assuming that you've downloaded the necessary source code and
the build components described in the technical note on building
mach_kernel from <http://developer.apple.com>, you would type:
make ARCH_CONFIGS="I386"
per the technical note.
-- Terry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden