Changes between Version 38 and Version 39 of GSoC/GettingStarted


Ignore:
Timestamp:
12/10/15 19:07:11 (8 years ago)
Author:
Hesham Almatary
Comment:

Note on Vagrant

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/GettingStarted

    v38 v39  
    1111= Configure a Development Computer =
    1212
    13 You 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].
     13You 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
    1515We 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/rsb/ 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.