Re: simple script to build a mach_kernel
Re: simple script to build a mach_kernel
- Subject: Re: simple script to build a mach_kernel
- From: Tom Garcia <email@hidden>
- Date: Fri, 2 Nov 2007 15:06:55 +0000
On 2 Nov 2007, at 12:27, Andreas Fink wrote:
Usage: compress-man-pages.pl [-d prefix] dir ...
make[1]: *** [compress-man-pages] Error 255
make: *** [email@hidden] Error 2
sh-3.2#
Hopefully its only a manpage which will be missing
Yes, the error seems completely benign. You could replace the make;
sudo make install with gcc relpath.c -o relpath; cp relpath /usr/local/
bin. My aim was just to find a sequence that builds enough tools into /
usr/local/bin for it to be possible to build the kernel plus symbols.
As implied, you also get lots of errors about the missing ctfconvert
in compiling xnu, which probably means no dtrace support. There is
source for ctfconvert.c for OpenSolaris http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/tools/ctf/cvt/ctfconvert.c
, but it seems to assume an ELF system; I see no macho version
throughout the Darwin sources. But this is my first serious attempt to
tackle Darwin so I'm likely missing the obvious.
Cheers,
--
Tom Garcia | email@hidden
_______________________________________________
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