Re: Out of tree builds with waf?

2020-11-08 Thread Sebastian Huber
On 05/11/2020 19:02, Sebastian Huber wrote: On 05/11/2020 18:27, Sebastian Huber wrote: On 05/11/2020 18:22, Sebastian Huber wrote: On 05/11/2020 18:16, Andrew Butterfield wrote:  I'm not a waf expert, but might this section in their book help?

Re: [PATCH rtems 8/8] jffs2: Replace non-ASCII copyright character

2020-11-08 Thread Christian Mauderer
On 09/11/2020 07:58, Sebastian Huber wrote: On 07/11/2020 14:23, Christian Mauderer wrote: diff --git a/cpukit/libfs/src/jffs2/include/linux/jffs2.h b/cpukit/libfs/src/jffs2/include/linux/jffs2.h index a18b719f49..202cb46b8d 100644 --- a/cpukit/libfs/src/jffs2/include/linux/jffs2.h +++

Re: [PATCH] libtests/dl06: Add -lm

2020-11-08 Thread Sebastian Huber
On 09/11/2020 02:23, Chris Johns wrote: On 3/11/20 3:39 am, Sebastian Huber wrote: There is probably something wrong with this test program. If it is compiled without function/data sections, no optimization, and no linker garbage collection, then there is an undefined reference to atan2() and

Re: [PATCH rtems 8/8] jffs2: Replace non-ASCII copyright character

2020-11-08 Thread Sebastian Huber
On 07/11/2020 14:23, Christian Mauderer wrote: diff --git a/cpukit/libfs/src/jffs2/include/linux/jffs2.h b/cpukit/libfs/src/jffs2/include/linux/jffs2.h index a18b719f49..202cb46b8d 100644 --- a/cpukit/libfs/src/jffs2/include/linux/jffs2.h +++ b/cpukit/libfs/src/jffs2/include/linux/jffs2.h @@

Re: Breaking Long Lines

2020-11-08 Thread Sebastian Huber
On 09/11/2020 01:52, Chris Johns wrote: On 6/11/20 7:11 pm, Sebastian Huber wrote: Hello, for breaking long lines we have currently: "Should be replaced with .. code-block:: c   for (     initialization = statement;     a + really + longish + statement + that + evaluates + to <     a +

Re: [PATCH v2 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-11-08 Thread Niteesh G. S.
Hello, Pinging again incase this patch missed your attention. Thanks, Niteesh. On Tue, Nov 3, 2020 at 11:49 PM G S Niteesh Babu wrote: > Added a basic test for the implemented RTEMS OFW > API. > --- > spec/build/testsuites/libtests/grp.yml | 2 + >

[PATCH rtems 7/8] bsp/atsam: Replace non-ASCII characters

2020-11-08 Thread Christian Mauderer
From: Christian Mauderer Note that this replacement is pure guess. It has been done using a unicode converter tool that spit out the pTq. That is most likely a math notation for some vector operation. --- bsps/arm/atsam/contrib/libraries/libchip/source/aes.c | 2 +- 1 file changed, 1

[PATCH rtems 6/8] bsp/atsam: Remove non-ASCII chars for microseconds

2020-11-08 Thread Christian Mauderer
From: Christian Mauderer --- .../contrib/libraries/libboard/source/board_memories.c | 10 ++ .../atsam/contrib/libraries/libchip/source/sdramc.c| 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bsps/arm/atsam/contrib/libraries/libboard/source/board_memories.c

[PATCH rtems 3/8] bsps: Replace non-ASCII bullet points

2020-11-08 Thread Christian Mauderer
From: Christian Mauderer --- bsps/shared/grlib/can/occan.c | 4 ++-- bsps/shared/grlib/spw/grspw.c | 8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bsps/shared/grlib/can/occan.c b/bsps/shared/grlib/can/occan.c index 59b4f234f6..84402b8809 100644 ---

[PATCH rtems 2/8] bsps: Replace non-ASCII trademark symbol

2020-11-08 Thread Christian Mauderer
From: Christian Mauderer --- bsps/arm/atsam/contrib/libraries/libboard/include/gmii.h | 2 +- bsps/arm/lm3s69xx/start/bspstart.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsps/arm/atsam/contrib/libraries/libboard/include/gmii.h

[PATCH rtems 0/8] Replace non ASCII-Characters in source files

2020-11-08 Thread Christian Mauderer
Hello, this patch set is a follow up of the discussion in this mail thread: https://lists.rtems.org/pipermail/devel/2020-November/063092.html It replaces a lot of non-ASCII characters that slipped into our code base over the years. Note that I'm not sure whether the last three patches are a

[PATCH rtems 4/8] bsp/mpc83xx: Fix non-ASCII characters

2020-11-08 Thread Christian Mauderer
From: Christian Mauderer --- bsps/powerpc/include/mpc83xx/mpc83xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsps/powerpc/include/mpc83xx/mpc83xx.h b/bsps/powerpc/include/mpc83xx/mpc83xx.h index f48a5ce675..9613abd365 100644 ---

[PATCH rtems 1/8] bsps: Replace non-ASCII copyright character

2020-11-08 Thread Christian Mauderer
From: Christian Mauderer --- bsps/arm/lm3s69xx/console/console-config.c | 2 +- bsps/arm/lm3s69xx/console/uart.c | 2 +- bsps/arm/lm3s69xx/i2c/ssi.c| 2 +- bsps/arm/lm3s69xx/include/bsp/io.h | 2 +- bsps/arm/lm3s69xx/include/bsp/irq.h| 2 +-

[PATCH rtems 8/8] jffs2: Replace non-ASCII copyright character

2020-11-08 Thread Christian Mauderer
From: Christian Mauderer --- cpukit/libfs/src/jffs2/include/linux/jffs2.h | 4 ++-- cpukit/libfs/src/jffs2/src/acl.h | 2 +- cpukit/libfs/src/jffs2/src/build.c | 4 ++-- cpukit/libfs/src/jffs2/src/compr.c | 8 cpukit/libfs/src/jffs2/src/compr.h

Re: [PATCH rtems 0/8] Replace non ASCII-Characters in source files

2020-11-08 Thread Christian Mauderer
PS: In case the patches make problems due to some odd mail encoding: I also pushed them as a branch here: https://gitlab.com/c-mauderer/rtems/-/tree/cm/20201107_replace_non-ASCII On 07/11/2020 14:23, Christian Mauderer wrote: > Hello, > > this patch set is a follow up of the discussion in this

[PATCH rtems 5/8] bsp/rtl22xx: Fix non-ASCII character

2020-11-08 Thread Christian Mauderer
From: Christian Mauderer --- bsps/arm/rtl22xx/console/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsps/arm/rtl22xx/console/uart.c b/bsps/arm/rtl22xx/console/uart.c index 2952e74508..c4ddd18b2c 100644 --- a/bsps/arm/rtl22xx/console/uart.c +++

Re: [PATCH] libtests/dl06: Add -lm

2020-11-08 Thread Chris Johns
On 3/11/20 3:39 am, Sebastian Huber wrote: > There is probably something wrong with this test program. If it is compiled > without function/data sections, no optimization, and no linker garbage > collection, then there is an undefined reference to atan2() and tan(). These symbols are referenced

Re: Blockers for Cutover to Waf

2020-11-08 Thread Chris Johns
On 6/11/20 2:46 am, Joel Sherrill wrote: > On Thu, Nov 5, 2020, 9:39 AM Sebastian Huber > > wrote: > On 05/11/2020 16:35, Joel Sherrill wrote: > > and https://devel.rtems.org/ticket/4145 > > > > need

Re: Breaking Long Lines

2020-11-08 Thread Chris Johns
On 6/11/20 7:11 pm, Sebastian Huber wrote: > Hello, > > for breaking long lines we have currently: > > "Should be replaced with > > .. code-block:: c > >   for ( >     initialization = statement; >     a + really + longish + statement + that + evaluates + to < >     a + boolean; >     another