I've been trying to resolve my toolchain / compilation issues for about a week and thought I had it (I probably do) but ran into an unexpected problem:
the current ps2link from CVS will not compile.
Simply changing the LDFLAGS in ee/Rules.make fixed the problem:
-EE_LIBS += -lkernel -lc -lsyscall
+EE_LIBS += -lkernel -lc -lkernel -lsyscall
I found the solution in this thread. It's obvious there are changes to ps2sdk going on, so I guessing I may run into other problems...
ps2link from cvs won't compile (simple fix included)
ps2link from cvs won't compile (simple fix included)
Last edited by Toker on Wed Nov 24, 2004 6:01 am, edited 1 time in total.
Ha! It's a good thing there's an edit feature: when I first read you're reply I hadn't noticed the mistake I'd made... guess I'm lucky you didn't see my first reply!
And don't worry... I feel like a fool already. I have the impression I'm the only one who cannot compile ps2link out of CVS and get it to load ps2hdd properly. At least the stuff I'm learning by reading the source should be useful once I get over this "roadblock".
And don't worry... I feel like a fool already. I have the impression I'm the only one who cannot compile ps2link out of CVS and get it to load ps2hdd properly. At least the stuff I'm learning by reading the source should be useful once I get over this "roadblock".