Changes between Version 29 and Version 30 of GSoC/GettingStarted


Ignore:
Timestamp:
02/25/14 22:32:25 (10 years ago)
Author:
Gedare
Comment:

/* Configure a Development Computer */

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/GettingStarted

    v29 v30  
    1212
    1313
    14 You will be best served by using a Virtual Machine image we create that has all the tools installed ready to run. The image uses Virtual Box and should run on most modern computers. GSoC is about the working on open source and the projects listed and not about a specific complexity of a project like RTEMS, for example the tools. You can find out more about the virtual machine images on the [wiki:Virtual_Machines_for_RTEMS_Development_  Virtual Machines for RTEMS Development] page.
     14You will be best served by using a Virtual Machine image with a Linux distribution installed. We provide [wiki:Virtual_Machines_for_RTEMS_Development_  such an image that uses Virtual Box] and should run on most modern computers.
    1515
    16 If you use GNU/Linux and are familiar with using it we provide RPM based prebuilt tools for some GNU/Linux distribution. Some of the core RTEMS developers use [http://fedoraproject.org/ Fedora] or [http://www.centos.org/ CentOS] and we are can support you when if you use one these development host operating system. Some users have had success using Debian and Ubuntu with [wiki:TBR/Website/Debian_and_Ubuntu prebuilt tools], although you may need to [wiki:Building_the_RTEMS_toolset_on_Ubuntu_  build your own toolchain] how-ever this adds complexity to the task so be warned. As of February 2012 we suggest using Fedora 16 or CentOS 6.  We will ALWAYS be on a version that is supported by the distribution. Other [wiki:TBR/UserManual/RTEMS_Development_Hosts development hosts] can also be used but are less well-supported.
     16If you use GNU/Linux or MacOS and are familiar with using it for development, the [http://wiki.rtems.org/wiki/index.php/RSB | RTEMS Source Builder  such an image that uses Virtual Box] is the best way to get a working tool set.  While RTEMS Project also provides RPM based prebuilt tools for some GNU/Linux distributions especially Fedora and CentOS, these tools are not as up-to-date as you can get from building with the RSB. You can find directions on the documentation for the RSB.
    1717
    1818This step involves the following steps.
     
    2020 *  Install or update GNU/Linux distribution as needed.
    2121
    22  *  Install RTEMS Tools.  See [wiki:TBR/UserManual/RTEMS_Development_Hosts  RTEMS Development Hosts] for information but remember we encourage you to use Fedora and thus you will follow the APT/Yum instructions. Make sure to get the right tools for the current version of RTEMS (the development HEAD, as of February 2012 these are the rtems-4.11 tools).
     22 *  Install RTEMS Tools.  See [wiki:RSB RSB] for information and ask questions on the rtems-users mailing list if you have trouble with this step.
    2323
    2424As you will be compiling code, it is recommended to have a reasonably fast machine.