> Wayne Dunkel wrote:
> > 
> > I have included math.h in my source file, but gcc says that the reference to sin 
>is undefined. what should I do?
> 
> Read a book on programing for the kernel. Functions like sin are not
> available in kernel space. I would suggest using a lookup table of some
> sort.
>
if you statically link libc/libm in ,there is no problem with using math
functions - besids that it produces gigantic kernel modules .. 

hofrat

----- End of forwarded message from [EMAIL PROTECTED] -----
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/

Reply via email to