Andrew Bell wrote:
I was trying to build gcc, but the process failed when trying to build
the binutils that I linked in.
"Linked in"? Did you try to "combine" the binutils and GCC sources into
one "build tree" and then
configure and build them both at the same time?
The combining isn't that simple when binutils and GCC are separate
projects :( The same-name
subdirectories should be "in sync", suitable for both the binutils and
the GCC version. It would be
much better to configure and build these separately, one by one!