Hi,<br><br>I'm using RTEMS with POSIX API and now i'm trying to setup the RTEMS network support in order to perform TCP/IP communications. <br><br>When i do:<br><br>rtems_bsdnet_initialize_network ()<br><br>I get the following error, happening in rtems_bsdnet_newproc() function of rtems_glue.c.<br>
<br>----------------------------------------------------------------------<br>Can't create network daemon `ntwk': `too many'<br><br>fatal error, exiting<br>----------------------------------------------------------------------<br>
<br>Is this a failure on rtems_task_create() because i'm using standard POSIX API? If so, is there a way to configure network support for POSIX API?<br><br><br>Best,<br>JM<br>