Re: RTEMS SMP Status Report v3

2016-12-23 Thread Gedare Bloom
On Fri, Dec 23, 2016 at 4:45 AM, Sebastian Huber wrote: > On 23/12/16 02:01, Chris Johns wrote: >> >> On 22/12/2016 21:43, Sebastian Huber wrote: >>> >>> - Chris Johns schrieb: On 22/12/2016 01:19, Sebastian Huber wrote: > > The POSIX API provides no binary semaphores, so ta

Re: Newlib and GCC Update for RTEMS 4.12

2016-12-23 Thread Joel Sherrill
Thanks Sebastian. I have some patches to RTEMS coming which require the new newlib. I don't plan to add autoconf logic to disable it when the old tools are in use. I am also nibbling at removing some of the similar logic added during the SMP work. --joel On Dec 23, 2016 7:54 AM, "Sebastian Hube

Re: libbsd update to FreeBSD head (2016-08-23)

2016-12-23 Thread Sebastian Huber
On 09/11/16 09:38, Sebastian Huber wrote: Hello, I update currently the libbsd to FreeBSD head (2016-08-23) from FreeBSD 9.3. This is a very big jump in terms of FreeBSD development. The main goal is to catch up with FreeBSD and unify the baseline of the different parts of the libbsd. The net

Newlib and GCC Update for RTEMS 4.12

2016-12-23 Thread Sebastian Huber
Hello, I updated the RSB to use Newlib 2.5.0 with this patch https://sourceware.org/ml/newlib/2016/msg01190.html and GCC 6.3.0 (or1k GCC 4.9.3, epiphany GCC 4.9.2). All users of the RTEMS master should update their tool chains. This tool set is a hot candidate for the RTEMS 4.12 release. --

Re: RTEMS SMP Status Report v3

2016-12-23 Thread Sebastian Huber
On 23/12/16 02:01, Chris Johns wrote: On 22/12/2016 21:43, Sebastian Huber wrote: - Chris Johns schrieb: On 22/12/2016 01:19, Sebastian Huber wrote: The POSIX API provides no binary semaphores, so task/interrupt synchronization is a problem. So, for drivers there is still a need for som