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

Gedare Bloom gedare at rtems.org
Sat Mar 21 03:27:29 UTC 2020


On Fri, Mar 20, 2020 at 5:56 PM William <wbusacker at outlook.com> wrote:
>
> Oh, well that's slightly embarrassing. Before I submitted I tried
> looking for the patch referencing that page and I didn't see anything.
>
> Looking over what you wrote, would it be worth adding either a section
> or a sub-page for building an application manually or with another build
> tool such as GNU Make? Can salvage a bit of the work I did :)
>
Short answer, yes. It is good to show a variety of ways that users can
build their applications.

> On 3/19/2020 18:20, Chris Johns wrote:
> > 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
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list