Re: [PATCH] config: Remove Ada configuration options

2019-12-19 Thread Sebastian Huber
On 19/12/2019 15:20, Joel Sherrill wrote: What native GNAT version do you use to build the RTEMS GNAT? I use the same major versions, e.g. GCC 7 (sparc) or 9 (riscv). -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax

Re: [PATCH] config: Remove Ada configuration options

2019-12-19 Thread Joel Sherrill
Given a cursory review, this looks OK. What native GNAT version do you use to build the RTEMS GNAT? --joel On Wed, Dec 18, 2019 at 9:26 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Update #3845. > --- > cpukit/include/rtems/confdefs.h | 80 > ++-

[PATCH] c-user: Remove Ada configuration options

2019-12-18 Thread Sebastian Huber
Close #3845. --- c-user/configuring_a_system.rst | 132 +++- 1 file changed, 34 insertions(+), 98 deletions(-) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst index 6e680c2..18cbd32 100644 --- a/c-user/configuring_a_system.rst +++

[PATCH] config: Remove Ada configuration options

2019-12-18 Thread Sebastian Huber
Update #3845. --- cpukit/include/rtems/confdefs.h | 80 ++--- 1 file changed, 18 insertions(+), 62 deletions(-) diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h index f4ada7ead4..ae0c9874a6 100644 --- a/cpukit/include/rtems/confdef

Re: Ada configuration options

2019-12-17 Thread Sebastian Huber
On 17/12/2019 14:38, Joel Sherrill wrote: On Tue, Dec 17, 2019 at 3:45 AM Sebastian Huber > wrote: Hello, we have currently three Ada related configuration options: * CONFIGURE_GNAT_RTEMS * CONFIGURE_MAXIMUM_ADA_TASKS * CONFI

Re: Ada configuration options

2019-12-17 Thread Joel Sherrill
On Tue, Dec 17, 2019 at 3:45 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > 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_AD

Ada configuration options

2019-12-17 Thread Sebastian Huber
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