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

Manuel Novoa III mjn3 at codepoet.org
Sat Nov 22 20:14:49 UTC 2003


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



More information about the uClibc mailing list