• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Re: kld(): Undefined Symbols error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: kld(): Undefined Symbols error


  • Subject: Re: Re: kld(): Undefined Symbols error
  • From: "Shawn Erickson" <email@hidden>
  • Date: Tue, 1 Aug 2006 12:22:51 -0700

On 8/1/06, Brian Bechtel <email@hidden> wrote:
On 8/1/06, Dinesh Bhat <email@hidden> wrote:
> Hi there,
>
> Whenever I add IOWorkLoop and try loading the kext, I get the following
> error.
>
> kld(): Undefined symbols:

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)

This looks like you don't have your super class correctly setup for your com_linsys_driver_receiver class. So what is your super class and did you define the meta class information for your class correctly?

review the  <http://developer.apple.com/documentation/DeviceDrivers/Conceptual/IOKitFundamentals/BaseClasses/chapter_6_section_2.html#//apple_ref/doc/uid/TP0000016-DontLinkElementID_1>

-Shawn
_______________________________________________
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


References: 
 >kld(): Undefined Symbols error (From: Dinesh Bhat <email@hidden>)
 >Re: kld(): Undefined Symbols error (From: "Brian Bechtel" <email@hidden>)

  • Prev by Date: build perl
  • Next by Date: Re:Non-priv way to collect job stats under Intel?
  • Previous by thread: Re: kld(): Undefined Symbols error
  • Next by thread: Why 262144 blocks next to each partition?
  • Index(es):
    • Date
    • Thread