Re: kextload:kid_load_from_memory failed
Re: kextload:kid_load_from_memory failed
- Subject: Re: kextload:kid_load_from_memory failed
- From: Steve Checkoway <email@hidden>
- Date: Thu, 16 Feb 2006 11:36:24 -0800
On Feb 16, 2006, at 10:38 AM, Rob Crawford wrote:
I am currently working on a Kernel extension in which I am making
some calls that compile and link fine in the XCode Project but
won't load, I get errors with getattrlist, gettimeofday and
setattrlist which are calls that I am making and need in the Kernel
extension, what can I do to fix the Undefined symbols in the XCode
project so the KEXT will load?
getattrlist, gettimeofday, and setattrlist are syscalls. It is my
understanding (from lurking in darwin-kernel) that you cannot use
syscalls in the kernel.
- Steve
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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