?????? rtems-net: network sema obtain: network not initialised error

2019-03-26 Thread 787562067
rs"; ????: Re: rtems-net: network sema obtain: network not initialised error On 22/3/19 9:44 pm, 787562067 wrote: > I called select function , why report this error? You see this error because the network stack that provides the select call is not initialised. The select call in the legac

Re: rtems-net: network sema obtain: network not initialised error

2019-03-23 Thread Chris Johns
On 22/3/19 9:44 pm, 787562067 wrote: > I called select function , why report this error? You see this error because the network stack that provides the select call is not initialised. The select call in the legacy stack (in the RTEMS source tree) is only for network sockets file descriptors. Sele

rtems-net: network sema obtain: network not initialised error

2019-03-22 Thread 787562067
I called select function , why report this error? Hello, I'm waiting for input.. \0wait 5s select begin rtems-net: network sema obtain: network not initialised code: = int uart_recv(int fd, char *rcv_buf,int data_len) { int len,fs_sel; fd_set fs