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

2022-04-22 Thread Chris Johns
On 22/4/2022 4:47 pm, Sebastian Huber wrote: > Use GCC infrastructure download directory for GCC prerequisites. Nice change. OK to push. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

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

2022-04-22 Thread Sebastian Huber
On 22/04/2022 03:21, Chris Johns wrote: + * COPYRIGHT (C) 1989-2011 On-Line Applications Research Corporation (OAR). Maybe new header could use the agreed style: https://devel.rtems.org/ticket/4637 -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebast

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

2022-04-22 Thread Sebastian Huber
On 20/04/2022 00:50, Chris Johns wrote: OK and thanks. I checked it in. -- 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 Registergericht: Amtsgericht München Re

Re: Building RTEMS 6 toolchain on a Mac

2022-04-22 Thread Heinz Junkes
I'm going to slip into the thread here. I could successfully build rtems6 for arm on the M1 Mac yesterday evening. git clone https://github.com/RTEMS/rtems-source-builder.git rsb cd rsb cd rtems ../source-builder/sb-set-builder --jobs=4 --prefix=${RTEMS_ROOT} ${RTEMS_VERSION}/rtems-arm One pro

Re: Building RTEMS 6 toolchain on a Mac

2022-04-22 Thread Cedric Berger
Hmm, which version of clang do you have? are you up-to-date with XCode? $ cc --version Apple clang version 13.1.6 (clang-1316.0.21.2.3) Target: arm64-apple-darwin21.4.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Cedr

Re: Building RTEMS 6 toolchain on a Mac

2022-04-22 Thread Sebastian Huber
On 22/04/2022 08:55, Sebastian Huber wrote: Could GCC be upgraded to 11.2 or 12.0 which should be available very soon? are the patches still needed? It is still undecided which GCC version will be used for RTEMS 6. GCC 10 will reach its end of life with the next release this year. GCC 12 would

Re: RTEMS-specific Newlib patches for aarch64

2022-04-22 Thread Sebastian Huber
On 17/03/2022 13:30, Kinsey Moore wrote: On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10: fatal error

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

2022-04-22 Thread Frank Kühndel
Hi Chris, On 4/22/22 03:19, Chris Johns wrote: > 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

Re: RTEMS-specific Newlib patches for aarch64

2022-04-22 Thread Kinsey Moore
On 4/22/2022 07:28, Sebastian Huber wrote: On 17/03/2022 13:30, Kinsey Moore wrote: On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/

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

2022-04-22 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 v2 04/15] libtests: Adding file headers and licenses

2022-04-22 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 v2 02/15] tmtests: Manually adding file headers and licenses

2022-04-22 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 v2 05/15] psxtests: Adding file headers and licenses

2022-04-22 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 v2 01/15] mptests: Manually adding file headers and licenses

2022-04-22 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 v2 07/15] support: Manually adding file headers and licenses

2022-04-22 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 | 36 + 1 file changed, 36 insertions(+) diff --git a/testsuites/support/include/buffer_test_io.h b/test

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

2022-04-22 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 v2 08/15] libdl: Manually adding file headers and licenses

2022-04-22 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 v2 09/15] libtests/dl06: Manually adding file headers and licenses.

2022-04-22 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 v2 10/15] sptests/sp27*: Manually adding file headers and licenses

2022-04-22 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 v2 12/15] psxtmtests/psxtmcond*: Add file headers and licenses

2022-04-22 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 v2 13/15] sp44/init.c: Add file header and license

2022-04-22 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..d325

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

2022-04-22 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..50be

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

2022-04-22 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 v2 11/15] ada/samples: Manually adding file headers and licenses

2022-04-22 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: Last call for Mentors

2022-04-22 Thread Pavel Pisa
Hello Gedare, On Wednesday 20 of April 2022 00:29:57 Gedare Bloom wrote: > 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. I have offered mentoring

Re: Last call for Mentors

2022-04-22 Thread Pavel Pisa
On Friday 22 of April 2022 23:21:29 Pavel Pisa wrote: > Hello Gedare, Excuse me for spamming the list. I hit send witout checking that reply to author filled list address but not to him directly. Anyway nothing secret in the email. Nice weekend to all, Pavel