| View previous topic :: View next topic |
| Author |
Message |
mafia1ft
Joined: 29 Mar 2006 Posts: 17
|
Posted: Wed May 24, 2006 4:43 pm Post subject: ./toolchain.sh |
|
|
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 ) |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Thu May 25, 2006 2:21 am Post subject: |
|
|
| Code: | $ 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; } |
Why exactly did you need to change where the source downloads from? |
|
| Back to top |
|
 |
mafia1ft
Joined: 29 Mar 2006 Posts: 17
|
Posted: Thu May 25, 2006 3:09 pm Post subject: |
|
|
| because the old links are dead and thats why it wouldn't work |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Thu May 25, 2006 4:18 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
mafia1ft
Joined: 29 Mar 2006 Posts: 17
|
Posted: Thu May 25, 2006 6:20 pm Post subject: |
|
|
| why is it with the old toolchain.sh i got errors and with mine it all worked (no errors) and i am now makeing homebrews ??? |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Fri May 26, 2006 12:58 am Post subject: |
|
|
| Again, I suggest that there's a problem specific to your system that is making this the case. Further, this would mean only you could answer that question. |
|
| Back to top |
|
 |
groepaz

Joined: 01 Sep 2005 Posts: 305
|
|
| Back to top |
|
 |
|