Ada configuration options
Sebastian Huber
sebastian.huber at embedded-brains.de
Tue Dec 17 09:45:19 UTC 2019
Hello,
we have currently three Ada related configuration options:
* CONFIGURE_GNAT_RTEMS
* CONFIGURE_MAXIMUM_ADA_TASKS
* CONFIGURE_MAXIMUM_FAKE_ADA_TASKS
The CONFIGURE_MAXIMUM_FAKE_ADA_TASKS option has no effect. The
CONFIGURE_GNAT_RTEMS is mandatory to use the CONFIGURE_MAXIMUM_ADA_TASKS
option. So, if you just use
#define CONFIGURE_MAXIMUM_ADA_TASKS 123
then you get a re-definition warning and hopefully pay attention to it.
This is not very user friendly from point of view.
The CONFIGURE_MAXIMUM_ADA_TASKS just adds the configured count to
CONFIGURE_MAXIMUM_POSIX_THREADS.
I would obsolete all three options.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list