[uClibc] Help: how do I create a periodic timer with ucLibc?

mark yang armuclinux at yahoo.com
Sat Nov 22 20:42:10 UTC 2003


I just wanna know if there is any "substitution" call too "timer_settime()"  so I can use it to call my timeHandler function when the timer expires. this is something most of the people  uses in their embedded programming enviroment, and I don't believe they'll have to implement by themselves or "buy" to have it.
 
Mark

Manuel Novoa III <mjn3 at codepoet.org> wrote:
On Sat, Nov 22, 2003 at 11:42:22AM -0800, mark yang wrote:
> Hi,
> Please ignore my previous question, -lrt doesn't work with "arm-elf-gcc" either, the problem is the comipler can't find the librt library.
> But my question now is : how do I create a periodic timer with uClibc? since timer_create() is not supported. I'm using ucLibc with uClinux.
> Any suggestions?

How about the blindingly obvious solutions of either porting an existing
implementation of timer_create() or of implementing it yourself?

Manuel

---------------------------------
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/uclibc/attachments/20031122/d1263070/attachment-0001.htm 


More information about the uClibc mailing list