Dio, James wrote: > I'm attempting to build stage2, from a successfully created stage1 > tarball. I get an error: i686-pc-linux-gnu-gcc: No such file or > directory
Your stage1 only built i486-pc-linux-gnu-gcc I bet, because that's the chost you set in that spec file. > I have included specs and output from catalyst. What am I missing > here? I haven't done stage1/2 in a while, but try using subarch i686 and chost i686-pc-linux-gnu in stage1 too. //Peter
