SSE3044F12.SSEGCC History

Hide minor edits - Show changes to output

September 15, 2014, at 03:16 AM by 115.145.179.156 -
Changed line 21 from:
$ wget http://csl.skku.edu/uploads/SSE3044F14/sse-gcc-installer-v3
to:
$ wget http://csl.skku.edu/uploads/SSE3044F12/sse-gcc-installer-v3
September 11, 2014, at 05:03 AM by 115.145.179.156 -
Changed line 21 from:
$ wget http://csl.skku.edu/uploads/SSE3044F12/sse-gcc-installer-v1
to:
$ wget http://csl.skku.edu/uploads/SSE3044F14/sse-gcc-installer-v3
Changed lines 30-31 from:
$ chmod a+x sse-gcc-installer-v1\\
$ sudo ./sse-gcc-installer-v1
to:
$ chmod a+x sse-gcc-installer-v3\\
$ sudo ./sse-gcc-installer-v3
Changed line 36 from:
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, and 12.04.1.
to:
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.1 and 14.04
September 03, 2012, at 01:36 AM by 115.145.179.182 -
Changed line 26 from:
Run the installation script. You need to have the root privilege to run the script as it installs GCC 4.1.2 binaries in the /usr/local directory.
to:
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.
September 03, 2012, at 01:36 AM by 115.145.179.182 -
Changed line 17 from:
To ease the installation of pre-built GCC 4.1.2 binaries, we provide an installation script named @sse-gcc-installer-v1@. On your Linux platform, the script can be downloaded using the following command. Alternatively, you can download the script [[Attach:sse-gcc-installer-v1|here]].
to:
To ease the installation of pre-built GCC 4.1.2 binaries, we provide an installation script named @@sse-gcc-installer-v1@@. On your Linux platform, the script can be downloaded using the following command. Alternatively, you can download the script [[Attach:sse-gcc-installer-v1|here]].
September 03, 2012, at 01:35 AM by 115.145.179.182 -
Added lines 34-37:
'''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, and 12.04.1.
If you use other Linux distributions or faces an error during the installation, please consult your TA.
September 03, 2012, at 01:31 AM by 115.145.179.182 -
Changed line 17 from:
To ease the installation of pre-built GCC 4.1.2 binaries, we provide an installation script named @sse-gcc-installer-v1@. On your Linux platform, the script can be downloaded using the following command. Alternatively, you can download the script [[Attach:sse-gcc-installer-v1|here].
to:
To ease the installation of pre-built GCC 4.1.2 binaries, we provide an installation script named @sse-gcc-installer-v1@. On your Linux platform, the script can be downloaded using the following command. Alternatively, you can download the script [[Attach:sse-gcc-installer-v1|here]].
September 03, 2012, at 01:31 AM by 115.145.179.182 -
Changed line 21 from:
$ wget http://csl.skku.edu/uploads/SSE3044F12/sse-gcc-installer-v1\\
to:
$ wget http://csl.skku.edu/uploads/SSE3044F12/sse-gcc-installer-v1
September 03, 2012, at 01:31 AM by 115.145.179.182 -
Added lines 1-36:
!! SSE3044: Operating Systems (Fall 2012)

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

%right%September 3, 2012\\


%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-v1@. On your Linux platform, the script can be downloaded using the following command. Alternatively, you can download the script [[Attach:sse-gcc-installer-v1|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-v1\\
(:tableend:)

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

Run the installation script. You need to have the root privilege 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-v1\\
$ sudo ./sse-gcc-installer-v1
(:tableend:)