Re: Build Linux: FAILED 5/bsps/atsamv on x86_64-linux-gnu (rtems-libbsd-v816a2f912f414f39467a6be901a96159f806c01d-x86_64-linux-gnu-1)

2020-04-06 Thread Sebastian Huber
Hello, I am not sure what we should do with this one. The libbsd is well supported on this BSP, however, with default options, the BSP has not enough memory to link all the libbsd tests. For this BSP you likely have to specify some BSP options to build it for your target. I suggest to remove

Re: RTEMS Release Snapshot: 5.0.0-m2004 (02 Apr 2020)

2020-04-06 Thread Alan Cudmore
Chris, I tested this release on the Raspberry Pi (Zero), Raspberry Pi 2, Beaglebone Black with LibBSD, xilinx_zynq_a9_qemu, and partially on the leon3. ( samples all work on Leon3 QEMU, but I'm still configuring my application ) To help generate tools and BSPs for releases like this, I created a

Re: Failures on Overnight build sweep

2020-04-06 Thread Chris Johns
On 2020-04-06 22:06, Christian Mauderer wrote: I checked it: Chris pulled that one in together with the reverted commit from Sebastian today at about 7:00 UTC. So both patches are included in current RSB master. Sorry for missing that step. It's something normally not really necessary during

PC BSP bset failure

2020-04-06 Thread Joel Sherrill
Hi I haven't investigated them all but the pc fails to build libbsd and I thought this one should work given recent attention: 50/1916] Compiling freebsd/lib/libc/rpc/clnt_dg.c [ 51/1916] Compiling freebsd/sbin/sysctl/sysctl.c ../../freebsd/sbin/sysctl/sysctl.c:72:10: fatal error:

Re: [PATCH rtems-docs] user/bsps: Moving all other M68K BSPs from Wiki to User

2020-04-06 Thread Gedare Bloom
On Mon, Apr 6, 2020 at 3:26 PM Mritunjay wrote: > > --- > user/bsps/bsps-m68k.rst | 829 +++- > 1 file changed, 818 insertions(+), 11 deletions(-) > > diff --git a/user/bsps/bsps-m68k.rst b/user/bsps/bsps-m68k.rst > index bdb516b..a035137 100644 > ---

Re: [PATCH rtems-docs] user/bsps: Moving all other M68K BSPs from Wiki to User

2020-04-06 Thread Mritunjay Sharma
Hi all, After this patch, you can safely remove all the Motorola M68xxx and Coldfire BSPs from the wiki except probably mvme162lx (It was not mentioned in the user/bsps/bsps-m68k.rst , does it also has to be added?) Thanks -Mritunjay On Tue, Apr 7, 2020 at 2:56 AM Mritunjay wrote: > --- >

[PATCH rtems-docs] user/bsps: Moving all other M68K BSPs from Wiki to User

2020-04-06 Thread Mritunjay
--- user/bsps/bsps-m68k.rst | 829 +++- 1 file changed, 818 insertions(+), 11 deletions(-) diff --git a/user/bsps/bsps-m68k.rst b/user/bsps/bsps-m68k.rst index bdb516b..a035137 100644 --- a/user/bsps/bsps-m68k.rst +++ b/user/bsps/bsps-m68k.rst @@ -8,7 +8,22 @@

Re: [PATCH 1/2] score: Add and use RTEMS_SYMBOL_NAME()

2020-04-06 Thread Sebastian Huber
On 06/04/2020 21:40, Gedare Bloom wrote: On Mon, Apr 6, 2020 at 11:57 AM Sebastian Huber wrote: Update #3799. --- cpukit/include/rtems/score/basedefs.h | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/cpukit/include/rtems/score/basedefs.h

Re: [PATCH 2/2] config: Fix _ISR_Stack_area_end

2020-04-06 Thread Sebastian Huber
On 06/04/2020 21:42, Gedare Bloom wrote: On Mon, Apr 6, 2020 at 11:57 AM Sebastian Huber wrote: Update #3799. --- cpukit/include/rtems/confdefs/percpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/include/rtems/confdefs/percpu.h

Re: [PATCH 2/2] config: Fix _ISR_Stack_area_end

2020-04-06 Thread Gedare Bloom
On Mon, Apr 6, 2020 at 11:57 AM Sebastian Huber wrote: > > Update #3799. > --- > cpukit/include/rtems/confdefs/percpu.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/cpukit/include/rtems/confdefs/percpu.h > b/cpukit/include/rtems/confdefs/percpu.h > index

Re: [PATCH 1/2] score: Add and use RTEMS_SYMBOL_NAME()

2020-04-06 Thread Gedare Bloom
On Mon, Apr 6, 2020 at 11:57 AM Sebastian Huber wrote: > > Update #3799. > --- > cpukit/include/rtems/score/basedefs.h | 21 + > 1 file changed, 17 insertions(+), 4 deletions(-) > > diff --git a/cpukit/include/rtems/score/basedefs.h > b/cpukit/include/rtems/score/basedefs.h

Re: [PATCH rtems-source-builder] dtc: Update to 1.6.0.

2020-04-06 Thread Joel Sherrill
On Mon, Apr 6, 2020 at 12:29 PM Christian Mauderer wrote: > Hello Joel, > > On 06/04/2020 19:09, Joel Sherrill wrote: > > I tested it and it failed. > > > > CC treesource.o > > gmake: *** No rule to make target 'yaml.h', needed by 'yamltree.o'. > Stop. > > + cd > > >

Re: bare/qemu broken?

2020-04-06 Thread Joel Sherrill
On Mon, Apr 6, 2020 at 12:48 PM Joel Sherrill wrote: > > > On Mon, Apr 6, 2020 at 12:43 PM Gedare Bloom wrote: > >> This is a problem caused by newer versions of perl. The unescaped { } >> in regex was deprecated and then eliminated. It requires an upstream >> fix to escape with \. >> > >

[PATCH 2/2] config: Fix _ISR_Stack_area_end

2020-04-06 Thread Sebastian Huber
Update #3799. --- cpukit/include/rtems/confdefs/percpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/include/rtems/confdefs/percpu.h b/cpukit/include/rtems/confdefs/percpu.h index 730571b54a..8ae848659c 100644 --- a/cpukit/include/rtems/confdefs/percpu.h +++

[PATCH 1/2] score: Add and use RTEMS_SYMBOL_NAME()

2020-04-06 Thread Sebastian Huber
Update #3799. --- cpukit/include/rtems/score/basedefs.h | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h index 4589bea4aa..a2eb14a642 100644 ---

Re: [PATCH] sparc64: update linkcmds with missing sections for TLS

2020-04-06 Thread Sebastian Huber
On 06/04/2020 19:19, Gedare Bloom wrote: I checked this in. It fixes the testsuite build error reported. I built niagara and usiii all tests. Thanks for fixing this. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: bare/qemu broken?

2020-04-06 Thread Gedare Bloom
On Mon, Apr 6, 2020 at 11:49 AM Joel Sherrill wrote: > > > > On Mon, Apr 6, 2020 at 12:43 PM Gedare Bloom wrote: >> >> This is a problem caused by newer versions of perl. The unescaped { } >> in regex was deprecated and then eliminated. It requires an upstream >> fix to escape with \. > > >

Re: bare/qemu broken?

2020-04-06 Thread Gedare Bloom
On Mon, Apr 6, 2020 at 11:46 AM Gedare Bloom wrote: > > On Mon, Apr 6, 2020 at 11:43 AM Gedare Bloom wrote: > > > > This is a problem caused by newer versions of perl. The unescaped { } > > in regex was deprecated and then eliminated. It requires an upstream > > fix to escape with \. > > > PS:

Re: bare/qemu broken?

2020-04-06 Thread Joel Sherrill
On Mon, Apr 6, 2020 at 12:43 PM Gedare Bloom wrote: > This is a problem caused by newer versions of perl. The unescaped { } > in regex was deprecated and then eliminated. It requires an upstream > fix to escape with \. > Unfortunately, it appears that the qemu bset only works on older

Re: bare/qemu broken?

2020-04-06 Thread Gedare Bloom
On Mon, Apr 6, 2020 at 11:43 AM Gedare Bloom wrote: > > This is a problem caused by newer versions of perl. The unescaped { } > in regex was deprecated and then eliminated. It requires an upstream > fix to escape with \. > PS: probably this means we need to bump qemu version in RSB. Suggestions?

Re: bare/qemu broken?

2020-04-06 Thread Gedare Bloom
This is a problem caused by newer versions of perl. The unescaped { } in regex was deprecated and then eliminated. It requires an upstream fix to escape with \. On Mon, Apr 6, 2020 at 11:38 AM Gedare Bloom wrote: > > I'm trying to build qemu in RSB, I get a build error, from the tail of > the

bare/qemu broken?

2020-04-06 Thread Gedare Bloom
I'm trying to build qemu in RSB, I get a build error, from the tail of the report it appears as: GEN kvm_stat.1 Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at

Re: [PATCH rtems-source-builder] dtc: Update to 1.6.0.

2020-04-06 Thread Christian Mauderer
Hello Joel, On 06/04/2020 19:09, Joel Sherrill wrote: > I tested it and it failed. > >          CC treesource.o > gmake: *** No rule to make target 'yaml.h', needed by 'yamltree.o'.  Stop. > + cd > /usr/home/joel/rtems-work/rtems-source-builder/bare/build/dtc-1.6.0-x86_64-freebsd12.1-1 > + echo

Re: [PATCH] sparc64: update linkcmds with missing sections for TLS

2020-04-06 Thread Gedare Bloom
I checked this in. It fixes the testsuite build error reported. I built niagara and usiii all tests. On Mon, Apr 6, 2020 at 11:16 AM Gedare Bloom wrote: > > Closes #3936. > --- > bsps/sparc64/shared/start/linkcmds | 74 +- > 1 file changed, 22 insertions(+), 52

[PATCH] sparc64: update linkcmds with missing sections for TLS

2020-04-06 Thread Gedare Bloom
Closes #3936. --- bsps/sparc64/shared/start/linkcmds | 74 +- 1 file changed, 22 insertions(+), 52 deletions(-) diff --git a/bsps/sparc64/shared/start/linkcmds b/bsps/sparc64/shared/start/linkcmds index 86a3bdcde1..aaf48b5d83 100644 ---

Re: [PATCH rtems-source-builder] dtc: Update to 1.6.0.

2020-04-06 Thread Joel Sherrill
I tested it and it failed. CC treesource.o gmake: *** No rule to make target 'yaml.h', needed by 'yamltree.o'. Stop. + cd /usr/home/joel/rtems-work/rtems-source-builder/bare/build/dtc-1.6.0-x86_64-freebsd12.1-1 + echo '==> %install:' ==> %install: + pwd +

Re: [PATCH rtems-source-builder] dtc: Update to 1.6.0.

2020-04-06 Thread Joel Sherrill
Before I test it, what about the spike.bset? It still references dtc 1.4? On Mon, Apr 6, 2020 at 10:54 AM Christian Mauderer wrote: > --- > bare/config/devel/dtc-1.6.0-1.cfg | 18 ++ > bare/config/devel/dtc.bset| 2 +- > 2 files changed, 19 insertions(+), 1 deletion(-)

[PATCH rtems-source-builder 0/1] dtc: Update to 1.6.0

2020-04-06 Thread Christian Mauderer
Hello, Joel mentioned in the following thread that the DTC build with RSB is a bit old: https://lists.rtems.org/pipermail/devel/2020-April/059026.html This patch updates it to the latest V1.6.0. I tested it only with Linux. So we should definitively not merge it without further feedback. Joel:

[PATCH rtems-source-builder] dtc: Update to 1.6.0.

2020-04-06 Thread Christian Mauderer
--- bare/config/devel/dtc-1.6.0-1.cfg | 18 ++ bare/config/devel/dtc.bset| 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 bare/config/devel/dtc-1.6.0-1.cfg diff --git a/bare/config/devel/dtc-1.6.0-1.cfg b/bare/config/devel/dtc-1.6.0-1.cfg new

Re: Failures on Overnight build sweep

2020-04-06 Thread Christian Mauderer
On 06/04/2020 13:59, Christian Mauderer wrote: > On 06/04/2020 01:40, Chris Johns wrote: >> On 2020-04-06 09:11, Joel Sherrill wrote: >>> On Sun, Apr 5, 2020, 5:55 PM Chris Johns >> > wrote: >>> >>>     On 2020-04-06 05:04, Christian Mauderer wrote: >>> > libbsd on

Re: Failures on Overnight build sweep

2020-04-06 Thread Christian Mauderer
On 06/04/2020 01:40, Chris Johns wrote: > On 2020-04-06 09:11, Joel Sherrill wrote: >> On Sun, Apr 5, 2020, 5:55 PM Chris Johns > > wrote: >> >>     On 2020-04-06 05:04, Christian Mauderer wrote: >> > libbsd on raspberry should work again since yesterday (if you >>