rtems_event_send problem

朱旭峰 fall4ufeng at gmail.com
Tue Feb 26 13:47:22 UTC 2008


hi:
        when i test netdemo ,i found that the routine call the function
rtems_event_send function in the Start function.
I got the content of rtems_event_send as following:
    rtems_status_code rtems_event_send(
  Objects_Id         id,
  rtems_event_set event_in
)
{
  _Internal_error_Occurred(
    INTERNAL_ERROR_RTEMS_API,
    FALSE,
    RTEMS_NOT_CONFIGURED
  );
  return RTEMS_NOT_CONFIGURED;
}
             this function is found in file c/src/optman/rtems/no-event.c,
but i found another rtems_event_send function in file
cpukit/rtems/src/eventsend.c。
             So, how to configure the application can make it right?
              Thanks a lot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20080226/2914beb4/attachment.html>


More information about the users mailing list