d/l'ed newtoolchain.sh from http://www.oopo.net/consoledev/ and fired it up...
the gcc-ee build does not like i686-apple-darwin8.6.1, see below for details.
any hints or ideas to get this going?
thanks in advance.
luke.
---
Mactel:~/src/ps2dev_dl/newtoolchain luke$ sudo ./setup.sh
Password:
Dependencies:
gcc: Found!
make: Found!
wget: Found!
patch: Found!
svn: Found!
$PS2DEV: Found!
$PS2SDK: Found!
path: Found!
privs: Found!
Step 1 of 6: binutils-2.14
downloading: Done!
unpacking: Done!
patching: Done!
building:
ee: Done!
iop: Done!
dvp: Done!
Step 2 of 6: gcc-3.2.2 (C)
downloading: Done!
unpacking: Done!
patching: Done!
building:
ee: Error!
=====================
== ERROR DETECTED! ==
=====================
checking whether fwrite_unlocked is declared... no
checking whether fprintf_unlocked is declared... no
checking whether strstr is declared... yes
checking whether errno is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... no
checking whether getopt is declared... yes
checking whether clock is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether times is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking if mkdir takes one argument... no
Configuration i686-apple-darwin8.6.1 not supported
Configure in /Users/luke/src/ps2dev_dl/newtoolchain/gcc-3.2.2/build-ee/gcc failed, exiting.
ERROR: Error!
-----