[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems_event_send problem
- Date: Tue, 26 Feb 2008 21:47:22 +0800
- From: fall4ufeng at gmail.com (朱旭峰)
- Subject: rtems_event_send problem
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://rtems.rtems.org/pipermail/rtems-users/attachments/20080226/2914beb4/attachment.html