On Tuesday, September 24, 2002, at 10:12 AM, Michael Cashwell wrote: Greetings all, I'm having trouble getting my kext to load. I get these errors: 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? c++filt/c++filt3. If you're using, e.g., BSD code in your extension, be aware that the kernel has prior claim on all names therefrom :-}. You have two choices if this is the case: change your variable/proc names; edit the symbol table (nmedit); or make the names "private extern". OK, that's three choices. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | If you're not confused, | You're not paying attention *--------------------------------------*-------------------------------* _______________________________________________ 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)
-
Justin C. Walker