ps2link from cvs won't compile (simple fix included)
Posted: Wed Nov 24, 2004 2:17 am
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...
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...