Re: Kernel-space ctypes.h support?

2018-09-13 Thread Sebastian Huber
On 14/09/2018 04:27, Joel Sherrill wrote: On Thu, Sep 13, 2018, 9:25 PM Chris Johns > wrote: On 14/09/2018 10:13, Joel Sherrill wrote: > On Thu, Sep 13, 2018, 5:40 PM Chris Johns mailto:chr...@rtems.org> >

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Joel Sherrill
On Thu, Sep 13, 2018, 9:25 PM Chris Johns wrote: > On 14/09/2018 10:13, Joel Sherrill wrote: > > On Thu, Sep 13, 2018, 5:40 PM Chris Johns > > wrote: > > On 14/09/2018 02:30, Joel Sherrill wrote: > > > On Thu, Sep 13, 2018, 10:34 AM Sebastian Huber > > > >

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Chris Johns
On 14/09/2018 10:13, Joel Sherrill wrote: > On Thu, Sep 13, 2018, 5:40 PM Chris Johns > wrote: > On 14/09/2018 02:30, Joel Sherrill wrote: > > On Thu, Sep 13, 2018, 10:34 AM Sebastian Huber > > >

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Joel Sherrill
On Thu, Sep 13, 2018, 5:40 PM Chris Johns wrote: > On 14/09/2018 02:30, Joel Sherrill wrote: > > On Thu, Sep 13, 2018, 10:34 AM Sebastian Huber > > sebastian.hu...@embedded-brains.de>> > > wrote: > > - Am 13. Sep 2018 um 14:07 schrieb joel j...@rtems.org > > :

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Chris Johns
On 14/09/2018 02:30, Joel Sherrill wrote: > On Thu, Sep 13, 2018, 10:34 AM Sebastian Huber > > > wrote: > - Am 13. Sep 2018 um 14:07 schrieb joel j...@rtems.org > : > > > On Thu, Sep 13, 2018, 3:28 AM Sebastian

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Joel Sherrill
On Thu, Sep 13, 2018, 10:34 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 13. Sep 2018 um 14:07 schrieb joel j...@rtems.org: > > > On Thu, Sep 13, 2018, 3:28 AM Sebastian Huber < > > sebastian.hu...@embedded-brains.de> wrote: > > > >> Hello, > >> > >> I test currently

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Gedare Bloom
This makes sense to me. I tracked also the newlib C locale discussion before, because it caused some problems for me in some baremetal applications. I agree with having some light-weight options, and we might even consider how to expose them later to avoid pulling in newlib string functions to

Re: compile error in RTEMS header when using -std=c99?

2018-09-13 Thread Gedare Bloom
On Thu, Sep 13, 2018 at 8:14 AM, Joel Sherrill wrote: > > > On Thu, Sep 13, 2018, 12:39 AM Sebastian Huber > wrote: >> >> Hello Alan, >> >> On 12/09/2018 20:45, Cudmore, Alan P. (GSFC-5820) wrote: >> > >> > Hello, >> > >> > We are building our RTEMS applications with -std=c99 and other >> >

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Sebastian Huber
- Am 13. Sep 2018 um 14:07 schrieb joel j...@rtems.org: > On Thu, Sep 13, 2018, 3:28 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> Hello, >> >> I test currently the tqm8xx BSP which worked fine until RTEMS 5. The >> problem is that this BSP uses strtoul() to get some

Re: compile error in RTEMS header when using -std=c99?

2018-09-13 Thread Joel Sherrill
On Thu, Sep 13, 2018, 12:39 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Alan, > > On 12/09/2018 20:45, Cudmore, Alan P. (GSFC-5820) wrote: > > > > Hello, > > > > We are building our RTEMS applications with -std=c99 and other > > compiler warning switches. > > > > On

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Joel Sherrill
On Thu, Sep 13, 2018, 3:28 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > I test currently the tqm8xx BSP which worked fine until RTEMS 5. The > problem is that this BSP uses strtoul() to get some system configuration > parameters from the boot loader. The Newlib

Re: Kernel-space ctypes.h support?

2018-09-13 Thread Sebastian Huber
Attached is an example implementation. -- 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.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht

Re: covoar SIGKILL Investigation

2018-09-13 Thread Vijay Kumar Banerjee
I have filed a ticket with all the information. https://devel.rtems.org/ticket/3515 On Sat, 1 Sep 2018 at 00:35, Joel Sherrill wrote: > > > On Fri, Aug 31, 2018 at 1:42 PM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> >> >> On Sat, 1 Sep 2018 at 00:01, Joel Sherrill wrote:

Kernel-space ctypes.h support?

2018-09-13 Thread Sebastian Huber
Hello, I test currently the tqm8xx BSP which worked fine until RTEMS 5. The problem is that this BSP uses strtoul() to get some system configuration parameters from the boot loader. The Newlib used by RTEMS 5 has now support for C locales in strtoul(). The C locale support needs an executing