Changes between Version 8 and Version 9 of GCI/Coding/HelloWorld


Ignore:
Timestamp:
12/20/15 22:13:22 (8 years ago)
Author:
michalp2213
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GCI/Coding/HelloWorld

    v8 v9  
    3131|| Tan G. || Ubuntu 15.10 || sparc-rtems4.11 || I had a fairly difficult time doing the task both because of some errors in the instructions and some of my own. However, most of these could be solved by looking at the logs and searching around a bit. Two problems I had in particular were that build-rep chose python2.7 instead of python2.7-dev and I had to install it directly and the package for git-send-email was named git-email unlike what the instructions said. The first one was especially problematic because I didn't understand the problem until I looked at the error log instead of the incomprehensibly long build log.
    3232|| Alex S. || Debian Jessie (64-bit) ||  sparc-rtems4.11 || The documentation was straightforward and easy to follow, but at first the source tree of RTEMS can be confusing, and the architecture-specific tools need to be exported to your {{{PATH}}} to be readily used. The directions for building RBS were harder to follow than for RTEMS. ''Note for future newcomers: compiling with {{{-j`nproc`}}} will significantly speed up your build on multi-core hosts.''
     33|| Michał P. || Arch Linux || sparc-rtems4.11 || Instructions were relly easy to follow, I had no problem building RTEMS. Unfortunatelly, RSB scripts assume that {{{/usr/bin/python}}} is {{{python2}}}, but that's an issue with nearly every build script and it's easy to solve, so it was not a big problem.