Re: Thread and Clock related functions load error in NKE module
Re: Thread and Clock related functions load error in NKE module
- Subject: Re: Thread and Clock related functions load error in NKE module
- From: Andrew Gallatin <email@hidden>
- Date: Tue, 30 Jan 2007 08:20:45 -0500 (EST)
Anees Alappat writes:
> thread_call_allocate
> thread_call_free
> thread_call_cancel
> clock_get_system_microtime
> clock_interval_to_absolutetime_interval
> These functions are declared in kern/thread_call.h file.
> After sucessful compilation in Xcode , When i tried to load the NKE, i am
> getting load error as "Undefined symbols"
I think most of these are exported by the Mach system plugin.
You can find this for yourself by running nm on the mach-o
files underneath /System/Library/Extensions/System.kext/PlugIns/*.kext
or by grepping the source in xnu-792.13.8/config/*.exports
Try adding this to your Info.plist's OSBundleLibraries dict:
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
Drew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden