scons: Warn for incompatible gcc and binutils
Review Request #2317 - Created July 27, 2014 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10262:a2652e07010a --------------------------- scons: Warn for incompatible gcc and binutils It seems gcc >4.8 does not get along well with binutils <= 2.22, and to help users this patch adds a warning with an indication for how to fix the issue. It might even be worth adding a Exit(-1) and stop the build.
