Re: Compilation of kext.
Re: Compilation of kext.
- Subject: Re: Compilation of kext.
- From: Rustam Muginov <email@hidden>
- Date: Mon, 06 Jun 2005 10:46:42 +0400
As far as I know, KEXTs should be developed with Embedded C++ - a subset of
C++ without some C++ features like exception handling.
This could make using of STL impossible inside the kernel extensions because
STL using exceptions
On 6/5/05 1:16 PM, "Nicolas Diez" <email@hidden> wrote:
> Hello,
> I'm sorry if I ask a dumb question, but while I am developing an
> application which I should put in IOHIDFamily kext, I'm using cstdlib.
> This makes gcc to occur some errors. In fact, I have the above errors
> when I try to compile :
> error : iostream : so such file or directory
> error : map : no such file or directory
>
> and so one. When I build the application outside the kext build, it
> compiles clearly. I have checked project options in XCode2.0, but I
> can't find why cstdlib, map, vector and other classes couldn't be
> found.
>
> Thanks for all.
>
> Nicolas.
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Darwin-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden