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
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
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