Re: Building kext for 10.3.9 and/or 10.4 with Xcode 3 on Leopard
Re: Building kext for 10.3.9 and/or 10.4 with Xcode 3 on Leopard
- Subject: Re: Building kext for 10.3.9 and/or 10.4 with Xcode 3 on Leopard
- From: "B.J. Buchalter" <email@hidden>
- Date: Sat, 29 Mar 2008 13:56:17 -0400
On Mar 28, 2008, at 9:10 PM, Chris Espinosa wrote:
I think you want to add -no_uuid to the Other Strip Flags, not the
Other Linker Flags, and make sure that stripping is done.
Did you try the advice above, that is, adding -no_uuid to the Other
Strip Flags and making sure you're stripping the kext?
Actually, IIRC, that did not work for me. It still had the UUID in the
file with -no_uuid in either or both set of flags.
That being said, what did work was to put:
-Xlinker -no_uuid
in Other Linker Flags, e.g.:
OTHER_LDFLAGS = -Xlinker -no_uuid
With this config for the linker for the kext in Xcode 3, you can build
a kext that will load on older systems...
Best regards,
B.J. Buchalter
Metric Halo
http://www.mhlabs.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden