A float point arithmetic in kernel extension
A float point arithmetic in kernel extension
- Subject: A float point arithmetic in kernel extension
- From: "wlq" <email@hidden>
- Date: Tue, 7 Mar 2006 13:53:29 +0800
I am building one kernel extension for my device and I need do some float point arithmetic.
The problem is,
In my code, I have added header file
#include <math.h>
And I have called some float point function pow(float, float), acos(float) etc.
In xcode 1.5, the compiler shows ok when compile the project, but when I
use kextload to load my KEXT into kernel, the console shows
that kernel can't identify _pow, _acos.
In xcode 2.2, when compile the project, the compiler shows can't find header
file math.h
Any suggestions?
Thanks & B.R.
_______________________________________________
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