for all you people having problams with ./toolchain.sh delete your old ./toolchain.sh and use my mode one that uses different host if u post this patch anywhere else plz giv credit to mafia1ft
http://psp-rss.atspace.com/toolchain.sh
if their are any questionsplz ask here or email me ( no1.holden.fan@gmail.com )
./toolchain.sh
Code: Select all
$ diff toolchain.sh ../toolchain.sh
184c184
< $WGET ftp://ftp.gnu.org/pub/gnu/binutils/$BINUTILS.tar.gz || { echo "ERROR DOWNLOADING BINUTILS"; exit; }
> $WGET http://ftp.gnu.org/gnu/binutils/$BINUTILS.tar.gz || { echo "ERROR DOWNLOADING BINUTILS"; exit; }
194c194
< $WGET ftp://ftp.gnu.org/pub/gnu/gcc/$GCC/$GCC.tar.bz2 || { echo "ERROR DOWNLOADING GCC"; exit; }
> $WGET http://mirrors.usc.edu/pub/gnu/gcc/$GCC/$GCC.tar.bz2 || { echo "ERROR DOWNLOADING GCC"; exit; }
204c204
< $WGET ftp://sources.redhat.com/pub/newlib/$NEWLIB.tar.gz || { echo "ERROR DOWNLOADING NEWLIB"; exit; }
> $WGET http://gnuarm.org/$NEWLIB.tar.gz || { echo "ERROR DOWNLOADING NEWLIB"; exit; }
Neither gnu.org nor redhat.com are 'old links', nor are they 'dead'. If I was also paranoid, I would also be highly suspect of those other links as they are not likely to be authoritative and may even be trojaned source... if I was paranoid.
But since I'm not, Ill address the most likely cause. Perhaps there's a problem on your end you should 'plz give credit to' instead.
But since I'm not, Ill address the most likely cause. Perhaps there's a problem on your end you should 'plz give credit to' instead.