Re: kld(): Undefined Symbols error
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gNQNIvIlUH1IGy5D15DoWQQjCjQU2bmDtD1FDAJTan6ZXRd2z1j5Ugn99HeXsNy7cMAPsfsUDJ5zxtxdoCV54w06aw8DINifMABNBYAEpWOrRUxKAR5/MYsjbpi8569VmbBJhTelvwp2P6kdkSZXw0aKRxkqI3Ee17XoKJNskx0= Hi there, Whenever I add IOWorkLoop and try loading the kext, I get the following error. kld(): Undefined symbols: __ZN26com_linsys_driver_receiver11getWorkLoopEv __ZN26com_linsys_driver_receiver15handleInterruptEv __ZN26com_linsys_driver_receiver16enableInterruptsEv You have unresolved symbols. To determine the real name of the symbols, use "c++filt" on the symbol name, with the extra underscore _ removed from the beginning of the symbol name. For example: c++filt _ZN26com_linsys_driver_receiver11getWorkLoopEv c++filt _ZN26com_linsys_driver_receiver15handleInterruptEv c++filt _ZN26com_linsys_driver_receiver16enableInterruptsEv c++filt _ZN26com_linsys_driver_receiver16interruptOccuredEP8OSObjectP22IOInterruptEventSourcei Gives you symbol names of com_linsys_driver_receiver::getWorkLoop() com_linsys_driver_receiver::handleInterrupt() com_linsys_driver_receiver::enableInterrupts() com_linsys_driver_receiver::interruptOccured(OSObject*, IOInterruptEventSource*, int) Now you need to determine how to resolve those symbols. For that, I can't help. You have not given enough information. Good luck. _______________________________________________ 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... On 8/1/06, Dinesh Bhat <dbhat@linsys.ca> wrote: __ZN26com_linsys_driver_receiver16interruptOccuredEP8OSObjectP22IOInterruptEventSourcei This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bechtel