Help: rtems_message_queue_create() fails
Efren Serra
efren.serra at eng.sun.com
Fri Aug 18 00:44:07 UTC 2000
Hello folks,
When trying to create a queue with the above RTEMS directive a get a
`too many' return status, which has
to be `too many global objects' since this happens when I try to create
the first queue. I have set the following
RTEMS constants to these values:
CONFIGURE_EXECUTIVE_RAM_SIZE (32*1024*1024)
CONFIGURE_INIT_TASK_SIZE (512*1024)
Also, I call the directive with the following parameters:
status = rtems_message_queue_create(
rtems_build_name('A', 'Q', 'U', 'E'),
32,
4,
RTEMS_DEFAULT_ATTRIBUTES,
&a_queue);
Thanks,
-efren-
More information about the users
mailing list