[PATCH] Creation of the Quick Start / Build Your Application section

Chris Johns chrisj at rtems.org
Fri Mar 20 00:20:54 UTC 2020


On 20/3/20 9:05 am, William wrote:
> Been sitting on this patch for a while now, figured I should finally submit it...

Thank you for posting the patch.

> About a month ago I saw someone saying that they wanted to have this section of
> the users guide added in, followed all of the steps of the userguide up to the
> point just prior and then wrote this.

Oh it is a shame this was not posted earlier as I have recently added a section ..

https://docs.rtems.org/branches/master/user/start/app.html

> One thing to note, the GDB simulation did not work, I couldn't get it to link up
> to the SIS simulator (GDB didn't even know what `target sim` meant). That's why
> I have written on how to use SIS directly. No idea where I could track that
> problem down.

To run a remote session with gdb you need to add -gdb to the SIS command line
with the executable, start gdb, connect with `target :1234` then load and run
(or continue).

Chris


More information about the devel mailing list