Re: [PATCH] icpp remedy

2022-09-14 Thread Gedare Bloom
On Tue, Sep 13, 2022 at 12:42 PM Kuan-Hsun Chen wrote: > > Thanks for the prompt reply. Yes, I will guide Junjie to make a ticket and go > through the issue. > > >Is there a test case for this? > Yes, a test case is also ready to be reviewed and can be part of the > testsuite to test out ICPP

Re: [PATCH 3/3] devel/gcc: Check and build GNU sed if not available on build host

2022-09-14 Thread Chris Johns
On 14/9/2022 11:31 pm, Joel Sherrill wrote: > OK. Hopefully this fixes the MIPS issues. It does on FreeBSD 13.1. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 3/3] devel/gcc: Check and build GNU sed if not available on build host

2022-09-14 Thread Joel Sherrill
OK. Hopefully this fixes the MIPS issues. On Wed, Sep 14, 2022 at 2:02 AM wrote: > From: Chris Johns > > Closes #2300 > --- > bare/config/devel/gnu-default-tools.bset| 6 ++ > rtems/config/tools/rtems-default-tools.bset | 5 + > source-builder/config/gcc-common-1.cfg | 4

Re: [PATCH 2/3] textproc/gsed: Add GNU sed build support

2022-09-14 Thread Joel Sherrill
Unfortunately needed on some hosts. OK by me. On Wed, Sep 14, 2022 at 2:02 AM wrote: > From: Chris Johns > > Updates #2300 > --- > bare/config/textproc/gsed-4.8.cfg | 12 +++ > bare/config/textproc/gsed-internal.bset | 12 +++ > bare/config/textproc/gsed.bset | 4 + >

Re: [PATCH 3/3] bsps/shared/: Use device tree blob

2022-09-14 Thread Alan Cudmore
Hi Padmarao, Please see my inline comments below On Wed, Sep 14, 2022 at 12:51 AM wrote: > Hi Alan, > > > On Tue, 2022-09-13 at 23:57 -0400, Alan Cudmore wrote: > > > > Hi Padmarao, > > I am working on a RISC-V bsp variant for the Kendryte K210 and I am > > also using an included DTB. For my

Re: [PATCH 3/3] bsps/shared/: Use device tree blob

2022-09-14 Thread Alan Cudmore
Sorry for not thinking this through, but I think I have a more portable solution for handling the included DTB: 1. In bsps/shared/start/bsp-fdt.c, include the header as you had originally proposed. 2. Also bsps/shared/start/bsp-fdt.c, change bsp_fdt_get to return either _fdt_blob[0] for the u-boot

[PATCH 3/3] devel/gcc: Check and build GNU sed if not available on build host

2022-09-14 Thread chrisj
From: Chris Johns Closes #2300 --- bare/config/devel/gnu-default-tools.bset| 6 ++ rtems/config/tools/rtems-default-tools.bset | 5 + source-builder/config/gcc-common-1.cfg | 4 3 files changed, 15 insertions(+) diff --git a/bare/config/devel/gnu-default-tools.bset

[PATCH 2/3] textproc/gsed: Add GNU sed build support

2022-09-14 Thread chrisj
From: Chris Johns Updates #2300 --- bare/config/textproc/gsed-4.8.cfg | 12 +++ bare/config/textproc/gsed-internal.bset | 12 +++ bare/config/textproc/gsed.bset | 4 + bare/config/textproc/gsed.cfg | 8 ++ source-builder/config/gsed-1.cfg| 108

[PATCH 1/3] sb/setbuilder: Do not install if --no-install option is used

2022-09-14 Thread chrisj
From: Chris Johns - This is a bug introduced in the recent bset tar file changes --- source-builder/sb/setbuilder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py index 67b66f5..f24ac87 100644 ---

[RSB] Build GNU sed if not available on host

2022-09-14 Thread chrisj
Hi, These patches add support to build GNU sed if it is not avaliable on a host. GCC requires GNU sed or weird things happen. Ticket #2300 details a MIPS build failure that has existed in GCC for years where the multilib processing depends on GNU sed. The simplest solution is to check and if sed