Re: RSB checksum updates for RTEMS 6

2024-02-16 Thread Joel Sherrill
On Fri, Feb 16, 2024, 12:56 AM Chris Johns wrote: > Hi, > > I have opened https://devel.rtems.org/ticket/4991 to track checksum > errors in > some of the sources being downloaded by the RSB such as: > > error: checksum failure file: > patches/Make-lang.in-b09fb02bb4c0d16f

Re: RSB checksum updates for RTEMS 6

2024-02-16 Thread Sebastian Huber
On 16.02.24 07:55, Chris Johns wrote: I have openedhttps://devel.rtems.org/ticket/4991 to track checksum errors in some of the sources being downloaded by the RSB such as: error: checksum failure file: patches/Make-lang.in-b09fb02bb4c0d16fc2c842bec4069c033897b5f2.patch I am seeing this error

RSB checksum updates for RTEMS 6

2024-02-15 Thread Chris Johns
Hi, I have opened https://devel.rtems.org/ticket/4991 to track checksum errors in some of the sources being downloaded by the RSB such as: error: checksum failure file: patches/Make-lang.in-b09fb02bb4c0d16fc2c842bec4069c033897b5f2.patch I am seeing this error while I attempt to create 6.1-rc2

RTEMS 6.1-rc1 RSB URL Issue

2024-01-11 Thread Joel Sherrill
downloading https://git.rtems.org/rtems-tools/snapshot/rtems-tools-6.1-rc1.tar.xz: all paths have failed, giving up See error report: rsb-report-rtems-tools-6.1-rc1-1.txt Note: In some cases the error appears only in the complete build log (see --log option) =

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-18 Thread Cedric Berger
Hello, On 18.12.2023 07:05, Chris Johns wrote: On 16/12/2023 2:04 am, Cedric Berger wrote: Hello Heinz, On 15.12.2023 10:44, Heinz Junkes wrote: HI, I can follow Cedric's reasoning. Even if I was the initiator of this discussion. I use RTEMS in my lectures/exercises, among other things, and

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-18 Thread Chris Johns
;    Ventura >> >> The failure on Ventura is in GMP called from MPFR. Running the GMP tests a >> number fail and removing --disable-shared improves the test results but GCC >> does >> not build. I have not looked any further. > > Just a rant. > > IIRC when Ven

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-18 Thread Karel Gardas
. Just a rant. IIRC when Ventura cames it was a disaster for RSB since on Monterey this worked and on Ventura it stopped. IIRC less RAM on system shows more sensibility to Ventura problems. And IIRC you were the person who solved this somehow. Does this mean we're back to the original state

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-17 Thread Chris Johns
On 16/12/2023 2:04 am, Cedric Berger wrote: > Hello Heinz, > > On 15.12.2023 10:44, Heinz Junkes wrote: >> HI, >> I can follow Cedric's reasoning. Even if I was the initiator of this >> discussion. >> >> I use RTEMS in my lectures/exercises, among other things, and have always >> been >> able

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-15 Thread Cedric Berger
Hello Heinz, On 15.12.2023 10:44, Heinz Junkes wrote: HI, I can follow Cedric's reasoning. Even if I was the initiator of this discussion. I use RTEMS in my lectures/exercises, among other things, and have always been able to give the students freedom which laptops with which OS they wanted

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-15 Thread Heinz Junkes
HI, I can follow Cedric's reasoning. Even if I was the initiator of this discussion. I use RTEMS in my lectures/exercises, among other things, and have always been able to give the students freedom which laptops with which OS they wanted to use. And there are many of them with used older

[RSB PATCH 1/2] print/texinfo: Check the version and build if too old

2023-12-12 Thread chrisj
From: Chris Johns Packages like binutils need newer versions than available by default on MacOS. --- bare/config/print/texinfo.cfg | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bare/config/print/texinfo.cfg b/bare/config/print/texinfo.cfg index 5fa0cba..63df197

[RSB PATCH 2/2] bare/or1ksim: Fix invalid hash and fix the version

2023-12-12 Thread chrisj
-master.zip +%source set or1ksim \ +--rsb-file=or1ksim-%{or1ksim_version}.tar.gz \ + https://codeload.github.com/openrisc/or1ksim/tar.gz/%{or1ksim_version} # # Prepare the source code. -- 2.37.1 ___ devel mailing list devel

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-08 Thread Cedric Berger
check` on the RSB build of GMP and it is not great: Testsuite summary for GNU MP 6.3.0 # TOTAL: 53 # PASS: 10 # SKIP: 1 # XFAIL: 0 # FAIL: 42

[RSB PATCH] print/texinfo: Check the version and build if too old

2023-12-07 Thread chrisj
From: Chris Johns Packages like binutils need newer versions than available by default on MacOS. --- bare/config/print/texinfo.cfg | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bare/config/print/texinfo.cfg b/bare/config/print/texinfo.cfg index 5fa0cba..0c4c4f9

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-04 Thread Chris Johns
Following up building gmp-6.3.0 on Intel MacOS Ventura. These are stand alone builds done by hand: The RSB check results: On 5/12/2023 8:37 am, Chris Johns wrote: > > Testsuite summary for GNU MP

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-04 Thread Chris Johns
d >> however is the other issue of bad code execution in GMP fixed? > > Could you point me to the problem? The issue has been resolved in gmp-6.3.0 for M silicon. I am how looking at: https://lists.rtems.org/pipermail/users/2023-October/068894.html and the crash is in a

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-04 Thread Cedric Berger
Hello, On 28.11.2023 05:12, Chris Johns wrote:  -https://libisl.sourceforge.io/isl-0.26.tar.gz This does not build on my M2 with Sonoma and the latest Xcode. Something about a missing constructor. This is so weird, it should make no difference with my system. Full build log below. Cedric

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-04 Thread Cedric Berger
Hello, On 28.11.2023 03:00, Chris Johns wrote: On 27/11/2023 6:43 pm, Cedric Berger wrote: Hello, On 24.11.2023 08:36, Sebastian Huber wrote: Would updating to ISL 0.26 and MPC 1.3.1 fix this issue also? I just tried in on my fully up-to-date M1 Pro (macOS Sonoma 14.1.1, Xcode 15.0.1)

[RSB PATCH] gdb: Add options to contorl the python version

2023-11-29 Thread chrisj
From: Chris Johns The options are: --with-python2 --with-python3 --with-python-version Closes #4973 --- source-builder/config/gdb-common-1.cfg | 19 +++ 1 file changed, 19 insertions(+) diff --git a/source-builder/config/gdb-common-1.cfg

[RSB PATCH] sb: No hash on a package is an error

2023-11-29 Thread chrisj
@@ -132,9 +132,7 @@ def _hash_check(file_, absfile, macros, remove = True): if hasher is not None: del hasher else: -if version.released(): -raise error.general('%s: no hash found in released RSB' % (file_)) -log.warning('%s: no hash found' % (file_

[RSB PATCH v2] 6: Fix gcc-13 support for MacOS

2023-11-28 Thread chrisj
From: Chris Johns Update #4921 --- bare/config/devel/gmp-6.2.1.cfg | 11 +++- bare/config/devel/gmp-6.3.0.cfg | 18 + rtems/config/6/rtems-default.bset | 2 +- .../tools/rtems-gcc-13.2-newlib-head.cfg | 2 +-

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-11-27 Thread Chris Johns
On 27/11/2023 6:43 pm, Cedric Berger wrote: > I just installed the following packages successively: > >  - https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz >  - https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.gz This URL is not suitable so the GNU mirror is better. A change in version means

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-11-27 Thread Chris Johns
On 27/11/2023 6:43 pm, Cedric Berger wrote: > Hello, > > On 24.11.2023 08:36, Sebastian Huber wrote: >> Would updating to ISL 0.26 and MPC 1.3.1 fix this issue also? > > I just tried in on my fully up-to-date M1 Pro (macOS Sonoma 14.1.1, Xcode > 15.0.1) > > Short answer: everything works well

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-11-26 Thread Cedric Berger
Hello, On 24.11.2023 08:36, Sebastian Huber wrote: Would updating to ISL 0.26 and MPC 1.3.1 fix this issue also? I just tried in on my fully up-to-date M1 Pro (macOS Sonoma 14.1.1, Xcode 15.0.1) Short answer: everything works well without issues (configure, make, check) I just installed

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-11-23 Thread Sebastian Huber
+R723HHMlHjCwhiog== +# Following patches are related to compilation on Apple M1/Darwin host platform. +# They are here to workaround issues with ISL and MPC libraries. +# Upstream projects were already informed so hopefully when RSB moves +# to more modern libraries versions they may be removed from here

[RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-11-23 Thread chrisj
to compilation on Apple M1/Darwin host platform. +# They are here to workaround issues with ISL and MPC libraries. +# Upstream projects were already informed so hopefully when RSB moves +# to more modern libraries versions they may be removed from here. +# The patches are solely for libisl 0.24 and libmpc

[RSB PATCH] rtems/rtems-tools: Update with C++17 and Python 3.12 fixes

2023-11-22 Thread chrisj
From: Chris Johns Updates #4969 Updates #4970 --- rtems/config/tools/rtems-tools-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-6.cfg b/rtems/config/tools/rtems-tools-6.cfg index 859c297..7ef2052 100644 ---

Re: [RSB 1/3] 6/7: Update Newlib

2023-11-21 Thread Joel Sherrill
95f6be67c481f2dbf8faa0f6ddc1e4ac7c56a84938714d80e46e9cf80ec4b8fcd739986449881 > > > > -%define newlib_version fbc5496 > > +%define newlib_version 3cacedb > > %define newlib_external 1 > > %define newlib_expand_name > sourceware-mirror-newlib-cygwin-%{newlib_version

Re: [RSB 1/3] 6/7: Update Newlib

2023-11-21 Thread Chris Johns
gt; %hash sha512 0001-nios2-Remove-custom-instruction-warnings.patch > afd8a5e6bdcc5b75d5fbbf558bdf56ccac400521a6eec9d88cc95f6be67c481f2dbf8faa0f6ddc1e4ac7c56a84938714d80e46e9cf80ec4b8fcd739986449881 > > -%define newlib_version fbc5496 > +%define newlib_version 3cacedb > %define newlib_external 1 > %define newlib_expand_name sourceware-mirror-newlib-cy

[RSB 1/3] 6/7: Update Newlib

2023-11-21 Thread Sebastian Huber
newlib_external 1 %define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version} %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version} %hash sha512 newlib-%{newlib_version}.tar.gz

[RSB 2/3] 6: Update GCC 12 and 13

2023-11-21 Thread Sebastian Huber
+%define gcc_version a285310 %define gcc_external 1 %define gcc_expand_name gnu-mirror-gcc-%{gcc_version} %source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version} %hash sha512 %{gcc_expand_name}.tar.gz \ - JyGpbsqRctCanDzH/sHmem

[RSB 3/3] 7: Update Binutils, GDB, and GCC

2023-11-21 Thread Sebastian Huber
}/base.cfg -%define binutils_version 29736fc +%define binutils_version eb42bb1 %define binutils_external 1 %define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version} %source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware

Re: [RSB 1/3] 6/7: Update Newlib

2023-10-13 Thread Sebastian Huber
On 10.10.23 07:57, Sebastian Huber wrote: On 09.10.23 23:52, Chris Johns wrote: Ok to all patches in the series. Thanks for newlib changes for ARM, they will be nice to use. I have to fix the riscv issue before we can update Newlib. I fixed the riscv issue and checked in an updated version

[RSB PATCH 5/5] rtems/net-legacy: Update to latest

2023-10-12 Thread chrisj
From: Chris Johns Pick up the test printer header change --- rtems/config/tools/rtems-net-legacy-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-net-legacy-6.cfg b/rtems/config/tools/rtems-net-legacy-6.cfg index 559ec01..d5ac842 100644 ---

[RSB PATCH 3/5] rtems/libbsd: Update to latest

2023-10-12 Thread chrisj
From: Chris Johns - Pick up fixes to x86 (i368) bus space usage in kernel DMA --- rtems/config/tools/rtems-libbsd-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-libbsd-6.cfg b/rtems/config/tools/rtems-libbsd-6.cfg index c89b5eb..3bb1db7

[RSB PATCH 4/5] rtems/net-services: Update to latest

2023-10-12 Thread chrisj
From: Chris Johns - Updates for the RTEMS test changes --- rtems/config/net/net-services-1.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/net/net-services-1.cfg b/rtems/config/net/net-services-1.cfg index bf1bdc8..cf17227 100644 ---

[RSB PATCH 1/5] rtems/tools: Update to latest

2023-10-12 Thread chrisj
From: Chris Johns Minor fix in rtems-test --- rtems/config/tools/rtems-tools-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-6.cfg b/rtems/config/tools/rtems-tools-6.cfg index 9632d5b..859c297 100644 ---

[RSB PATCH 2/5] rtems/kernel: Update to latest

2023-10-12 Thread chrisj
From: Chris Johns - libdl: fix TLS in base image - bsps/xnandpsu: fixes - cpukit/jffs2: avoid dead lock - bsps/imxrt: enable USB and fix PHY clock enable - bsps/stm32h7: update STM32 H7 HAL --- rtems/config/tools/rtems-kernel-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [RSB 1/3] 6/7: Update Newlib

2023-10-09 Thread Sebastian Huber
On 09.10.23 23:52, Chris Johns wrote: Ok to all patches in the series. Thanks for newlib changes for ARM, they will be nice to use. I have to fix the riscv issue before we can update Newlib. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email:

Re: [RSB 1/3] 6/7: Update Newlib

2023-10-09 Thread Sebastian Huber
On 10.10.23 01:28, Joel Sherrill wrote: What caused all the recently posted tool build failures? One issue was that I forgot to remove the 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch patch. Another issue is that I have trouble to build the dtc: make: *** No rule to make target

Re: [RSB 1/3] 6/7: Update Newlib

2023-10-09 Thread Joel Sherrill
2cf9dc23842c88caf6 > > > > -%define newlib_version a021448 > > +%define newlib_version fe5886a > > %define newlib_external 1 > > %define newlib_expand_name > sourceware-mirror-newlib-cygwin-%{newlib_version} > > %source set newlib --rsb-file=newlib-%{ne

Re: [RSB 1/3] 6/7: Update Newlib

2023-10-09 Thread Chris Johns
a512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch > 7ca237eabfd5b382713186e1fc290dfc999a353315795ecb8dd0d22fcd1ab7f5bf31f4329954adab91ad04c100dcac0e86d406fdbce8f82cf9dc23842c88caf6 > > -%define newlib_version a021448 > +%define newlib_version fe5886a > %define newlib_external 1 > %define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version} > %source set newli

[RSB 1/3] 6/7: Update Newlib

2023-10-09 Thread Sebastian Huber
} %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version} %hash sha512 newlib-%{newlib_version}.tar.gz \ - YiC/BsmRpq8XsN1hx4s2Rvcwys/4DRFB3F6vvd+lEMJWXXpt3knXT4BBZkP11bkEcpDFCV9EaOlTT3HA7C3pCg

[RSB 3/3] 7: Update Binutils, GDB, and GCC

2023-10-09 Thread Sebastian Huber
}/base.cfg -%define binutils_version 22e69d8 +%define binutils_version 4503c19 %define binutils_external 1 %define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version} %source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware

[RSB 2/3] 6: Update GCC 10, 12 and 13

2023-10-09 Thread Sebastian Huber
+%define gcc_version 04a8aca %define gcc_external 1 %define gcc_expand_name gnu-mirror-gcc-%{gcc_version} %source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version} %hash sha512 %{gcc_expand_name}.tar.gz \ - sqGWUDNSJ9ra3nd

[RSB PATCH] rtems/tools: Execute use of shlex.join fix for python < 3.8

2023-08-30 Thread chrisj
From: Chris Johns Updates #4951 --- rtems/config/tools/rtems-tools-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-6.cfg b/rtems/config/tools/rtems-tools-6.cfg index b360f7e..9632d5b 100644 --- a/rtems/config/tools/rtems-tools-6.cfg

Re: [RSB PATCH] rtems/tools: Shell execute fixes

2023-08-28 Thread Joel Sherrill
Looks ok to push On Mon, Aug 28, 2023, 9:14 PM wrote: > From: Chris Johns > > Updates #4951 > --- > rtems/config/tools/rtems-tools-6.cfg | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rtems/config/tools/rtems-tools-6.cfg > b/rtems/config/tools/rtems-tools-6.cfg >

[RSB PATCH] rtems/tools: Shell execute fixes

2023-08-28 Thread chrisj
From: Chris Johns Updates #4951 --- rtems/config/tools/rtems-tools-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-6.cfg b/rtems/config/tools/rtems-tools-6.cfg index 6eed755..b360f7e 100644 --- a/rtems/config/tools/rtems-tools-6.cfg

[RSB PATCH] rtems/tools: Pick up the rtems-syms and rtems-test sis changes

2023-08-20 Thread chrisj
From: Chris Johns Updates #4920 --- rtems/config/tools/rtems-tools-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-6.cfg b/rtems/config/tools/rtems-tools-6.cfg index b786a47..6eed755 100644 --- a/rtems/config/tools/rtems-tools-6.cfg

[RSB PATCH] rtems/kernel: Update to the current kernel

2023-07-25 Thread chrisj
From: Chris Johns - Pick up the Beatnik support for the legacy driver --- rtems/config/tools/rtems-kernel-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-kernel-6.cfg b/rtems/config/tools/rtems-kernel-6.cfg index f2174c7..c9c884f 100644

Re: [PATCH rtems-source-builder v3] bare/config: add renode rsb installation config

2023-07-20 Thread Chris Johns
OK to push. Chris On 21/7/2023 8:05 am, Muhammad Sulthan Mazaya wrote: > Change file name based on Chris's review here > https://lists.rtems.org/pipermail/devel/2023-July/075802.html > > Plus, fix `cp` so that it also include dotfiles. Because without the > the `.renode-root` file the command

[PATCH rtems-source-builder v3] bare/config: add renode rsb installation config

2023-07-20 Thread Muhammad Sulthan Mazaya
Change file name based on Chris's review here https://lists.rtems.org/pipermail/devel/2023-July/075802.html Plus, fix `cp` so that it also include dotfiles. Because without the the `.renode-root` file the command won't work. --- bare/config/devel/renode-1.13.3-1.cfg | 11 ++

Re: [PATCH RSB] rtems-net-legacy: Update net and waf versions

2023-07-19 Thread Vijay Kumar Banerjee
Thanks. Pushed. On Wed, Jul 19, 2023 at 8:44 PM Chris Johns wrote: > > Looks good. > > Thanks > Chris > > On 20/7/2023 11:17 am, Vijay Kumar Banerjee wrote: > > --- > > rtems/config/tools/rtems-net-legacy-6.cfg | 8 > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git

Re: [PATCH RSB] rtems-net-legacy: Update net and waf versions

2023-07-19 Thread Chris Johns
Looks good. Thanks Chris On 20/7/2023 11:17 am, Vijay Kumar Banerjee wrote: > --- > rtems/config/tools/rtems-net-legacy-6.cfg | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/rtems/config/tools/rtems-net-legacy-6.cfg >

[PATCH RSB] rtems-net-legacy: Update net and waf versions

2023-07-19 Thread Vijay Kumar Banerjee
--- rtems/config/tools/rtems-net-legacy-6.cfg | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtems/config/tools/rtems-net-legacy-6.cfg b/rtems/config/tools/rtems-net-legacy-6.cfg index 9193a58..559ec01 100644 --- a/rtems/config/tools/rtems-net-legacy-6.cfg +++

Re: [PATCH rtems-source-builder v2] bare/config: add renode rsb installation config

2023-07-17 Thread Chris Johns
On 12/7/2023 6:43 pm, Muhammad Sulthan Mazaya wrote: > Use the design of how qemu handle config files + add version number to > the config file name. > > --- > bare/config/devel/renode-1.13.3-1.cfg | 11 ++ > bare/config/devel/renode.bset | 7 >

Re: [PATCH rtems-source-builder v2] bare/config: add renode rsb installation config

2023-07-17 Thread Muhammad Sulthan Mazaya
; updates of renode. i will push it if no one complains soon. > > We will definitely need some documentation for building this. At the > least you should start with a blog post, but in general we should find > a good place for documenting RSB build dependencies. Maybe a new > section i

Re: [PATCH rtems-source-builder v2] bare/config: add renode rsb installation config

2023-07-17 Thread Gedare Bloom
with a blog post, but in general we should find a good place for documenting RSB build dependencies. Maybe a new section in https://docs.rtems.org/branches/master/user/rsb/index.html On Ubuntu, in addition to whatever "typical" development tools I already have installed, I had to add

Re: [PATCH rtems-source-builder] bare/config: add renode rsb installation config

2023-07-12 Thread Joel Sherrill
file. > > Gedare > > On Mon, Jul 10, 2023 at 5:13 AM Muhammad Sulthan Mazaya > wrote: > > > > An implementation of renode rsb installation config. It uses renode's > > github release as source and build the package using their b

[PATCH rtems-source-builder v2] bare/config: add renode rsb installation config

2023-07-12 Thread Muhammad Sulthan Mazaya
Use the design of how qemu handle config files + add version number to the config file name. --- bare/config/devel/renode-1.13.3-1.cfg | 11 ++ bare/config/devel/renode.bset | 7 source-builder/config/renode-1.13.3.cfg | 7

Re: [PATCH rtems-source-builder] bare/config: add renode rsb installation config

2023-07-11 Thread Muhammad Sulthan Mazaya
Chris, is there any place to document required > > dependencies/packages for a build set? > > > > The patch has a whitespace problem > > > > +# Renode source > > +# > > It might be a non-ASCII character, as it gets eaten by email but is > > in the patch file

Re: [PATCH rtems-source-builder] bare/config: add renode rsb installation config

2023-07-11 Thread Gedare Bloom
encies/packages for a build set? > > The patch has a whitespace problem > > +# Renode source > +# > It might be a non-ASCII character, as it gets eaten by email but is > in the patch file. > > Gedare > > On Mon, Jul 10, 2023 at 5:13 AM Muhammad Sulthan Mazaya > wrote: &

Re: [PATCH rtems-source-builder] bare/config: add renode rsb installation config

2023-07-11 Thread Gedare Bloom
+# It might be a non-ASCII character, as it gets eaten by email but is in the patch file. Gedare On Mon, Jul 10, 2023 at 5:13 AM Muhammad Sulthan Mazaya wrote: > > An implementation of renode rsb installation config. It uses renode's > github release as source and build the pack

[PATCH rtems-source-builder] bare/config: add renode rsb installation config

2023-07-10 Thread Muhammad Sulthan Mazaya
An implementation of renode rsb installation config. It uses renode's github release as source and build the package using their build script. --- bare/config/devel/renode-git-1.cfg | 47 ++ bare/config/devel/renode.bset | 9 ++ 2 files changed, 56

Re: [RSB 2/4] 6: Update GCC 10 and 12

2023-07-02 Thread Chris Johns
newlib's >> long release period. It also works for binutils, gcc and gdb when we are in >> development however I am not sure it does with releases. Should we look to >> tarfiles for releases for the binutils, gcc and gdb tools? > > For RTEMS releases it makes sense to use upstrea

Re: [RSB 2/4] 6: Update GCC 10 and 12

2023-06-30 Thread Sebastian Huber
On 29.06.23 02:20, Chris Johns wrote: On 28/6/2023 3:33 pm, Sebastian Huber wrote: On 28.06.23 04:37, Chris Johns wrote: Can you please provide something other than update in the commit message? If it is to pick up patches on these gcc release branches then please say so. This update has

Re: [RSB 2/4] 6: Update GCC 10 and 12

2023-06-28 Thread Chris Johns
On 28/6/2023 3:33 pm, Sebastian Huber wrote: > On 28.06.23 04:37, Chris Johns wrote: >> Can you please provide something other than update in the commit message? >> >> If it is to pick up patches on these gcc release branches then please say so. > > This update has no particular reason. I just

Re: [RSB 1/4] 6/7: Update Newlib

2023-06-27 Thread Sebastian Huber
Hello Chris, On 28.06.23 04:39, Chris Johns wrote: What has changed in this version? Is there anything specific we need to know about or need? this update has no specific reason. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email:

Re: [RSB 2/4] 6: Update GCC 10 and 12

2023-06-27 Thread Sebastian Huber
On 28.06.23 04:37, Chris Johns wrote: Can you please provide something other than update in the commit message? If it is to pick up patches on these gcc release branches then please say so. This update has no particular reason. I just had a bit of time to run my update script. Ideally there

Re: [RSB 1/4] 6/7: Update Newlib

2023-06-27 Thread Chris Johns
wlib_version 4c7d0df > %define newlib_external 1 > %define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version} > %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz > https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/

Re: [RSB 2/4] 6: Update GCC 10 and 12

2023-06-27 Thread Chris Johns
fine gcc_version ab134ec > %define gcc_external 1 > %define gcc_expand_name gnu-mirror-gcc-%{gcc_version} > %source set gcc --rsb-file=%{gcc_expand_name}.tar.gz > https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version} > %hash sha512 %{gcc_expand_name}.tar.gz \

[RSB 1/4] 6/7: Update Newlib

2023-06-27 Thread Sebastian Huber
-%define newlib_version 9ae9eef +%define newlib_version 4c7d0df %define newlib_external 1 %define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version} %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin

[RSB 2/4] 6: Update GCC 10 and 12

2023-06-27 Thread Sebastian Huber
%define gcc_expand_name gnu-mirror-gcc-%{gcc_version} %source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version} %hash sha512 %{gcc_expand_name}.tar.gz \ - qjkDEEGK9YmRSSz8sQfwgzy9xPkvcvDNbo68vEM92jAEyVmzbTskJW

[RSB 3/4] 7: Update Binutils, GDB, and GCC

2023-06-27 Thread Sebastian Huber
binutils_version cddbf40 %define binutils_external 1 %define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version} %source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version} %hash

[RSB 4/4] tools: Add GCC 13 configuration

2023-06-27 Thread Sebastian Huber
} +%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version} +%hash sha512 %{gcc_expand_name}.tar.gz \ + Bap0yX4QA/1mQVQeUJyicdu1qUBsFapuJwxKKtfluFOUX11AtDpXzUL/wt6P7KvJKX5dDVWW8ZW4pIb8IAW3aw== + +%define newlib_version 4c7d0df

Re: [RSB PATCH] rtems/net-services: Add to the ntpq query an output buffer and size

2023-06-08 Thread Kinsey Moore
Looks good to me. On Thu, Jun 8, 2023 at 4:33 AM wrote: > From: Chris Johns > > --- > rtems/config/net/net-services-1.cfg | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rtems/config/net/net-services-1.cfg > b/rtems/config/net/net-services-1.cfg > index

[RSB PATCH] rtems/net-services: Add to the ntpq query an output buffer and size

2023-06-08 Thread chrisj
From: Chris Johns --- rtems/config/net/net-services-1.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/net/net-services-1.cfg b/rtems/config/net/net-services-1.cfg index c342547..bf1bdc8 100644 --- a/rtems/config/net/net-services-1.cfg +++

Re: [RSB PATCH 2/2] rtems/kernel: Update kernel

2023-06-05 Thread Gedare Bloom
ok On Mon, Jun 5, 2023 at 12:48 AM wrote: > > From: Chris Johns > > - Zynq ARM fixes > > - AARCH64 MMU fix > > - Updated imxrt drivers > > - x86_64 EFI support > > - Flash driver > > - Updated validation tests > > - Microblaze updates > --- > rtems/config/tools/rtems-kernel-6.cfg | 4 ++-- > 1

Re: [RSB PATCH] rtems/net: Add net services build support

2023-06-05 Thread Gedare Bloom
n when released. > +# > +%if %{rsb_released} > + %define rtems_net_services_version %{rsb_version} > + %define rtems_net_services_ext xz > + %define rtems_waf_ext xz > +%else > + %define rtems_net_services_ext bz2 > + %define rtems_waf_ext bz2 > +%endif > + > +# > +#

[RSB PATCH 2/2] rtems/kernel: Update kernel

2023-06-05 Thread chrisj
From: Chris Johns - Zynq ARM fixes - AARCH64 MMU fix - Updated imxrt drivers - x86_64 EFI support - Flash driver - Updated validation tests - Microblaze updates --- rtems/config/tools/rtems-kernel-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[RSB PATCH 1/2] rtrems/net-legacy: Update rtems-net-legacy

2023-06-05 Thread chrisj
From: Chris Johns - Add getaddrinfom, gai_strerror, ipv6_addr, if_nametoindex and BSD programs - Update sysctl - Move legacy net --- rtems/config/tools/rtems-net-legacy-6.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtems/config/tools/rtems-net-legacy-6.cfg

[RSB PATCH] rtems/net: Add net services build support

2023-06-04 Thread chrisj
BSP support. +# +%include rtems-bsp.cfg + +# +# Net services Source. +# +# If not a release collect and install rtems_waf as cgit snapshots to not +# capture submodules. +# +# Releases package submodules in the top level tarfile. +# +%source set rtems_net_services --rsb-file=rtems-net-services

Re: RSB repo commits need approval

2023-05-01 Thread oss
Am 30.04.23 um 23:53 schrieb Chris Johns: On 29/4/2023 3:48 am, o...@c-mauderer.de wrote: Hello Joel, Am 28.04.23 um 00:19 schrieb Joel Sherrill: On Wed, Apr 26, 2023 at 7:06 PM Chris Johns mailto:chr...@rtems.org>> wrote:     Hi,     All RSB repo commits need to be posted for

Re: RSB repo commits need approval

2023-04-30 Thread Chris Johns
On 29/4/2023 3:48 am, o...@c-mauderer.de wrote: > Hello Joel, > > Am 28.04.23 um 00:19 schrieb Joel Sherrill: >> >> >> On Wed, Apr 26, 2023 at 7:06 PM Chris Johns > <mailto:chr...@rtems.org>> wrote: >> >>     Hi, >> >>     Al

Re: RSB repo commits need approval

2023-04-28 Thread oss
Hello Joel, Am 28.04.23 um 00:19 schrieb Joel Sherrill: On Wed, Apr 26, 2023 at 7:06 PM Chris Johns <mailto:chr...@rtems.org>> wrote: Hi, All RSB repo commits need to be posted for review and independent approval given before being pushed to the top level repo.

Re: RSB repo commits need approval

2023-04-27 Thread Sebastian Huber
On 27.04.23 20:05, Gedare Bloom wrote: On Thu, Apr 27, 2023 at 3:27 AM Karel Gardas wrote: On 4/27/23 08:13, Sebastian Huber wrote: Why don't we use a Git pull request workflow with CI pipelines in the RTEMS Project? I don't know, but certainly github.com is not available as an open-source

Re: RSB repo commits need approval

2023-04-27 Thread Chris Johns
On 28/4/2023 4:05 am, Gedare Bloom wrote: > On Thu, Apr 27, 2023 at 3:27 AM Karel Gardas wrote: >> On 4/27/23 08:13, Sebastian Huber wrote: >>> Why >>> don't we use a Git pull request workflow with CI pipelines in the RTEMS >>> Project? >> >> I don't know, but certainly github.com is not

Re: RSB repo commits need approval

2023-04-27 Thread Joel Sherrill
On Wed, Apr 26, 2023 at 7:06 PM Chris Johns wrote: > Hi, > > All RSB repo commits need to be posted for review and independent approval > given > before being pushed to the top level repo. > I thought this was the policy for all top level repositories. There is a degree of t

Re: RSB repo commits need approval

2023-04-27 Thread Gedare Bloom
On Thu, Apr 27, 2023 at 3:27 AM Karel Gardas wrote: > > On 4/27/23 08:13, Sebastian Huber wrote: > > Why > > don't we use a Git pull request workflow with CI pipelines in the RTEMS > > Project? > > I don't know, but certainly github.com is not available as an > open-source solution which may be

Re: RSB repo commits need approval

2023-04-27 Thread Karel Gardas
On 4/27/23 08:13, Sebastian Huber wrote: Why don't we use a Git pull request workflow with CI pipelines in the RTEMS Project? I don't know, but certainly github.com is not available as an open-source solution which may be seen as a major roadblock. Am I right assuming that GitLab Community

Re: RSB repo commits need approval

2023-04-27 Thread Chris Johns
On 27/4/2023 4:13 pm, Sebastian Huber wrote: > what is your (or the RTEMS Project in general) plan to maintain the tools and > ensure that we can use up to date versions of Newlib, GCC, Binutils, and GDB? > This involves building the latest versions, reviewing build issues, reporting > bugs,

Re: RSB repo commits need approval

2023-04-27 Thread Sebastian Huber
Hello Chris, what is your (or the RTEMS Project in general) plan to maintain the tools and ensure that we can use up to date versions of Newlib, GCC, Binutils, and GDB? This involves building the latest versions, reviewing build issues, reporting bugs, writing patches, etc. Currently, I do

RSB repo commits need approval

2023-04-26 Thread Chris Johns
Hi, All RSB repo commits need to be posted for review and independent approval given before being pushed to the top level repo. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [RSB 5] Remove aarch64 and microblaze from RSB on 5 branch

2023-01-30 Thread Chris Johns
OK to push Thanks Chris On 31/1/2023 1:44 am, Joel Sherrill wrote: > Closes #4555. > --- > rtems/config/5/rtems-aarch64.bset| 4 > rtems/config/5/rtems-all.bset| 2 -- > rtems/config/5/rtems-microblaze.bset | 3 --- > rtems/config/5/rtems-tier-4.bset | 1 - > 4 files

Re: [RSB 5] Remove aarch64 and microblaze from RSB on 5 branch

2023-01-30 Thread Gedare Bloom
ok On Mon, Jan 30, 2023 at 7:44 AM Joel Sherrill wrote: > > Closes #4555. > --- > rtems/config/5/rtems-aarch64.bset| 4 > rtems/config/5/rtems-all.bset| 2 -- > rtems/config/5/rtems-microblaze.bset | 3 --- > rtems/config/5/rtems-tier-4.bset | 1 - > 4 files changed, 10

[RSB 5] Remove aarch64 and microblaze from RSB on 5 branch

2023-01-30 Thread Joel Sherrill
Closes #4555. --- rtems/config/5/rtems-aarch64.bset| 4 rtems/config/5/rtems-all.bset| 2 -- rtems/config/5/rtems-microblaze.bset | 3 --- rtems/config/5/rtems-tier-4.bset | 1 - 4 files changed, 10 deletions(-) delete mode 100644 rtems/config/5/rtems-aarch64.bset delete

Re: [PATCH v2 1/1] RSB: Mitigate too short error reports

2023-01-23 Thread Christian MAUDERER
Thanks Frank and Chris. I pushed the patch. Best regards Christian On 2023-01-20 22:53, Chris Johns wrote: OK to push. Thanks Chris On 21/1/2023 2:06 am, Frank Kuehndel wrote: From: Frank Kühndel Close #4642 --- source-builder/sb/ereport.py | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH v2 1/1] RSB: Mitigate too short error reports

2023-01-20 Thread Chris Johns
OK to push. Thanks Chris On 21/1/2023 2:06 am, Frank Kuehndel wrote: > From: Frank Kühndel > > Close #4642 > --- > source-builder/sb/ereport.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/source-builder/sb/ereport.py b/source-builder/sb/ereport.py > index

[PATCH v2 1/1] RSB: Mitigate too short error reports

2023-01-20 Thread Frank Kuehndel
From: Frank Kühndel Close #4642 --- source-builder/sb/ereport.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/ereport.py b/source-builder/sb/ereport.py index d8fb5f6..52ee2eb 100755 --- a/source-builder/sb/ereport.py +++ b/source-builder/sb/ereport.py

[PATCH v2 0/1] RSB: Mitigate too short error reports

2023-01-20 Thread Frank Kuehndel
From: Frank Kühndel Hello, this is the promised patch to close my bug report #4642 https://devel.rtems.org/ticket/4642 "RSB: log.py tends to remove relevant error messages". I tested it using Christian's Github CI - see his Email: https://lists.rtems.org/pipermail/devel/2023-Janu

  1   2   3   4   5   6   7   8   9   10   >