https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82686
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Dennis Clarke from comment #6) > Actually first thing I did was remove a few options from configure stage > such that I could at least get past this small bump in the road : > > --enable-multiarch and --enable-multilib removed. > > > Configure went fine and the bootstrap went past the previous gc bump and then Which confirms you needed the 32-bit gc packages. > crashed into some sort of an ada problem, again, in stage 3 : ... > gmake[1]: Leaving directory > '/usr/local/build/gcc-7.2.0_linux_4.13.0-1-powerpc64.004' > gmake: *** [Makefile:941: all] Error 2 > Command exited with non-zero status 2 You didn't show the error. Make telling you an error happened is not the error. > sorted out after I see at least a single arch complete, once. I don't know if it's relevant that these test results don't include ada: https://gcc.gnu.org/ml/gcc-testresults/2017-10/msg02058.html