Problems with rtems_timer_create

Joel Sherrill joel.sherrill at OARcorp.com
Wed Jun 13 18:19:23 UTC 2001




Camilo Alejandro Arboleda wrote:
> 
> El mié, 13 jun 2001 12:46:58 Joel Sherrill escribió:
> > Does the ticker.exe sample run on your hardware?
> 
> Hello:
> 
> I think I found something really useful. The rtems_timer_create function
> linked in my application comes from no-timer.c file, and is the next
> one:
> 
>   rtems_status_code rtems_timer_create(
>      rtems_name    name,
>      Objects_Id   *id
>    )
>    {
>      _Internal_error_Occurred(
>        INTERNAL_ERROR_RTEMS_API,
>        FALSE,
>        RTEMS_NOT_CONFIGURED
>      );
>      return RTEMS_NOT_CONFIGURED;
>    }
> 
> So, what I missed?

Just what I asked about in the other email. :)

There is a list of MANAGERS_REQUIRED in the Makefile.  Include timer
in that list. :)

> Camilo Alejandro Arboleda
> Ingeniero de Proyectos
> Ascom Colombia S.A.
> http://www.ascom.com

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel at OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985



More information about the users mailing list