Hello,<br><br>I'm compiling a pthread based project with 
sparc-rtems-gcc, however pthread_mutex_init returns EAGAIN, which means:<br><br>"The
 system lacked the necessary resources (other than memory) to 
initialise<br>
another mutex."<br>
<br>
Or by other words, "No more Processes".<br><br><br>
Why pthread_mutex_init() isn't working with rtems? It should create the 
thread right? Do i need to pass any special flag to the compiler?<br><br><br>Best,<br>JM