Re: Problem building kext's for 10.1.5
Re: Problem building kext's for 10.1.5
- Subject: Re: Problem building kext's for 10.1.5
- From: Stan Shebs <email@hidden>
- Date: Fri, 25 Jun 2004 15:48:34 -0700
Thane Heninger wrote:
Loading module: com.iomega.driver.XCodeCheetahDriver.
kmodload: _18XCodeCheetahDriver is not compatible with its
_28IOSCSIPeripheralDeviceType05 superclass, broken superclass?
Error loading module 'com.iomega.driver.XCodeCheetahDriver': kmod load
error.
Error loading module: kmod load error.
The references to 2.95 mangled symbols suggests you're using the
right compiler (3.x compiled symbols would start with a "_Z"). Is it
possible that you're trying to use a construct that's only supported
in 10.2 or later? 10.2's old-kext compatibility machinery might not
notice if you used something that was only in 10.2 or later; the sole
symptom would be failure on an actual 10.1 system.
Time to file a bug report I think, or cheat and look at the IOKit
sources to see where the message comes from.
Stan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.