Page 1 of 1

Building ps2sdk from CVS on Mac OS X Tiger

Posted: Thu Jun 30, 2005 1:58 am
by Mikael Sjöholm
Hi,
I'm very new to ps2 programming, but I have been sucessful building the toolchain on Mac OS 10.3 in the past. Now when I have upgraded my old Mac to the latest 10.4.1 I seem to get problems.
The problem is really the install face.

This is what happens:

After getting the ps2sdk from the cvs, I'm bulding it with make (GNU Make 3.80)

Then I continue issuing this:

bash# sudo make install

giving the following output:

Code: Select all

...
...
make -C erl release
mkdir -p /usr/local/ps2dev/ps2sdk/ee/ /usr/local/ps2dev/ps2sdk/ee/include/ /usr/local/ps2dev/ps2sdk/ee/lib/ /usr/local/ps2dev/ps2sdk/ee/bin/ /usr/local/ps2dev/ps2sdk/ee/startup
Installing lib/liberl.a to /usr/local/ps2dev/ps2sdk/ee/lib
Installing include/erl.h to /usr/local/ps2dev/ps2sdk/ee/include
Installing include/hashtab.h to /usr/local/ps2dev/ps2sdk/ee/include
Installing include/lookupa.h to /usr/local/ps2dev/ps2sdk/ee/include
Installing include/recycle.h to /usr/local/ps2dev/ps2sdk/ee/include
YES -C hello release
-C
-C
-C
-C
-C
...
and so on...
So, the suspicious line here is YES -C hello release[i/]

So I tried to find a file with a "YES":

bash# find ./ -exec grep -q "YES" '{}' \; -print

And I did not find it.

That's why I think it's a magic error!

/Please help!

Posted: Thu Jun 30, 2005 4:30 am
by pixel
Fixed.

Posted: Thu Jun 30, 2005 5:43 am
by Mikael Sjöholm
Many thanks,

It works now!