Re: kextload failure on 10.5
Re: kextload failure on 10.5
- Subject: Re: kextload failure on 10.5
- From: mogambo <email@hidden>
- Date: Fri, 30 Apr 2010 12:25:54 -0700
Hi Terry,
You can not specify multiple instances of -isysroot on a per architecture basis like this. You will need to separately compile your object files for each architecture and lipo them together.
I was looking into some other cocoa app that we build here and thinking on the same line. I was able to compile separate object files and lipo them together. The way I did this was create .o files and link them into a per-arch binary. I then lipo'ed them together into a single UB. I was able to load the kext successfully on 10.4 ppc, 10.5 i386 and 10.6 i386 and x86_64.
I am doing some regression testing and will go on to do some performance testing. So far so good.
Thanks to all who helped. I really appreciate it.
-m.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden