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

Changes between Version 57 and Version 58 of GSoC/GettingStarted


Ignore:
Timestamp:
03/22/19 20:32:02 (5 years ago)
Author:
Joel Sherrill
Comment:

Fix reference to RSB manual. Replace with User Manual

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/GettingStarted

    v57 v58  
    1616}}}
    1717
    18 We recommend building your own compiler using the [http://git.rtems.org/rtems-source-builder/ RTEMS Source Builder (RSB)] with the "download only" option first before you try to build. Refer to the [https://docs.rtems.org/branches/master/rsb/index.html documentation and quick start for the RSB], and ask questions on the rtems-users mailing list if you have trouble with this step. If you want tools for another architecture, replace **sparc** in the RSB quick start directions with another architecture, such as arm or mips. You can also use the RSB to build RTEMS directly, but we recommend that you learn how to build RTEMS by itself with the compiler tools generated by RSB.
     18We recommend building your own compiler using the [http://git.rtems.org/rtems-source-builder/ RTEMS Source Builder (RSB)] with the "download only" option first before you try to build. Refer to the [https://docs.rtems.org/branches/master/user/index.html User Manual] for RSB instructions and guidance on host specific setup. Feel free to ask questions on the rtems-users mailing list if you have trouble with this step. If you want tools for another architecture, replace **sparc** in the RSB directions with another architecture, such as arm or mips. You can also use the RSB to build RTEMS directly, but we recommend that you learn how to build RTEMS by itself with the compiler tools generated by RSB.
    1919
    2020As you will be compiling a lot of code, it is recommended to have a reasonably fast development machine.