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

Changes between Version 47 and Version 48 of GSoC/GettingStarted


Ignore:
Timestamp:
09/14/18 14:11:59 (6 years ago)
Author:
Gedare Bloom
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/GettingStarted

    v47 v48  
    1313You will be best served by using a GNU/Linux environment, which could be in a virtual machine for example that uses [http://www.virtualbox.org Virtualbox] and should run on most modern desktop systems. An RTEMS user has provided [https://github.com/thenewwazoo/rtems-vagrant some scripts] for setting up such a development environment with [http://www.vagrantup.com Vagrant]. Note, Vagrant scripts might be broken, a ticket has been submitted to fix it [https://devel.rtems.org/ticket/2488 ticket #2488], so it's better to use RSB directly instead until it's fixed.
    1414
    15 We recommend building your own compiler using the [http://git.rtems.org/rtems-source-builder/ RTEMS Source Builder (RSB)]. 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.
     15We 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.
    1616
    1717As you will be compiling a lot of code, it is recommended to have a reasonably fast development machine.