The Readme states:
====================
What does this do?
====================
This program will automatically build and install a compiler and other
tools used in the creation of homebrew software for the Sony Playstation 3
videogame system.
==================
How do I use it?
==================
1) Set up your environment by installing the following software:
autoconf, automake, bison, flex, gcc, make, ncurses, patch, subversion, terminfo, wget
2) Add the following to your login script:
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin
3) Run the toolchain script:
./toolchain.sh
==========================
Where do I go from here?
==========================
Visit the following sites to learn more:
http://www.ps2dev.org
http://forums.ps2dev.org
-------------------------------------------------------------------------------------
Where to get the following software?
autoconf, automake, bison, flex, gcc, make, ncurses, patch, subversion, terminfo, wget
Answer: www.gnu.org, http://subversion.tigris.org/
HowTo Setup Toolchain
Add the following to your login script:
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin
@ooPo where do I put this, I have placed in Environment Variables doesn't seem to do anything.
Also placed a file called ps3dev.sh file containing above in C:\cygwin\etc\profile.d
When I run cygwin I get:-
': not a valid identifier
': not a valid identifier
': not a valid identifier
': not a valid identifier
Still I have run ./toolchain & it seems to be installing..
How long does it take to install? I had it left running overnight and someone went and switched off my machine so don't know if it is fully installed.
Also when I open cygwin I get:-
Your group is currently "mkgroup". This indicates that the the /etc/group (and possibly the /etc/passwd) files should be rebuilt.
If I run
mkgroup -l it does something.
If I run mkgroup -l /etc/passwd
I get the message the domain name is only accepted when -d is given.
Then is I use mkgroup -d /etc/passwd
The format of the specified domain is invalid.
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin
@ooPo where do I put this, I have placed in Environment Variables doesn't seem to do anything.
Also placed a file called ps3dev.sh file containing above in C:\cygwin\etc\profile.d
When I run cygwin I get:-
': not a valid identifier
': not a valid identifier
': not a valid identifier
': not a valid identifier
Still I have run ./toolchain & it seems to be installing..
How long does it take to install? I had it left running overnight and someone went and switched off my machine so don't know if it is fully installed.
Also when I open cygwin I get:-
Your group is currently "mkgroup". This indicates that the the /etc/group (and possibly the /etc/passwd) files should be rebuilt.
If I run
mkgroup -l it does something.
If I run mkgroup -l /etc/passwd
I get the message the domain name is only accepted when -d is given.
Then is I use mkgroup -d /etc/passwd
The format of the specified domain is invalid.
Ask google, I don't know. I do not run cygwin.zabbyh wrote:@ooPo where do I put this, I have placed in Environment Variables doesn't seem to do anything.
What part of the readme told you to do that?Also placed a file called ps3dev.sh file containing above in C:\cygwin\etc\profile.d
My machine takes maybe half an hour to build the toolchain, but again I'm not running cygwin.How long does it take to install? I had it left running overnight and someone went and switched off my machine so don't know if it is fully installed.
It sounds like you've really done a hackjob on your installation of cygwin. Are you sure you know what you're doing?Also when I open cygwin I get:-
Your group is currently "mkgroup". This indicates that the the /etc/group (and possibly the /etc/passwd) files should be rebuilt.
If I run
mkgroup -l it does something.
If I run mkgroup -l /etc/passwd
I get the message the domain name is only accepted when -d is given.
Then is I use mkgroup -d /etc/passwd
The format of the specified domain is invalid.