Skip to content

Commit

Permalink
website: Add doc explaining GCC-9 not supported (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyRBruce authored Nov 13, 2023
1 parent 2aad13b commit 085939a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _pages/documentation/general_docs/building/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ information on this.

* **git** : gem5 uses git for version control.
* **gcc**: gcc is used to compiled gem5. **Version >=7 must be used**. We
support up to gcc Version 12.
support up to gcc Version 12. **Note**: GCC Version 9 may be used but is not officially
supported due to it
[increasing gem5 Object File sizes](https://github.com/gem5/gem5/issues/555).
* **Clang**: Clang can also be used. At present, we support Clang 6 to
Clang 14 (inclusive).
* **SCons** : gem5 uses SCons as its build environment. SCons 3.0 or greater
Expand Down
4 changes: 4 additions & 0 deletions _pages/documentation/learning_gem5/part1/part1_1_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ sudo apt install build-essential git m4 scons zlib1g zlib1g-dev libprotobuf-dev

**We support GCC Versions >=7, up to GCC 11**

**Note**: We do not recommend using GCC Version 9 due to a [known issue
with it increasing gem5 Object File size](https://github.com/gem5/gem5/issues/555).
It is not officially supported.

3. [SCons 3.0+](http://www.scons.org/)
: gem5 uses SCons as its build environment. SCons is like make on
steroids and uses Python scripts for all aspects of the build
Expand Down

0 comments on commit 085939a

Please sign in to comment.