I'm getting a 'divdi3 undefined' when I try to load a module with:
#define usToTicks(x) ((RT_TICKS_PER_SEC*(x)) / 1000000)
...
RTIME period;
...
setPeriod( int usec )
{
period = usToTicks( usec );
}
Any help would be very appreciated!
Thanks,
Jim.
--- [rtl] ---
For more information on Real-Time Linux see:
http://www.rtlinux.org/