Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 51 and Version 52 of GSoC/GettingStarted


Ignore:
Timestamp:
10/26/18 08:42:09 (6 years ago)
Author:
Amaan Cheval
Comment:

Further clarify how to build RTEMS and then run the hello.exe test

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/GettingStarted

    v51 v52  
    2424= Configure and Build RTEMS for SPARC/erc32 =
    2525
    26  *  Note that old instructions might tell you to build the **sis** BSP. sis is now obsolete as erc32 is a drop-in replacement for it.
     26 *  [https://docs.rtems.org/branches/master/user/start/index.html Follow our quick start documentation to download and install everything you need]
    2727
    28  *  Check out RTEMS from Git.  See [wiki:Developer/Git RTEMS Git Repository] for information. Make sure you use the git master branch and the tools for the master (as of November 2017 these are the rtems-5 tools).
    29 
    30  *  Bootstrap and then build RTEMS for SPARC/erc32. See [wiki:TBR/UserManual/Quick_Start Quick Start].
    31 
    32  *  Run hello world example in source tree.
    33 
    34  *  Install RTEMS.
     28 *  Once you have all the necessary tools, [wiki:TBR/UserManual/Quick_Start#Running run the hello world example in source tree] as show in the wiki there, or as in the screenshot below.
    3529
    3630The gdb session with the unmodified hello world will look something like the following (this should have your user name and a newer version of RTEMS):