Changes between Version 14 and Version 15 of Developer/Tools/RSB


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

/* Feedback from Students about using RSB for the GSoC Getting Started */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Tools/RSB

    v14 v15  
    1919|+
    2020|-
    21 |'''Student''' || '''Host OS''' || '''RTEMS Target''' || '''RPMs or RTEMS Source Builder''' || '''Feedback'''
     21|'''Student''' || '''Host OS''' || '''RTEMS Target''' || '''Feedback'''
    2222|-
    23 | Adit C. || Ubuntu 13.04 || sparc-rtems4.11 || Source || Instructions were fairly straight forward, however I experience some trouble initially due to missing packages. I had to install the latest versions of bison, cvs, g++, flex, and texinfo. I may have had to do so since I am running Ubuntu 13.04 on a virtual machine in OSX Mavericks. I also had to python2.7-dev installed. Nonetheless, once these packages were installed, I was able to get things done relatively easily.
     23| Adit C. || Ubuntu 13.04 || sparc-rtems4.11 || Instructions were fairly straight forward, however I experience some trouble initially due to missing packages. I had to install the latest versions of bison, cvs, g++, flex, and texinfo. I may have had to do so since I am running Ubuntu 13.04 on a virtual machine in OSX Mavericks. I also had to python2.7-dev installed. Nonetheless, once these packages were installed, I was able to get things done relatively easily.
    2424|-
    25 | Pavel Z. || Ubuntu 13.04 || sparc-rtems4.11 || Source || Overall the wiki was clear on what was required. The configuration file did not accept --enable-tests=samples, so I had to consult documentation to build the hello world application found in the git repository myself. Also RTEMS was very specific with the automake version it wanted: I had to compile 1.12.2 from source
     25| Pavel Z. || Ubuntu 13.04 || sparc-rtems4.11 || Overall the wiki was clear on what was required. The configuration file did not accept --enable-tests=samples, so I had to consult documentation to build the hello world application found in the git repository myself. Also RTEMS was very specific with the automake version it wanted: I had to compile 1.12.2 from source
    2626|-
    27 | Bryan D. || Arch Linux || sparc-rtems4.11 || Source || While compiling the tools and RTEMS I only encountered two problems. The first one was with binutils; for some reason, it refused to compile outside the source directory, so I compiled it in the source directory. The second problem was with building RTEMS itself. The error was easy to fix though and just required removing the --disable-posix flag when calling ./configure.
     27| Bryan D. || Arch Linux || sparc-rtems4.11 || While compiling the tools and RTEMS I only encountered two problems. The first one was with binutils; for some reason, it refused to compile outside the source directory, so I compiled it in the source directory. The second problem was with building RTEMS itself. The error was easy to fix though and just required removing the --disable-posix flag when calling ./configure.
    2828|-
    29 | Chirayu D. || Arch Linux || sparc-rtems4.11 || Source || I had to install an older version of texinfo, but other than that it worked fine. I did not use the --disable-posix flag when calling ./configure.
     29| Chirayu D. || Arch Linux || sparc-rtems4.11 || I had to install an older version of texinfo, but other than that it worked fine. I did not use the --disable-posix flag when calling ./configure.
    3030|-
    31 | Kevin F. || Linux Mint 13 LTS || sparc-rtems4.11 || Source || I made lots of errors myself, but overall the instructions were fairly clear. Perhaps the RSB Quick Start should explain moving executables a bit more (like where to find them) and the RTEMS Quick Start should have remarked that you should put export the PATH to the tools bin you compiled. I needed python2.7-dev installed.
     31| Kevin F. || Linux Mint 13 LTS || sparc-rtems4.11 || I made lots of errors myself, but overall the instructions were fairly clear. Perhaps the RSB Quick Start should explain moving executables a bit more (like where to find them) and the RTEMS Quick Start should have remarked that you should put export the PATH to the tools bin you compiled. I needed python2.7-dev installed.
    3232|-
    33 | An Ha || Arch Linux || sparc-rtems4.11 || Source || The directions were easy to follow, however, when running the source-builder, sb-check and sb-set-builder, I had to change the first lines from /usr/bin/env python, to /usr/bin/env python2, otherwise it would run the code in python 3, not 2. I also had to install texinfo-legacy from AUR instead of texinfo to fix the problem when building binutils (as stated in the documentation). I also did not have to use the --disable-posix flag when calling ./configure.
     33| An Ha || Arch Linux || sparc-rtems4.11 || The directions were easy to follow, however, when running the source-builder, sb-check and sb-set-builder, I had to change the first lines from /usr/bin/env python, to /usr/bin/env python2, otherwise it would run the code in python 3, not 2. I also had to install texinfo-legacy from AUR instead of texinfo to fix the problem when building binutils (as stated in the documentation). I also did not have to use the --disable-posix flag when calling ./configure.
    3434|-
    35 | Zsolt Sz. || Xubuntu || sparc-rtems4.11 || Source || I was having some troubles at the beginning, but now I hope that everything will work out fine.
     35| Zsolt Sz. || Xubuntu || sparc-rtems4.11 || I was having some troubles at the beginning, but now I hope that everything will work out fine.
    3636|-
    37 | C. Tan || Ubuntu 13.10 64-bit|| sparc-rtems4.11 || Source || I had some trouble getting the RTEMS compiler to be compiled from source code, mainly the binutils and gcc, even though I had followed the Quick Start closely. These required some Googling, and I eventually found out I had to downgrade texinfo ( alternatively I believed I could have installed the patch: http://www.rtems.com/pipermail/rtems-users/2013-November/012144.html ) and install python-dev respectively. Other than that, the Quick Start was very concise and clear.
     37| C. Tan || Ubuntu 13.10 64-bit|| sparc-rtems4.11 || I had some trouble getting the RTEMS compiler to be compiled from source code, mainly the binutils and gcc, even though I had followed the Quick Start closely. These required some Googling, and I eventually found out I had to downgrade texinfo ( alternatively I believed I could have installed the patch: http://www.rtems.com/pipermail/rtems-users/2013-November/012144.html ) and install python-dev respectively. Other than that, the Quick Start was very concise and clear.
    3838|-
    39 | Evan M. || Ubuntu || sparc-rtems4.11 || Source || I found the directions straightforward, although I do admit I had some trouble from time to time. It also seemed like several pages contradicted each other, but that might have been on my side due to my lack of experience.
     39| Evan M. || Ubuntu || sparc-rtems4.11 || I found the directions straightforward, although I do admit I had some trouble from time to time. It also seemed like several pages contradicted each other, but that might have been on my side due to my lack of experience.
    4040|-
    41 | Kkvazar Q. || Fedora 20 || sparc-rtems4.11 || Source || I wasn't able to finish the task, because I got lost in the documentation, the pages weren't well related and were contradicting. Some useful pages weren't easy to find such as the git README.
     41| Kkvazar Q. || Fedora 20 || sparc-rtems4.11 || I wasn't able to finish the task, because I got lost in the documentation, the pages weren't well related and were contradicting. Some useful pages weren't easy to find such as the git README.
    4242I expected sb-check to tell me about missing devel libs, but it didn't. 'bootstrap' was hard to find and it failed on missing files. Most of the questions I had were asked online, but weren't answered.
    4343|}