site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=RmvSLeIDKgmYKjV9tTkujaTzlhMIIirRM8tqg07LJvYbT5BFNW7EuMWctIGZIchQ+irCe92GiBEMHcBRfD3OR5X8uJTMi1xf1QLEIzPY+e+3ZCnjYVt9eg9mEmBB0BSeBaF6A1MMvvXKj47V09wsfY9/O/kKxz8jnuUKL68J5qY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=kdTDwszYwNOlRe89lchQL2YVQKz/IMZbquH8VxrKzEVP7Yf/gt7rUYXeScfS0hA4YIv/tyQN1Yt31NlhNzXhXMF9D9DdA9uAOtmP2u0TsQ7zWCbaDGEnNQoYj/Hlw5Oy8zae0PCRbPp7G8fjta7Z9+PPaHqYIKL+yHZH6YqI/Hc= User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221) Hi, When i am at this step: make RC_OS=macos kld_build I stumbled upon an error which says seg_hack __KLD ./prehack_libkld.a -o ./static_libkld.o make[1]: seg_hack: Command not found make[1]: *** [libkld.a] Error 127 make: *** [kld_build] Error 2 You either skipped this step: Or this step: This isn't very complicated. Just apply yourself. Best regards. Mustapha 'mstpfh' Abiola _______________________________________________ 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... Terry Lambert wrote: On May 31, 2007, at 12:53 PM, Billy Lau wrote: As I am following through the instructions on how to build the darwin kernel, I was stuck with an error that I cannot resolve. The manual for the kernel building is at http://developer.apple.com/DOCUMENTATION/Darwin/Conceptual/KernelProgramming... Can anyone help? Thanks "Also, make sure that /usr/local/bin is in your PATH environment variable..." "Get the bootstrap_cmds, Libstreams, kext_tools, IOKitUser, and cctools packages from http://www.opensource.apple.com. Extract the files from these .tar packages..." ...probably the second one, since the current Makefile infrastructure directly references it by path. -- Terry Billy, Upon receiving your email, and reading what Terry has said, I think the matter is simple. It's a matter of you acquiring the sources from www.opensource.apple.com and extract the files (including cctools) from it's gzipped archive. This email sent to site_archiver@lists.apple.com