Re: RSB Issue with lexicographic comparison of python versions (shown on Ubuntu 22.04 LTS/python 3.10 platform).

2022-04-19 Thread Chris Johns
On 19/4/2022 8:06 pm, Karel Gardas wrote: > >   Chris, > > testing RSB on soon to be release Ubuntu 22.04 LTS. This distro provides > python > 3.10 and interestingly gdb compilation fails badly on it with: > > making dir: >

Re: [PATCH] tester/gdb: allow kill on the test end

2022-04-19 Thread Chris Johns
Ok and thanks Chris On 19/4/2022 10:29 pm, Karel Gardas wrote: > Sponsored-By: Precidata > --- > tester/rt/config.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tester/rt/config.py b/tester/rt/config.py > index a7b9ee3..8a433af 100644 > --- a/tester/rt/config.py > +++

Re: [PATCH 1/2] devel: add configuration for expat 2.4.8

2022-04-19 Thread Chris Johns
OK and thanks. On 19/4/2022 10:24 pm, Karel Gardas wrote: > --- > bare/config/devel/expat-2.4.8-1.cfg | 19 +++ > 1 file changed, 19 insertions(+) > create mode 100644 bare/config/devel/expat-2.4.8-1.cfg > > diff --git a/bare/config/devel/expat-2.4.8-1.cfg >

Last call for Mentors

2022-04-19 Thread Gedare Bloom
If you're interested in potentially mentoring/co-mentoring in GSOC, please let me/Joel/Chris know so you can be invited. We're now ranking/selecting proposed projects and need to match mentors. Thanks! Gedare ___ devel mailing list devel@rtems.org

Re: Tool Suite Build Failed - machine 'arm64-apple' not recognized

2022-04-19 Thread Karel Gardas
On 4/19/22 19:13, Cedric Berger wrote: Yeah, you're right: I patched GMP because I first tried to build the toolchain on aarch64-mac. Both patches were definitely needed for that. Just verified what's needed on x64 catalina 10.15.7/darwin 19.6.0 and indeed, *only* expat patch is needed for

Re: Tool Suite Build Failed - machine 'arm64-apple' not recognized

2022-04-19 Thread Cedric Berger
Yeah, you're right: I patched GMP because I first tried to build the toolchain on aarch64-mac. Both patches were definitely needed for that. Cedric On 19.04.22 17:50, Alan Cudmore wrote: Karel Gardas just submitted patches this morning to upgrade expat to work on 64 bit Arm. A couple of

Re: Project Ideas - Basic RTEMS BSP for Cortex-R5 on Qemu

2022-04-19 Thread Pavel Pisa
Hello Kamlesh, On Tuesday 19 of April 2022 16:30:25 Kamlesh Bharodiya wrote: > I was afk for the last two days. As the deadline is already here. I have > submitted the proposal after reviewing your comments from the mail. Thank > you for taking the time out. Thanks to Noor Aman and Gedare, I have

Re: Tool Suite Build Failed - machine 'arm64-apple' not recognized

2022-04-19 Thread Joel Sherrill
On Tue, Apr 19, 2022 at 10:23 AM Cedric Berger wrote: > Hello, > > On 10.04.22 20:37, Jay Zhu wrote: > > Hi, > > I am a student new to RTEMS and trying to get my first lines to run. > When following the quick-start guide, I was stuck in Install Tool Suite > procedure. Using this command: > >

Re: Tool Suite Build Failed - machine 'arm64-apple' not recognized

2022-04-19 Thread Cedric Berger
Hello, On 10.04.22 20:37, Jay Zhu wrote: Hi, I am a student new to RTEMS and trying to get my first lines to run. When following the quick-start guide, I was stuck in Install Tool Suite procedure. Using this command: ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/6

Re: Project Ideas - Basic RTEMS BSP for Cortex-R5 on Qemu

2022-04-19 Thread mbenson
I’ve received a few emails about our RTEMS on R5 work. Sorry I haven’t responded yet. I made a quick and dirty BSP about 6 months ago just to prove to myself that this was a viable effort. I got it running in the Xilinx Qemu in about a day. I would be happy to mentor anybody wanting to take

Re: Project Ideas - Basic RTEMS BSP for Cortex-R5 on Qemu

2022-04-19 Thread Kamlesh Bharodiya
Hi Pavel, I was afk for the last two days. As the deadline is already here. I have submitted the proposal after reviewing your comments from the mail. Thank you for taking the time out. Thanks to Noor Aman and Gedare, I have gone through the comments and have incorporated your suggestions in the

[PATCH] tester/bsps: add stm32h7-stlink family configuration

2022-04-19 Thread Karel Gardas
Sponsored-By: Precidata --- tester/rtems/testing/bsps/stm32h7-stlink.ini | 43 1 file changed, 43 insertions(+) create mode 100644 tester/rtems/testing/bsps/stm32h7-stlink.ini diff --git a/tester/rtems/testing/bsps/stm32h7-stlink.ini

[PATCH] tester/gdb: allow kill on the test end

2022-04-19 Thread Karel Gardas
Sponsored-By: Precidata --- tester/rt/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/rt/config.py b/tester/rt/config.py index a7b9ee3..8a433af 100644 --- a/tester/rt/config.py +++ b/tester/rt/config.py @@ -258,6 +258,7 @@ class file(config.file): script =

[PATCH 2/2] 6: update default set to use expat 2.4.8

2022-04-19 Thread Karel Gardas
This solves issues with compilation on aarch64-linux platform since it is not recognized by previous expat 2.1.0. --- rtems/config/6/rtems-default.bset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/rtems-default.bset index

[PATCH 1/2] devel: add configuration for expat 2.4.8

2022-04-19 Thread Karel Gardas
--- bare/config/devel/expat-2.4.8-1.cfg | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 bare/config/devel/expat-2.4.8-1.cfg diff --git a/bare/config/devel/expat-2.4.8-1.cfg b/bare/config/devel/expat-2.4.8-1.cfg new file mode 100644 index 000..d9cddd5 ---

RSB Issue with lexicographic comparison of python versions (shown on Ubuntu 22.04 LTS/python 3.10 platform).

2022-04-19 Thread Karel Gardas
Chris, testing RSB on soon to be release Ubuntu 22.04 LTS. This distro provides python 3.10 and interestingly gdb compilation fails badly on it with: making dir: