site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi ALL, Password: load failed for extension /System/Library/Extensions/MyDriver.kext (run kextload with -t for diagnostic output) Any ideas on the issue? Thanks, - Alexander _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... I got unexpected issue: my kernel extension doesn't get loaded on Mac OS X 10.4.11 PPC. kextload utility outputs the following: sudo kextload -t -v 6 /System/Library/Extensions/MyDriver.kext > kextload.log kld(): /System/Library/Extensions/MyDriver.kext/Contents/MacOS/MyDriver load command 2 unknown cmd field kextload: kld_load_from_memory() failed for module /System/Library/Extensions/MyDriver.kext/Contents/MacOS/MyDriver kextload: a link/load error occured for kernel extension /System/Library/Extensions/MyDriver.kext This is the error message (I don't include kextload.log file content because it doesn't shed light on the problem). MyDriver.kext contains executables for 3 architectures: ppc, i386 and x86_64, however the issue occurs with PPC arch only. It's built with Xcode 3.2.4 (or so) on SL 10.6.7 using SDK 10.4u (SDK 10.6 is for x86_64 arch only). This email sent to site_archiver@lists.apple.com