GCC Building - Lab 4
In this lab, we will be utilizing make/ makefiles to get ourselves comfortable with compiling files for large software. The GCC (GNU Compiler Collection) will be used for building as it is the standard compiler for Unix-like operating systems. The GCC compiler refers specifically to the compiler that compiles C programs. Please note that I will be executing instructions in x86-001 and aarch64-002 servers, as they are the working environments of this SPO600 course. I will be following the lab instructions step-by-step, which will be easy to follow.

In this lab, we will be utilizing make
/ makefiles
to get ourselves comfortable with compiling files for large software.
The GCC (GNU Compiler Collection) will be used for building as it is the standard compiler for Unix-like operating systems. The GCC compiler refers specifically to the compiler that compiles C programs.
Please note that I will be executing instructions in x86-001
and aarch64-002
servers, as they are the working environments of this SPO600 course.
I will be following the lab instructions step-by-step, which will be easy to follow.