forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

./toolchain.sh

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
mafia1ft



Joined: 29 Mar 2006
Posts: 17

PostPosted: Wed May 24, 2006 4:43 pm    Post subject: ./toolchain.sh Reply with quote

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
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Thu May 25, 2006 2:21 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
mafia1ft



Joined: 29 Mar 2006
Posts: 17

PostPosted: Thu May 25, 2006 3:09 pm    Post subject: Reply with quote

because the old links are dead and thats why it wouldn't work
Back to top
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Thu May 25, 2006 4:18 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
mafia1ft



Joined: 29 Mar 2006
Posts: 17

PostPosted: Thu May 25, 2006 6:20 pm    Post subject: Reply with quote

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
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Fri May 26, 2006 12:58 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
groepaz



Joined: 01 Sep 2005
Posts: 305

PostPosted: Fri May 26, 2006 1:06 am    Post subject: Reply with quote

is wget using "active" ftp by default maybe? in some configurations that doesnt work properly.
_________________
http://www.hitmen-console.org
http://hitmen.c02.at/files/yapspd/
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group