Re: [PATCH] Update newlib to 5835688440fb0b23fe991a04c7e2df54ded87657

2018-10-22 Thread Sebastian Huber
Hello Joel, could you please update the Newlib for all architectures, for example like in this change: https://git.rtems.org/rtems-source-builder/commit/?id=35c533f545c88ffea9ba619080997716f121d591 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Ph

Re: Can't find Python.h on MSYS2 -- It's there

2018-10-22 Thread Chris Johns
On 23/10/2018 10:44, Joel Sherrill wrote: > On Mon, Oct 22, 2018, 6:37 PM Chris Johns > wrote: > Hmm ... I installed msys2 from scratch in the last couple of weeks. I used the > Pacman command in the hosts section (formerly in the RSB). Are there two > Pacman > command ex

Re: Can't find Python.h on MSYS2 -- It's there

2018-10-22 Thread Joel Sherrill
On Mon, Oct 22, 2018, 6:37 PM Chris Johns wrote: > I should have added .. > > On 23/10/2018 10:35, Chris Johns wrote: > > On 23/10/2018 09:45, Joel Sherrill wrote: > >> Hi > >> > >> Nice to see the --source-only-download try to help. Just needs to find > this: > >> > >> config: tools/rtems-gdb-8.

Re: Can't find Python.h on MSYS2 -- It's there

2018-10-22 Thread Chris Johns
I should have added .. On 23/10/2018 10:35, Chris Johns wrote: > On 23/10/2018 09:45, Joel Sherrill wrote: >> Hi >> >> Nice to see the --source-only-download try to help. Just needs to find this: >> >> config: tools/rtems-gdb-8.0.1-1.cfg >> error: config error: gdb-common-1.cfg:87: "gdb: python: h

Re: Can't find Python.h on MSYS2 -- It's there

2018-10-22 Thread Chris Johns
On 23/10/2018 09:45, Joel Sherrill wrote: > Hi > > Nice to see the --source-only-download try to help. Just needs to find this: > > config: tools/rtems-gdb-8.0.1-1.cfg > error: config error: gdb-common-1.cfg:87: "gdb: python: header file not found: > python2.7/Python.h, please install" > Build FA

Re: RFC: Value of New Section on Tools Build Time Expectations

2018-10-22 Thread Chris Johns
On 23/10/2018 01:18, Joel Sherrill wrote: > On Sun, Oct 21, 2018 at 6:59 PM Chris Johns > wrote: > > On 22/10/2018 09:11, Joel Sherrill wrote: > > On Sun, Oct 21, 2018 at 2:16 PM Christian Mauderer > >

Can't find Python.h on MSYS2 -- It's there

2018-10-22 Thread Joel Sherrill
Hi Nice to see the --source-only-download try to help. Just needs to find this: config: tools/rtems-gdb-8.0.1-1.cfg error: config error: gdb-common-1.cfg:87: "gdb: python: header file not found: python2.7/Python.h, please install" Build FAILED Build Set: Time 0:00:19.550279 Build FAILED jrs007@J

[PATCH] Update newlib to 5835688440fb0b23fe991a04c7e2df54ded87657

2018-10-22 Thread Joel Sherrill
--- rtems/config/5/rtems-default.bset | 2 +- ...ib-5835688440fb0b23fe991a04c7e2df54ded87657.cfg | 34 ++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gcc-7.3.0-newlib-5835688440fb0b23fe991a04c7e2df54ded87657.c

Re: RFC: Value of New Section on Tools Build Time Expectations

2018-10-22 Thread Joel Sherrill
On Sun, Oct 21, 2018 at 6:59 PM Chris Johns wrote: > On 22/10/2018 09:11, Joel Sherrill wrote: > > On Sun, Oct 21, 2018 at 2:16 PM Christian Mauderer > > wrote: > > Am 21.10.18 um 19:07 schrieb Joel Sherrill: > > > Hi > > > > > > I am in the middle of r

[PATCH] c-user: Modify CONFIGURE_INTERRUPT_STACK_SIZE

2018-10-22 Thread Sebastian Huber
Use CPU_STACK_MINIMUM_SIZE instead of CONFIGURE_MINIMUM_TASK_STACK_SIZE to set the default value. Clarify documentation. Update #3480. --- c-user/configuring_a_system.rst | 37 + 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/c-user/configurin