Greetings all, I'm having trouble getting my kext to load. I get these errors: kld(): multiple definitions of symbol __ZdlPv /mach definition of absolute __ZdlPv (value 0x251f34) /System/Library/Extensions/netShim.kext/Contents/MacOS/netShim definition of __ZdlPv in section (__TEXT,__text) kld(): multiple definitions of symbol __Znwm /mach definition of absolute __Znwm (value 0x251ef4) /System/Library/Extensions/netShim.kext/Contents/MacOS/netShim definition of __Znwm in section (__TEXT,__text) kextload: kld_load_from_memory() failed for module /System/Library/Extensions/netShim.kext/Contents/MacOS/netShim kextload: a link/load error occured for kernel extension netShim.kext I recognize that they are mangled C++ function names. Does anyone recognize them as coming from a system or runtime library? Is there a tool to unmangle such names? Thanks, Mike _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Michael Cashwell