AdHdPsPhAcKeR
Joined: 22 Oct 2007 Posts: 1 Location: amsterdam
|
Posted: Mon Oct 22, 2007 6:48 am Post subject: [How to] How to use the compiled toolchain.sh on Vista |
|
|
Most of you have problems with installing psptoolchain in cygwin on Windows vista. Here's the awnser to your problem.
Solution 1:
If you install cygwin, it doesn't use X:/cygwin/home/username/... but it uses X:/users/username/... so it doesn't use the data in the toolchain.sh script.
You can set the directories in the script to the right places.
Solution 2:
If ou run cygwin type this:
| Code: |
mkpasswd -l > /etc/passwd
mkgroup -l > /etc/group
exit
|
This will solve the map problem, and now it uses X:/cygwin/home/username/... again like on other OS'es ;)
I will post an simple proces for cygwin on vista later,
for questions you could pm me here or on console-nation.nl if you are dutch.
Greetz,
AdHdPsPhAcKeR _________________ Admin of the dutch gaming site: Console-Nation.nl |
|