Open main menu

CDOT Wiki β

Changes

Fall 2023 SPO600 Project

308 bytes added, 10:36, 11 October 2023
Stage 1
=== Stage 1 ===
In this stage, you will build the GCC compiler and to become familiar with using and building the source code.
What is required:
* Ensure that you are building with an object tree outside of the source tree (see documentation for details)
* Blog about the experience, including the procedure you used, the time taken to perform the build, the impact of <code>-j''N''</code> options, and how you have proven that you have a working compiler.
 
Recommended:
* Study and become familiar with the general structure of the code (how it is organized) - specifically, find the C/C++ compilers within the collection and examine how the files and directories are laid out, and become familiar with the coding standards used.
Due: Sunday, October 29, 11:59 pm