http://www.lukasz.dk/ps2dev/cygwintutorial.html.
While the tutorial seems idiot proof, I have difficulties with it.
I have installed almost all of the package of cygwin. Then I tried to download the files from svn using:
svn checkout svn:://svn.ps2dev.org/ps2/trunk/ps2toolchain
However, it doesn't seem download the required files. Here is the output:
Code: Select all
$ svn checkout svn:://svn.ps2dev.org/ps2/trunk/ps2toolchain
checkout (co): Check out a working copy from a repository.
usage: checkout URL[@REV]... [PATH]
If specified, REV determines in which revision the URL is first
looked up.
If PATH is omitted, the basename of the URL will be used as
the destination. If multiple URLs are given each will be checked
out into a sub-directory of PATH, with the name of the sub-directory
being the basename of the URL.
Valid options:
-r [--revision] arg : ARG (some commands also take ARG1:ARG2 range)
A revision argument can be one of:
NUMBER revision number
"{" DATE "}" revision at start of the date
"HEAD" latest in repository
"BASE" base rev of item's working copy
"COMMITTED" last commit at or before BASE
"PREV" revision just before COMMITTED
-q [--quiet] : print as little as possible
-N [--non-recursive] : operate on single directory only
--username arg : specify a username ARG
--password arg : specify a password ARG
--no-auth-cache : do not cache authentication tokens
--non-interactive : do no interactive prompting
--config-dir arg : read user configuration files from directory ARG
--ignore-externals : ignore externals definitions
One of the other error that I managed to capture is this:
Code: Select all
updating cache .././config.cache
loading cache .././config.cache
configure: error: Unrecognized target system type; please check config.sub.
make: *** [configure-opcodes] Error 1
ERROR BUILDING BINUTILS (binutils-2.14 ee)