Re: Thread and Clock related functions load error in NKE module
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Gallatin