rtems_event_send problem

Ray rayx.cn at gmail.com
Wed Feb 27 15:42:06 UTC 2008


Hi, 朱旭峰   

测试文件对应的Makefile.am
MANAGERS = .....
这一行加上event
如果不清楚用什么就干脆 MANAGERS = all
然后bootstrap,再重新编译。


      
Thanks & Best Regards!    
      
Ray, rayx.cn at gmail.com     
2008-02-27      


========================= 
----- Receiving the following content -----   
=========================    
From:  朱旭峰      
Receiver:  rtems-users      
Time: 2008-02-26, 21:47:22     
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 ______________________ 
> 
>_______________________________________________ 
>rtems-users mailing list 
>rtems-users at rtems.com 
>http://rtems.rtems.org/mailman/listinfo/rtems-users 
> 


More information about the users mailing list