Re: getting a 10.4-updated ethernet driver to kextload successfully
Re: getting a 10.4-updated ethernet driver to kextload successfully
- Subject: Re: getting a 10.4-updated ethernet driver to kextload successfully
- From: Herb Petschauer <email@hidden>
- Date: Tue, 27 Sep 2005 15:22:27 -0700
As for a missing symbols library, I've been doing this
cd /Volumes/Projects/Darwin_10.4.2/xnu-792.2.4/config/
grep -rsI _IOFreeAligned *
IOKit.exports:_IOFreeAligned
System6.0.exports:_IOFreeAligned
Ah, look I have to use the IOKit library (i.e. the iokit kpi). In
some cases the answer is, "... damn, not exported at all!"
:-)
H.
On 9/27/05, Michael Dautermann <email@hidden> wrote:
>
> Thanks to the quick response of Andrew Gallatin, I got the thing
> loading (yes!)
>
> The missing OSBundleLibraries were
>
> <key>com.apple.kpi.iokit</key>
> <string>8.0.0</string>
> <key>com.apple.kpi.mach</key>
> <string>8.0.0</string>
>
> For missing symbols from Apple libraries, it'd be nice if there were
> some kind of search page where I could look up which libraries to
> include (and where to do the including for the correct context). Or
> maybe there's some technique?
>
> thanks again
>
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Darwin-kernel mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden