Re: simple script to build a mach_kernel
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com 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: *** [install@migcom.tproj] Error 2 sh-3.2# Cheers, -- Tom Garcia | tgarcia@hivemind.org _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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/... , 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Tom Garcia