On Fri, 12 Nov 2021 at 08:09, Jonathan Wakely wrote: > > > > On Fri, 12 Nov 2021, 02:28 Bill Cunningham via Gcc-help, <gcc-help@xxxxxxxxxxx> wrote: >> >> I have this error when trying to build a c++ end onto a gcc "cross" >> compiler already built in a small way. What I am doing is building a >> "cross" compiler by following some of lfs's instructions. I want a >> "cross" compiler but maybe I should just build a native compiler with >> bootstrapping disabled. I will eventually need a gcc compiler with >> everything because any type of testing is done with a "full suite" >> compiler, is my understanding. But, one thing at a time. > > > It seems to me that just building a full GCC would be simpler than your piecemeal approach. > > https://gcc.gnu.org/wiki/Installing GCC Oops, sorry, there should be no space before GCC in that URL: https://gcc.gnu.org/wiki/InstallingGCC