Hello I am developing a data processing application that has hard real-time requirements. In this application I would like to be able to call some functions from the standard C library as well as functions from the math library. I have found however that some function in these libraries are not safe to using inside a RTL thread running in the kernel. I also tried to use newlib but was unsuccessful at getting it to link into the kernel at runtime. Does anyone know if someone has developed a real-time kernel safe version of the standard libraries?
Mark Jones ===== Mark Jones [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- [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/
