> Can we do this in a real time thread:
>
> float x = 1.5;
> rtl_printf("%f", x);
>
> It's printing this for me:
> x = %f
>
> I've given the thread permission to do floating point arithmetic but it
> shouldn't matter in this case.
>
the kernel does not support printing floating point formates - you would need
to do that yourselfe or pass it to user space via FIFO/mbuff and do it ther
with printf.
hofrat
-- [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/