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
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
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
---
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
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
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
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
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