Re: Warnings in BSPs on Master

2017-09-27 Thread Sebastian Huber
On 28/09/17 01:02, Joel Sherrill wrote: The warning situation hasn't improved recently. We have now a 64-bit PowerPC BSP. This introduced new warnings. Some warnings are compiler bugs. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49

Re: Installing cexp-2.2.3 for RTEMS 4.12

2017-09-27 Thread Joel Sherrill
Moving this to devel@ so more people see it. On Mon, Sep 25, 2017 at 8:32 PM, Akiv wrote: > Hi All, > > I have built RTEMS 4.12 for the pc686 BSP. I am now trying to install cexp > 2.2.3. After configuring, when I run the make I get the following error, > which seems to stem from getline.c: > >

Warnings in BSPs on Master

2017-09-27 Thread Joel Sherrill
Hi The warning situation hasn't improved recently. There are still zero BSPs which build warning free. Please look at the info here and see if you can fix some warnings in the build. ftp://ftp.rtems.org/pub/rtems/people/joel/warnings/warnings-4.12-master-20170927/ Thanks. -

[PATCH] posix: Implement self-contained POSIX condvar

2017-09-27 Thread Sebastian Huber
POSIX condition variables are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3113. --- c/src/ada-tests/mptests/mp01/config_base.h | 1 - c/src/ada-tests/mptests/mp03/config_base.h | 1 - c/src/ada-tests/mptests/mp04/config_bas

[PATCH] RTEMS: Make pthread_cond_t self-contained

2017-09-27 Thread Sebastian Huber
Signed-off-by: Sebastian Huber --- newlib/libc/sys/rtems/include/sys/_pthreadtypes.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/newlib/libc/sys/rtems/include/sys/_pthreadtypes.h b/newlib/libc/sys/rtems/include/sys/_pthreadtypes.h index 9ee443407..70477a2a6 100644