Announcement

Collapse
No announcement yet.

Problems compiling core

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problems compiling core

    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....

    Code:
    [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
    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.release

    suggestions? help? o.o
    Last edited by Tonic; 08-02-2009, 12:54:53 AM.

  • #2
    hey just set the $PS2SDKSRC env var (either manually either in profile script) to you ps2sdk sources folder and it will compile fine.

    Comment


    • #3
      Alright, i'll try that in a few when I re-install ps2sdk and stuff, switched from Fedora to Debian.

      Comment

      Working...
      X