Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Karel Gardas
On 4/21/22 02:12, Chris Johns wrote: On 21/4/2022 4:38 am, Karel Gardas wrote: Chris, Frank, I don't feel particularly comfortable with this patch. It works here on Ubuntu 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I have to admit semantics of this cfg language is beyond my l

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Frank Kühndel
Hi Karel, On 4/20/22 20:38, Karel Gardas wrote: > Chris, Frank, > > I don't feel particularly comfortable with this patch. It works here on > Ubuntu 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I > have to admit semantics of this cfg language is beyond my liking and a > lot is in

[PATCH 02/15] tmtests: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/tmtests/tm02/task1.c | 35 +++ testsuites/tmtests/tm03/task1.c | 35 +++ testsuites/tmtests/tm31/ta

[PATCH 00/15] Add copyrights and licenses to files missing them

2022-04-21 Thread Ryan Long
Hi, This is the first in a set of patches that will be adding copyrights and licenses to the files that are missing them. I went through the git history to determine who the files belonged to to give them credit. Thanks, Ryan Ryan Long (15): mptests: Manually adding file headers and licenses

[PATCH 03/15] sptests: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
Theses files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/sptests/sp52/init.c | 35 ++ testsuites/sptests/sp53/init.c | 35 ++ testsuites/sp

[PATCH 04/15] libtests: Adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/libtests/mouse01/serial_mouse_config.c | 35 ++ .../libtests/termios04/termios_testdriver_intr.c | 35 ++ .../libtests/t

[PATCH 01/15] mptests: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/mptests/mp01/init1.c | 35 +++ testsuites/mptests/mp01/init2.c | 35 +++ testsuites/mptests/mp03/in

[PATCH 07/15] support: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
This file had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/support/include/buffer_test_io.h | 35 + 1 file changed, 35 insertions(+) diff --git a/testsuites/support/include/buffer_test_io.h b/test

[PATCH 05/15] psxtests: Adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/psxtests/psxchroot01/main.c | 35 ++ testsuites/psxtests/psxfatal01/init.c | 35 ++ testsuites/psx

[PATCH 12/15] psxtmtests/psxtmcond*: Add file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/psxtmtests/psxtmcond08/init.c | 15 +++ testsuites/psxtmtests/psxtmcond09/init.c | 15 +++ testsuites/psxtmtests/psxtmcond10/init.c | 15

[PATCH 06/15] samples: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/samples/base_mp/init1.c | 35 +++ testsuites/samples/base_mp/init2.c | 35 +++ testsuites/samples/n

[PATCH 08/15] libdl: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Chris identified that these were made by him. Updates #4521 --- cpukit/libdl/rtl-mdreloc-bfin.c| 35 +++ cpukit/libdl/rtl-mdreloc-lm32.c| 35 +++ cpukit/libdl/rtl-mdreloc

[PATCH 13/15] sp44/init.c: Add file header and license

2022-04-21 Thread Ryan Long
This file had no header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/sptests/sp44/init.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/testsuites/sptests/sp44/init.c b/testsuites/sptests/sp44/init.c index 7354618..c21a

[PATCH 14/15] sp47/init.c: Add file header and license

2022-04-21 Thread Ryan Long
This file had no header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/sptests/sp47/init.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/testsuites/sptests/sp47/init.c b/testsuites/sptests/sp47/init.c index c050347..0c7e

[PATCH 09/15] libtests/dl06: Manually adding file headers and licenses.

2022-04-21 Thread Ryan Long
These files had no header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/libtests/dl06/init.c | 35 +++ testsuites/libtests/dl06/pre-init.c | 35 +++ 2 files changed, 70 inser

[PATCH 15/15] sp65/init.c: Add file header and license

2022-04-21 Thread Ryan Long
This file had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/sptests/sp65/init.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/testsuites/sptests/sp65/init.c b/testsuites/sptests/sp65/init.c index 8360add.

[PATCH 10/15] sptests/sp27*: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/sptests/sp27/init.c | 35 +++ testsuites/sptests/sp27a/init.c | 35 +++ 2 files changed, 70 insertio

[PATCH 11/15] ada/samples: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/ada/samples/base_mp/node1/init.c | 33 + testsuites/ada/samples/base_mp/node2/init.c | 33 + 2 files changed,

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Chris Johns
On 21/4/2022 5:45 pm, Karel Gardas wrote: > On 4/21/22 02:12, Chris Johns wrote: >> On 21/4/2022 4:38 am, Karel Gardas wrote: >>> >>> Chris, Frank, >>> >>> I don't feel particularly comfortable with this patch. It works here on >>> Ubuntu >>> 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10

Re: [PATCH 07/15] support: Manually adding file headers and licenses

2022-04-21 Thread Chris Johns
Looking at the git history maybe this is both OAR and me? The rest look fine to me ... and the empty @brief additions to the libdl files has been noted :) Chris On 22/4/2022 12:06 am, Ryan Long wrote: > This file had no file header, copyright, or license. Based on git > history, added appropria

Re: [PATCH] wscript: Allow start code to be written in C

2022-04-21 Thread Sebastian Huber
On 18/04/2022 19:32, Kinsey Moore wrote: Start code for most platforms requires hand-coded ASM but some can be bootstrapped entirely in C, especially for paravirtualized platforms. This change allows start code to be written in C where possible instead of requiring architecture-specific ASM to br

[RSB 2/2] 6/7: Update GCC prerequisites for GCC 10 and 12

2022-04-21 Thread Sebastian Huber
--- .../config/tools/rtems-gcc-10-newlib-head.cfg | 2 +- .../tools/rtems-gcc-head-newlib-head.cfg | 2 +- source-builder/config/gcc-10.cfg | 20 +++ source-builder/config/gcc-12.cfg | 20 +++ 4 files changed, 42 insertions(+), 2 del

[RSB 1/2] gcc: Move GMP, MPC, MPFR sources to common

2022-04-21 Thread Sebastian Huber
Use GCC infrastructure download directory for GCC prerequisites. --- source-builder/config/gcc-4.3-1.cfg| 7 --- source-builder/config/gcc-4.4-1.cfg| 7 --- source-builder/config/gcc-4.5-1.cfg| 7 --- source-builder/config/gcc-4.6-1.cfg| 7 --- source-builder/config

Re: Building RTEMS 6 toolchain on a Mac

2022-04-21 Thread Sebastian Huber
On 18/04/2022 21:01, Cedric Berger wrote: Hello, On 11.04.22 00:37, Chris Johns wrote: I suspect we will need a later version of expat that has the aarch64 support. I do not have access access to an M1 Mac so I cannot test this. Chris So I tried to compile RTEMS 6 for arm on MacOS for both