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

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. --