QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

Wheres the toolchain

This is a discussion on Wheres the toolchain within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; I have been reading tutorials all over the place, and they all tell me to download the toolchain, but theres ...

Reply
 
LinkBack Thread Tools
Old 06-24-2006, 05:05 PM   #1
 
eyece's Avatar
 
Join Date: Nov 2005
Posts: 243
Trader Feedback: 0
Default Wheres the toolchain

I have been reading tutorials all over the place, and they all tell me to download the toolchain, but theres not link, and if there is a link its down, oopo has remove his and there no where else to get the damn thing, help me.

can someone please rapidshare a copy, if its old it will update so anything will do.
eyece is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 05:08 PM   #2
 
ghostENVY's Avatar
 
Join Date: Jul 2005
Location: California
Posts: 2,408
Trader Feedback: 0
Default

u have to install toolchain inside the cywin program in the tutorial section YELDARB is the keeper of THE TUTORIAL u have to type something inside it but i forgot
__________________
"The True Master Paralyzes His Opponent Leaving Him Vulnerable to Attack"
M.Shinoda
V.3.52 M33
[B][FONT="Times New Roman"]Thanks Deturb For Premium.[/FONT][/B]
[IMG]http://i118.photobucket.com/albums/o106/ghostENVY/Untitled-2.jpg[/IMG]
ghostENVY is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 05:13 PM   #3
 

 
Join Date: Mar 2006
Location: LOLWUT
Posts: 2,625
Trader Feedback: 1
Default

http://forums.ps2dev.org/viewtopic.php?t=6045

Is the reason why oopo isn't hosting the toolchain anymore.

EDIT: SG57 Posted how-to do it, so I'm not gonna upload it.
--PSPduh

Last edited by PSPduh; 06-24-2006 at 05:31 PM..
PSPduh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 05:24 PM   #4

...in a dream...
 
SG57's Avatar
 
Join Date: Jul 2005
Posts: 4,957
Trader Feedback: 0
Default

omg... Follow be fore you lead gentlemen...

Code:
svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain
cd psptoolchain
chmod a+x ./toolchain.sh
./toolchain.sh
Do all that and your set.
__________________
SG57 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 05:28 PM   #5
 
Ralan's Avatar
 
Join Date: Feb 2006
Location: This Forum
Posts: 1,825
Trader Feedback: 0
Default

Quote:
Originally Posted by SG57
omg... Follow be fore you lead gentlemen...

Code:
svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain
cd psptoolchain
chmod a+x ./toolchain.sh
./toolchain.sh
Do all that and your set.
Question, what do i use to do that?
__________________
Taking things too far one step at a time
Ralan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 05:29 PM   #6

...in a dream...
 
SG57's Avatar
 
Join Date: Jul 2005
Posts: 4,957
Trader Feedback: 0
Default

Start cygwin...
Type in/copy-paste the first line in that box and hit enter
Type in/copy-paste the second line in that box and hit enter
etc.

So itll look like this:
svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain
enter
cd psptoolchain
enter
chmod a+x ./toolchain.sh
enter
./toolchain.sh
enter

Thats it.
__________________
SG57 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 05:32 PM   #7
 
Ralan's Avatar
 
Join Date: Feb 2006
Location: This Forum
Posts: 1,825
Trader Feedback: 0
Default

Quote:
Originally Posted by SG57
Start cygwin...
Type in/copy-paste the first line in that box and hit enter
Type in/copy-paste the second line in that box and hit enter
etc.

So itll look like this:
svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain
enter
cd psptoolchain
enter
chmod a+x ./toolchain.sh
enter
./toolchain.sh
enter

Thats it.
Dosn't work for me :S
__________________
Taking things too far one step at a time
Ralan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 05:51 PM   #8

...in a dream...
 
SG57's Avatar
 
Join Date: Jul 2005
Posts: 4,957
Trader Feedback: 0
Default

Well i just did it and it works perfectly.

Your 'checking out' the toolchain from the subversion.
'cd' ing into the directory psptoolchain
making itexecutable with teh chmod a+x ./toolchain.sh
Then running it regular linux way. ./toolchain.sh

So your obviously doing something wrong or your Cygwin setup is wrong.
__________________
SG57 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 06:04 PM   #9
 
eyece's Avatar
 
Join Date: Nov 2005
Posts: 243
Trader Feedback: 0
Default

well it works for me, im following c++ lesson 1 at psp-programming, as far as i can tell im doing this part here
Quote:
After that is finished, execute the updated script by typing "./toolchain.sh" and hitting enter. In Linux, "." means the current directory, and ".." means the parent directory, so this command means to execute "toolchain.sh," which is in the current directory. The toolchain.sh script will do the rest, for you. This can take up to several hours, depending on the specifications of your machine. For a frame of reference, my 3.0GHz Pentium 4 took about three hours to run the entire script, so be patient. Some people have reported it taking over 24 hours, but this is a little overkill. Go take a break and come back in a few hours. Or better yet, let it go while you sleep and when you wake up in the morning you should be ready for the next step.
cygwin looks to be downloading a 16mb bin utilities file from gnu.org, am i on the right track?
eyece is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 07:24 PM   #10

...in a dream...
 
SG57's Avatar
 
Join Date: Jul 2005
Posts: 4,957
Trader Feedback: 0
Default

Yes u r. It should download binutils, newlib and something else I cant remember. Oh and there patches.
__________________
SG57 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 11:27 PM   #11

Developer
 
jsharrad's Avatar
 
Join Date: Oct 2005
Real First Name: Justin
Location: Dubuque
Just Played: ..
Posts: 414
Trader Feedback: 0
Default

You need to install subversion in your cygwin environment to be able to use svn. It's not installed by default so you will have to run your setup.exe that you used to install cygwin with, when you get to the package selection window, hit the "view" button once, scroll down to subversion, and click where it says "Skip", then just next/ok your way along to the end of the installation.
jsharrad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2006, 11:57 PM   #12
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

the toolchain downloads gcc, binutils and newlib. then it patches them.
then it intalls them... and thats what takes most of the time
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-02-2006, 09:01 AM   #13
 
Join Date: Nov 2005
Location: UK
Posts: 56
Trader Feedback: 0
Default

most of the time? im on a blindingly fast machine yet its been well over 12hours and its still going...

however i have noticed it seems 2 be doing the same thing over n over, is this right?
SSJGaz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
toolchain

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 09:40 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us