Well I decided to edit a few things in the first version of core to see if I could get it to connect to a 192.168.1.x IP right? well anyways did that but when I do make I get this error....
Well at first I had to adjust the makefile in dev9 because it had it as "include $PS2SDKSRC" which I didn't see what it'd be including =/ and came to a odd error so then I snooped where my PS2SDK was and saw the /Defs. part or whatever and said ok maybe I should change it to $PS2SDK instead of src because thats what it seems like it meant to refer to. But my IOP folder doesn't have Rules.make or Rules.releaseCode:[root@localhost ntpbclient_PS2]# make make core_launcher_unpacked.elf make[1]: Entering directory `/home/Tonic/Desktop/PS2/Projects/core/ntpbclient_PS2' make -C irx/dev9 make[2]: Entering directory `/home/Tonic/Desktop/PS2/Projects/core/ntpbclient_PS2/irx/dev9' Makefile:29: /usr/local/ps2dev/ps2sdk/iop/Rules.make: No such file or directory Makefile:30: /usr/local/ps2dev/ps2sdk/iop/Rules.release: No such file or directory make[2]: *** No rule to make target `/usr/local/ps2dev/ps2sdk/iop/Rules.release'. Stop. make[2]: Leaving directory `/home/Tonic/Desktop/PS2/Projects/core/ntpbclient_PS2/irx/dev9' make[1]: *** [ps2dev9.s] Error 2 make[1]: Leaving directory `/home/Tonic/Desktop/PS2/Projects/core/ntpbclient_PS2' make: *** [all] Error 2
suggestions? help? o.o



Reply With Quote