SWE3004S13.SSEGCC History

Hide minor edits - Show changes to output

September 11, 2014, at 05:00 AM by 115.145.179.156 -
Changed line 21 from:
$ wget http://csl.skku.edu/uploads/SWE3004S13/sse-gcc-installer-v2
to:
$ wget http://csl.skku.edu/uploads/SWE3004S13/sse-gcc-installer-v3
March 07, 2013, at 09:27 AM by 115.145.179.175 -
Changed line 21 from:
$ wget http://csl.skku.edu/uploads/SSE3044F12/sse-gcc-installer-v2
to:
$ wget http://csl.skku.edu/uploads/SWE3004S13/sse-gcc-installer-v2
March 07, 2013, at 09:26 AM by 115.145.179.175 -
Added lines 1-39:
!! SWE3004: Operating Systems (Spring 2013)

----
!! Installing pre-built GCC 4.1.2 binaries

%right%March 7, 2013\\


%right%Jin-Soo Kim\\
%right%Computer Systems Laboratory\\
%right%Sungkyunkwan University

We have built GCC 4.1.2 binaries for running Pintos on Ubuntu platforms. The pre-built GCC 4.1.2 binaries can be installed on your system by following these steps.

'''1. Download the installation script'''\\\

To ease the installation of pre-built GCC 4.1.2 binaries, we provide an installation script named @@sse-gcc-installer-v2@@. On your Linux platform, the script can be downloaded using the following command. Alternatively, you can download the script [[Attach:sse-gcc-installer-v2|here]].

(:table style="font-style:bold; border:1px dotted gray; background-color:#f7f7f7; width:95%":)
(:cellnr:)
$ wget http://csl.skku.edu/uploads/SSE3044F12/sse-gcc-installer-v2
(:tableend:)

'''2. Run the installation script'''\\\

Run the installation script as shown below. You need to have the root privilege (sudo) to run the script as it installs GCC 4.1.2 binaries in the /usr/local directory.

(:table style="font-style:bold; border:1px dotted gray; background-color:#f7f7f7; width:95%":)
(:cellnr:)
$ chmod a+x sse-gcc-installer-v2\\
$ sudo ./sse-gcc-installer-v2
(:tableend:)

'''3. Verify the installation'''\\\

If the script completes without any error, sse-gcc (gcc-4.1.2) and sse-g++ (g++-4.1.2) are available in /usr/local/bin. Note that the script has been tested on Ubuntu 10.04.4, 10.10, 11.04, 11.10, 12.04.2, and 12.10.
If you use other Linux distributions or faces an error during the installation, please consult your TA.