• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Building kext for 10.3.9 and/or 10.4 with Xcode 3 on Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: Building kext for 10.3.9 and/or 10.4 with Xcode 3 on Leopard (From: "Gi youl Kim" <email@hidden>)
 >Re: Building kext for 10.3.9 and/or 10.4 with Xcode 3 on Leopard (From: Chris Espinosa <email@hidden>)

  • Prev by Date: 'setDefaultButtonCell' only working with enter key
  • Next by Date: Re: I can't step into any message of Objective-C object
  • Previous by thread: Re: Building kext for 10.3.9 and/or 10.4 with Xcode 3 on Leopard
  • Next by thread: Re: GDB debug console not showing iPhone NSLog output
  • Index(es):
    • Date
    • Thread