Re: Update to GDB 11.2?

2022-02-24 Thread Sebastian Huber
On 24/02/2022 14:53, Sebastian Huber wrote: On 24/02/2022 14:40, Joel Sherrill wrote: On Thu, Feb 24, 2022, 5:50 AM Sebastian Huber > wrote:     Hello,     we still use GDB 10 for the RTEMS 6 tool suite. I noticed some build     problems for this ver

Re: Using config.ini to specify name for BSP variant on install

2022-02-24 Thread Gedare Bloom
On Mon, Feb 21, 2022 at 9:51 AM Joel Sherrill wrote: > > Thanks > > On Mon, Feb 21, 2022, 12:19 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > > > On 20/02/2022 18:46, Joel Sherrill wrote: > > > We've had a discussion over on Discord about a BSP variant for a > > > custom Micr

Re: [PATCH rtems-examples 00/14] RTEMS Examples Clean Up

2022-02-24 Thread Joel Sherrill
On Thu, Feb 24, 2022 at 4:50 PM Chris Johns wrote: > Looks good, OK to push. > Thanks for the ack. > > Thanks for all the examples. > I had a backlog from user reports, class examples, etc. Plus I don't like seeing the warnings. It would be good to work at least references to them through the

Re: [PATCH 0/3] Clean up in anticipation of change to BSD-2 license

2022-02-24 Thread Chris Johns
OK to push Thanks Chris On 24/2/22 9:33 am, Joel Sherrill wrote: > Hi > > In reviewing files prior to changing the license to BSD-2, I > noticed some files had issues in their file headers. It ranged > from odd spacing to typos to comments in license/copyright blocks. > > There shouldn't be an

Re: [PATCH rtems-examples 00/14] RTEMS Examples Clean Up

2022-02-24 Thread Chris Johns
Looks good, OK to push. Thanks for all the examples. Chris On 24/2/22 9:21 am, Joel Sherrill wrote: > Hi > > In using the examples in classes and writing examples for users, > I have accumulated some changes. These changes cover a bit of > territory. > > + Fix build issues > + Address war

RTEMS Open Class (virtual) April 25-29

2022-02-24 Thread Joel Sherrill
Hi There will be an RTEMS Open Class held virtually the week of April 25-29. Times each day will be based on the US Central time zone (Chicago). Adjustments may be considered to accommodate the participants. April 25 - Kick Start and Getting Started April 26-29 - Open Class Details and registra

[PATCH v1] devel/spike-1.1.0: bump hash

2022-02-24 Thread Ryan Long
Bump the hash of spike to match the 1.1.0 release. --- bare/config/devel/spike-1.1.0.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bare/config/devel/spike-1.1.0.cfg b/bare/config/devel/spike-1.1.0.cfg index 644b754..73cf3c2 100644 --- a/bare/config/devel/spike-1.1.0.

Re: [PATCH] devel/spike-1.1.0: bump hash

2022-02-24 Thread Ryan Long
Sorry, I forgot to change the commit author. I'll do so and resend. On 2/24/2022 9:43 AM, Ryan Long wrote: From: OAR Tester Bump the hash of spike to match the 1.1.0 release. --- bare/config/devel/spike-1.1.0.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bare/c

[PATCH] devel/spike-1.1.0: bump hash

2022-02-24 Thread Ryan Long
From: OAR Tester Bump the hash of spike to match the 1.1.0 release. --- bare/config/devel/spike-1.1.0.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bare/config/devel/spike-1.1.0.cfg b/bare/config/devel/spike-1.1.0.cfg index 644b754..73cf3c2 100644 --- a/bare/config

[libbsd] build: Ensure mandatory compiler/linker flags

2022-02-24 Thread Sebastian Huber
Make sure the flags are present in all build configurations. --- waf_libbsd.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/waf_libbsd.py b/waf_libbsd.py index dd391191..acf93a2f 100644 --- a/waf_libbsd.py +++ b/waf_libbsd.py @@ -194,16 +194,16 @@ class Builder(build

Re: Update to GDB 11.2?

2022-02-24 Thread Sebastian Huber
On 24/02/2022 14:40, Joel Sherrill wrote: On Thu, Feb 24, 2022, 5:50 AM Sebastian Huber > wrote: Hello, we still use GDB 10 for the RTEMS 6 tool suite. I noticed some build problems for this version. Should we update to the latest GDB 11.2

Re: Update to GDB 11.2?

2022-02-24 Thread Joel Sherrill
On Thu, Feb 24, 2022, 5:50 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > we still use GDB 10 for the RTEMS 6 tool suite. I noticed some build > problems for this version. Should we update to the latest GDB 11.2 release? > If it solves build problems and doesn't intr

Update to GDB 11.2?

2022-02-24 Thread Sebastian Huber
Hello, we still use GDB 10 for the RTEMS 6 tool suite. I noticed some build problems for this version. Should we update to the latest GDB 11.2 release? -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 9

Update to Binutils 2.38

2022-02-24 Thread Sebastian Huber
Hello, just for your information, I updated the RSB to use Binutils 2.38 for the RTEMS 6 tool suite. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08 Registerge

Re: [PATCH rtems-libbsd] ipsec-tools: Reduce allocated buffer size

2022-02-24 Thread Christian MAUDERER
Thanks for the review. I pushed it. Am 23.02.22 um 06:20 schrieb Chris Johns: OK and thanks Chris On 22/2/22 7:34 pm, Christian Mauderer wrote: By default, pfkey allocates a 2MB buffer that is used for SPD entries. This size is a good choice for a server system where a lot of clients should b