Search found 2 matches

by Kugeln
Sun Jun 20, 2004 10:20 am
Forum: PS2 Development
Topic: Problems getting started (ps2link)
Replies: 2
Views: 2300

That was it. Thank you.

I ended up changing the ee/Rules.make file for PS2Link from this

Code: Select all

EE_LIBS += -lkernel -lsyscall -lc
to this

Code: Select all

EE_LIBS += -lc -lkernel -lsyscall -lc
Now to figure out how to build some of these demos...


-Kugeln
by Kugeln
Sun Jun 20, 2004 8:30 am
Forum: PS2 Development
Topic: Problems getting started (ps2link)
Replies: 2
Views: 2300

Problems getting started (ps2link)

So I decided I'm going to try to get back into programming after quite a while --and what better to start with cross-comiling for the PS2. I started by building and installing ooPo's beta toolchain on cygwin, then got the ps2sdk downloaded, built and installed from cvs, got the environment set up as...