| View previous topic :: View next topic |
| Author |
Message |
netddos
Joined: 17 Jun 2005 Posts: 9
|
Posted: Sat Jun 25, 2005 3:57 am Post subject: Installing psptoolchain under cygwin |
|
|
I've downloaded all the sources I need by running the script with ./toolchain.sh
I'm now stuck on the next direction.
It says to add the following to my login setting...
| Code: | ## PSPDEV SETTINGS
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/pspsdk"
export CVSROOT=":pserver:anonymous@cvs.ps2dev.org:/home/pspcvs"
export PATH="$PATH:$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin" |
Where am I suppose to add these lines to? Remember I'm running this under cygwin environment, not the naive linux. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Sat Jun 25, 2005 4:02 am Post subject: |
|
|
You will only need to add /usr/local/pspdev/bin to your PATH.
Usually it's as simple as adding:
| Code: | PATH=/usr/local/pspdev/bin:$PATH
export PATH |
To the file called .bash_profile in your home directory (which is possibly C:\cygwin\home\pimpdaddy or whatever you set it up as).
You can also set the PATH envrionment variable in the System control panel. |
|
| Back to top |
|
 |
TommyBear
Joined: 24 Jun 2005 Posts: 50
|
Posted: Sat Jun 25, 2005 4:02 am Post subject: |
|
|
Add those to your .bash_profile file e.g.:
if you install cygwin to c:\cygwin and your NT user is called bob look in:
c:\cygwin\home\bob\
Tommy. |
|
| Back to top |
|
 |
TommyBear
Joined: 24 Jun 2005 Posts: 50
|
Posted: Sat Jun 25, 2005 4:03 am Post subject: |
|
|
| Beaten to the punch! :) |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Sat Jun 25, 2005 4:07 am Post subject: |
|
|
Note that the rest of those variables (and technically $PSPDEV) are obsolete. There isn't a pspcvs any more and all pspsdk binaries will go into the bin/ directory wherever the pspdev tools are installed.
So just adding /usr/local/pspdev/bin to the PATH will be enough. |
|
| Back to top |
|
 |
netddos
Joined: 17 Jun 2005 Posts: 9
|
Posted: Sat Jun 25, 2005 4:14 am Post subject: |
|
|
| Will do. Thanks guys! |
|
| Back to top |
|
 |
theshadguy
Joined: 04 Nov 2004 Posts: 12
|
Posted: Sat Jun 25, 2005 5:17 am Post subject: |
|
|
on another note, I'm currently setting up the psp toolchain in cygwin as well, and I know the readme said it was going to take a long time, but its been running for over 6 hours now. Mind you, it is progressing, its just soooo long haha. oh well
btw my machine is 933mHz, so that could be it, kinda old |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Sat Jun 25, 2005 5:36 am Post subject: |
|
|
| theshadguy wrote: | | but its been running for over 6 hours now |
How many packages did you pick up? And are they downloading or installing? |
|
| Back to top |
|
 |
theshadguy
Joined: 04 Nov 2004 Posts: 12
|
Posted: Sat Jun 25, 2005 5:48 am Post subject: |
|
|
I dont know how many packages. I installed all the packages when I installed cygwin, but that was a month ago or so.
All I did was follow the instructions in the readme, and it did a few downloads when I started the script, and has since been going through what looks like a config/make -ish routine
:S |
|
| Back to top |
|
 |
|