I'm trying to create a message queue by rtems system lib, I did: rtems_message_queue_create( 1, 10, 20, RTEMS_FIFO, &qId); compiled but it returns nothing, looks like the call breaks, anyone know what the problem is? Thanks Yi