Re: kextload error
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com You have to manually strip the section from the PPC side: strip -arch ppc -no_uuid -S <KEXT_PATH> On Mar 27, 2008, at 6:54 AM, Duane Murphy wrote: --- At Wed, 26 Mar 2008 21:02:25 -0500, Paul Nelson wrote: Nope. The exact same kext works on 10.4.11. This is on an intel iMac. From: Duane Murphy <duanemurphy@mac.com> Date: Wed, 26 Mar 2008 17:59:03 -0700 To: Darwin Dev <darwin-dev@lists.apple.com> Subject: kextload error load command 2 unknown cmd field ...Duane Brian Bergstrand <http://www.bergstrand.org/brian/> PGP Key ID: 0xB6C7B6A2 _______________________________________________ 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... 10.4.x PPC does not support the UUID cmd section. XCode 3 adds that by default (even if your min target is 10.4) when building with GCC4 and it breaks 10.4.x PPC. You probably did not build both intel and ppc We had the opportunity to run our kext on an older system (10.4.7 - I know ancient history) and discovered an unexpected load error from kextload: All of the dependency versions match up just fine. I found some notes that said using -fapple-kext should fix this problem. We are using that option. We're wondering what else could be causing this and how do we fix it? This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bergstrand