I am trying to compile the darwin kernel. I found some instructions as to how to do that on the developers pages, http://developer.apple.com/documentation/Darwin/Conceptual/ KernelProgramming/build/chapter_18_section_3.html#//apple_ref/doc/uid/ TP30000905-CH221-CIHFEIFI but now I am stuck. I got to the point where I am compiling the actual kernel. After issuing the command: make all I end up with this error message: /usr/local/bin/kextsymboltool \ -arch ppc \ -import /Users/nbock/kernel/xnu-517.3.15/BUILD/obj/RELEASE_PPC/allsymbols \ -export /Users/nbock/kernel/xnu-517.3.15/config/System6.0.exports \ -export /Users/nbock/kernel/xnu-517.3.15/config/System6.0.ppc.exports \ -output /Users/nbock/kernel/xnu-517.3.15/BUILD/obj/RELEASE_PPC/ System6.0.symbolset; /bin/sh: line 1: /usr/local/bin/kextsymboltool: No such file or directory make[3]: *** [/Users/nbock/kernel/xnu-517.3.15/BUILD/obj/RELEASE_PPC/ System6.0.symbolset] Error 1 make[2]: *** [build_all] Error 2 make[1]: *** [build_all] Error 2 make: *** [all] Error 2 I downloaded the package "kext_tools_42", hoping that it would contain the missing command, but I can't compile it. Could someone point me in the right direction? Thanks already, nick _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Nicolas Bock