[PATCH rtems-lwip] lwip.py: Install BSD compatibility headers

2022-08-26 Thread Kinsey Moore
--- lwip.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lwip.py b/lwip.py index 70c9471..a8248d9 100644 --- a/lwip.py +++ b/lwip.py @@ -155,7 +155,9 @@ def build(bld): bld.install_files("${PREFIX}/" + arch_lib_path + "/include/" + subpath,

Weird Cygwin Build Failure

2022-08-26 Thread Joel Sherrill
Hi https://lists.rtems.org/pipermail/build/2022-August/035493.html -- m68k on Cygwin fails with this weird error. rm gcc.pod make[2]: Leaving directory '/home/rtems-tester/rtems-cron-5/rtems-source-builder/rtems/build/m68k-rtems5-gcc-7.5.0-newlib-7947581-x86_64-pc-cygwin-1/buil

Re: [PATCH rtems-lwip] lwip.py: Install BSD compatibility headers

2022-08-26 Thread Kinsey Moore
Hold off on rewiewing this patch, there are some missing pieces attached to the NTP patches that need to be pulled out for this to be relevant. On 8/26/2022 09:07, Kinsey Moore wrote: --- lwip.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lwip.py b/lwip.py index 7

[PATCH rtems-lwip v2] lwip.py: Build BSD compatibility as part of lwIP

2022-08-26 Thread Kinsey Moore
Include the BSD compatibility functions as part of lwIP to be provided to consumers of this network stack and install the headers so they can be compiled against. --- lwip.py | 7 ++- rtemslwip/bsd_compat/rtems-kernel-program.c | 5 + 2 files changed, 7

[PATCH rtems-lwip v3] lwip.py: Build BSD compatibility as part of lwIP

2022-08-26 Thread Kinsey Moore
Include the BSD compatibility functions as part of lwIP to be provided to consumers of this network stack and install the headers so they can be compiled against. --- lwip.py | 9 +++-- rtemslwip/bsd_compat/rtems-kernel-program.c | 5 + 2 files changed,

[PATCH rtems-lwip v3] Add missing include

2022-08-26 Thread Kinsey Moore
The v2 patch would not compile under a fresh build due to a missing include that was being masked by installed files at the BSP install location. This resolves that issue and ensures that this builds from a completely fresh build. ___ devel mailing list

Re: [PATCH rtems-lwip v3] lwip.py: Build BSD compatibility as part of lwIP

2022-08-26 Thread Chris Johns
On 27/8/2022 7:25 am, Kinsey Moore wrote: > Include the BSD compatibility functions as part of lwIP to be provided > to consumers of this network stack and install the headers so they can > be compiled against. > --- > lwip.py | 9 +++-- > rtemslwip/bsd_comp

Re: [PATCH rtems-lwip v3] lwip.py: Build BSD compatibility as part of lwIP

2022-08-26 Thread Kinsey Moore
On 8/26/2022 17:13, Chris Johns wrote: On 27/8/2022 7:25 am, Kinsey Moore wrote: Include the BSD compatibility functions as part of lwIP to be provided to consumers of this network stack and install the headers so they can be compiled against. --- lwip.py

[PATCH RTEMS 5] cpukit/include: Fix including in C++

2022-08-26 Thread chrisj
From: Chris Johns Closes #4709 --- cpukit/include/link_elf.h | 8 cpukit/include/linux/rbtree.h | 10 +- cpukit/include/rtems/capture.h| 4 ++-- cpukit/include/rtems/posix/muteximpl.h| 7 +++ cpukit/include/rtems

Re: Weird Cygwin Build Failure

2022-08-26 Thread Chris Johns
On 27/8/2022 12:13 am, Joel Sherrill wrote: > Hi > > https://lists.rtems.org/pipermail/build/2022-August/035493.html > -- m68k on > Cygwin fails with this weird error.  > > > > > rm gcc.pod > make[2]: Leaving dir

Re: [PATCH RTEMS 5] cpukit/include: Fix including in C++

2022-08-26 Thread Joel Sherrill
I'm ok with these but which were actually causing trouble? On Fri, Aug 26, 2022, 8:12 PM wrote: > From: Chris Johns > > Closes #4709 > --- > cpukit/include/link_elf.h | 8 > cpukit/include/linux/rbtree.h | 10 +- > cpukit/include/rtems/capt

Re: Weird Cygwin Build Failure

2022-08-26 Thread Joel Sherrill
On Fri, Aug 26, 2022, 8:14 PM Chris Johns wrote: > On 27/8/2022 12:13 am, Joel Sherrill wrote: > > Hi > > > > https://lists.rtems.org/pipermail/build/2022-August/035493.html > > -- > m68k on > > Cygwin fails with this weird error.

Re: [PATCH RTEMS 5] cpukit/include: Fix including in C++

2022-08-26 Thread Chris Johns
On 27/8/2022 11:13 am, Joel Sherrill wrote: > I'm ok with these but which were actually causing trouble? The watchdog, the left and the capture engine include cause the orginal problem. I fixed those and some others on 6 then backported those that applied to 5. OK to push? Chris

Re: Weird Cygwin Build Failure

2022-08-26 Thread Chris Johns
On 27/8/2022 11:15 am, Joel Sherrill wrote: > On Fri, Aug 26, 2022, 8:14 PM Chris Johns > wrote: > > On 27/8/2022 12:13 am, Joel Sherrill wrote: > > Hi > > > > https://lists.rtems.org/pipermail/build/2022-August/035493.html >