Re: XNU Kernel compiling problem
Okay, I still cannot get the CVS version of the kernel to compile. However, I found the problem with the distribution version of xnu on the darwin site. One of the .cpp files is mis-named .cp only after extraction by StuffIt Expander (the default expander that is run when you download a .tar.gz file). The reason for this is that the filename is longer than 31 chars and thus truncated, so make all cannot find the file and aborts. I was able to compile the kernel with my modifications and am using it now with no problems. surprisingly the ibook stays VERY cool with the lid closed. I ran the computer under a heavy work load for 5 hours and after I opened the lid it was no hotter than normal. ./iokit/Kernel/IOFilterInterruptEventSource.cp <- is the culprit. I also, BTW, got the error with cvs mentioned below. Never seen that before. Daniel Hazelbaker On Saturday, April 6, 2002, at 06:44 AM, John Clark wrote: Am Donnerstag den, 4. April 2002, um 20:08, schrieb Daniel J. Luke: Huh? Both xnu-201.19 and xnu-222 built _very_ easily for me (on my Mac OS X 10.1.3 system). Well from the the tag listed in MacOSX-CURRENT found in the Darwin 'module', I get: [localhost:/Volumes/FFS/MacOSX_CURRENT] root# cvs -z3 co -r xnu-233.1 xnu Protocol error: uncounted data discarded This occurs for a number of tags listed in that file. Such as the tag listed on the offical darwin source pages of the opensource web site: cvs -z3 co -r xnu-201-9.1 xnu Protocol error: uncounted data discarded [localhost:/Volumes/FFS/MacOSX_CURRENT] root# About the only version of xnu that I can get is with no tag indication at all. _______________________________________________ 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. _______________________________________________ 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)
-
Daniel Hazelbaker