GSoC: Hello World Patch

Joel Sherrill joel at rtems.org
Tue Mar 29 20:03:03 UTC 2022


On Tue, Mar 29, 2022 at 2:59 PM Kamlesh Bharodiya <brkamleshg678 at gmail.com>
wrote:

> Hi Joel,
>
> I had tried to run the program using integrated simulator with gdb. That
> didn't work for me (need to figure out).
>

Hmm.. sis as integrated with gdb was disabled in favor of the more powerful
standalone newer versions of sis. This happened before COVID if I
remember correctly.

Where did you find the instructions? We had a lot of instructions built up
around using sis for the erc32 as built into gdb. You may have stumbled
across a place we have missed updating.


> However, I could run it with remote target SIS connected with GDB as well
> as with Emulator. I am attaching the screenshots.
>

That is what is intended. Looks great. Make sure you are in the table in
the wiki I cited.

And start looking at projects and asking questions.

--joel

>
> Regards,
> Kamlesh
>
>
> On Tue, Mar 29, 2022 at 12:21 AM Joel Sherrill <joel at rtems.org> wrote:
>
>> Looks good. Email (or send it to me on Discord) a screenshot in gdb with
>> that program.
>>
>> Then add yourself  to https://devel.rtems.org/wiki/GSoC/2022
>>
>> Feel free to discuss any projects you are interested in here or Discord.
>>
>> On Mon, Mar 28, 2022 at 1:10 PM Kamlesh Bharodiya <
>> brkamleshg678 at gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I would like to participate in the GSoC 2022 Program. I have built and
>>> run
>>> the Hello World Program. Please find below: (also attaching the patch)
>>>
>>> commit bdd1ae76926135fbadc7920eefe6a303342e4a19 (HEAD -> master)
>>> Author: Kamlesh_Bharodiya <brkamleshg678 at gmail.com>
>>> Date:   Sun Mar 27 22:22:47 2022 +0530
>>>
>>> [GSoC Entry] Modified Hello World Test
>>>
>>> diff --git a/testsuites/samples/hello/init.c
>>> b/testsuites/samples/hello/init.c
>>> index 34ded37c55..f4288833f9 100644
>>> --- a/testsuites/samples/hello/init.c
>>> +++ b/testsuites/samples/hello/init.c
>>> @@ -22,7 +22,7 @@ static rtems_task Init(
>>>  {
>>>    rtems_print_printer_fprintf_putc(&rtems_test_printer);
>>>    TEST_BEGIN();
>>> -  printf( "Hello World\n" );
>>> +  printf( "Hello to the World of RTEMS\n" );
>>>    TEST_END();
>>>    rtems_test_exit( 0 );
>>>  }
>>>
>>> Regards,
>>> Kamlesh
>>> _______________________________________________
>>> devel mailing list
>>> devel at rtems.org
>>> http://lists.rtems.org/mailman/listinfo/devel
>>>
>>


More information about the devel mailing list