link state missing error on 10.6
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=r2krNLPkdabddQZ6AoPQPR+v11egGhzOowJL2M/eJlM=; b=W8eJ6/TGsIJ8KpO6PZf7JyAM1gXDJZfirYTPXpLd7yBRZ60r9oK9OgHFFlNaH25cVY FIwbnNGdEvy+DTgsH2f26TSuTi9ozs66OIMjYIbCtZGAKcRiFvv2GpzJEU22MotGH+s6 /b2NaigPrVB1/jSW+vV6boz0AMG98ihmCduRY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=uqe5Tfm2Q9vEsfMV1+nvpP4QzTlDEZhNmmpNLQMx0nZGT8nw1+hruOW5/J3Et6Nkg0 r2OhBFesEdI458S0vqN6RUl/oQJmvu+zbKAZJ+SA/KM0fTPlviBRtty/UTwYhhEaNuU6 jV6gjcBBg7mL79vqcVlQjcWVn/HxOchHfmy8A= 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/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Eddington