I'm not sure why but it seems to be looking in the wrong directory for config.guess and config.sub. I'm trying to build on Debian and installed all the needed packages.
n$ ./toolchain.sh
>>> Running: ../scripts/001-binutils-PPU.sh
==> binutils-2.22.tar.bz2
binutils-2.22.tar.bz2 100%[=====================================================================================================>] 19.05M 6.09MB/s in 3.1s
-- ok
Fetching config.guess from Savannah, timeout 15s...
Fetching config.sub from Savannah, timeout 15s...
Unpacking binutils-2.22
(pv not found, extracting without progress)
patching file ld/emulparams/elf32_spu.sh
patching file ld/emultempl/spuelf.em
patching file ld/ld.h
patching file ld/ldmain.c
patching file ld/lexsup.c
cp: cannot stat '../archives/config.guess': No such file or directory
cp: cannot stat '../archives/config.sub': No such file or directory
../scripts/001-binutils-PPU.sh: Failed.
I'm not sure why but it seems to be looking in the wrong directory for config.guess and config.sub. I'm trying to build on Debian and installed all the needed packages.