Re: link state missing error on 10.6
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com What's the output when you run kextutil -nt? -Andrew On Jan 26, 2010, at 2:19 PM, Michael Eddington wrote:
I was trying out some kext dev on 10.6 and keep running into the following error:
$ sudo kextutil TestIokitKext.kext (kernel) Can't load kext com.yourcompany.driver.TestIokitKext - link state missing. (kernel) Failed to load executable for kext com.yourcompany.driver.TestIokitKext. (kernel) Kext com.yourcompany.driver.TestIokitKext failed to load (0xdc000001). (kernel) Failed to load kext com.yourcompany.driver.TestIokitKext (error 0xdc000001). Failed to load TestIokitKext.kext - (libkern/common) general/ unspecified error.
I get this error for default empty kext projects as well as projects that work under 10.5. Reproduced on a couple of 10.6 boxes.
Has anyone run into this yet? I found the error message in OSKext.cpp, but didn't help with fixing the problem.
-mike _______________________________________________ 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/amyrick%40apple.com
This email sent to amyrick@apple.com
_______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Myrick