Re: Flash Device API

2023-03-19 Thread Aaron Nyholm
Hi All. Sorry for the lack of documentation and clarity in my original submission. Thank you all for the feedback, taking it all on board and will come back with a more complete and acceptable submission. I realised the original ticket number that I quoted was incorrect, #4869 is the correct

Re: [PATCH] grub2.cfg: fix GRUB compilation with GCC 12.

2023-03-19 Thread Chris Johns
Ok to push Thanks Chris On 20/3/2023 9:13 am, Karel Gardas wrote: > --- > source-builder/config/grub2.cfg | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/source-builder/config/grub2.cfg b/source-builder/config/grub2.cfg > index 2333d6a..174b846 100644 > --- a/source-b

Re: Help regarding Building x86_64 BSP

2023-03-19 Thread Karel Gardas
On 3/8/23 11:08, Frank Kühndel wrote: The build failures all happen when `building: grub2-2.06-x86_64-linux-gnu-1` which is the last build step. There are several similar errors. These are two of them taken from the build log: cc1: all warnings being treated as errors util/mkimage.c: In functi

[PATCH] grub2.cfg: fix GRUB compilation with GCC 12.

2023-03-19 Thread Karel Gardas
--- source-builder/config/grub2.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source-builder/config/grub2.cfg b/source-builder/config/grub2.cfg index 2333d6a..174b846 100644 --- a/source-builder/config/grub2.cfg +++ b/source-builder/config/grub2.cfg @@ -56,7 +56,8 @@ UR

Re: [PATCH 1/1] change hello world

2023-03-19 Thread Gedare Bloom
Received, thank you. On Sun, Mar 19, 2023 at 7:30 AM Noriyuki Kurosu wrote: > > A screenshot of the test run is attached. > > 2023年3月19日(日) 21:24 : >> >> From: Noriyuki Kurosu >> >> fix >> --- >> testsuites/samples/hello/init.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff

Re: [PATCH 1/1] change hello world

2023-03-19 Thread Noriyuki Kurosu
A screenshot of the test run is attached. 2023年3月19日(日) 21:24 : > From: Noriyuki Kurosu > > fix > --- > testsuites/samples/hello/init.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/testsuites/samples/hello/init.c > b/testsuites/samples/hello/init.c > index 83f6342ab3

[PATCH 1/1] change hello world

2023-03-19 Thread norifxsc
From: Noriyuki Kurosu fix --- testsuites/samples/hello/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 83f6342ab3..53e8a52506 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/h

[PATCH 0/1] Finish GSoC Getting Started section

2023-03-19 Thread norifxsc
From: Noriyuki Kurosu Hello. I am interested in GSoC of RTEMS. I have built RTEMS and modified the init.c, so I am sending over the changes as a patch. I am interested in #4630. https://devel.rtems.org/ticket/4630 I have already checked ASAN behavior on default gcc and now I am trying to see if