Announcement

Collapse
No announcement yet.

PS2DEV + Ubuntu

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

  • #31
    Code:
    Makefile:1: /usr/local/ps2dev/ps2sdk/Defs.make: No such file or directory
    Have you installed the PS2SDK? If so, do you have local/ps2dev/ps2sdk/defs.make, or is it missing?
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

    Comment


    • #32
      Originally posted by Lazy Bastard View Post
      Code:
      Makefile:1: /usr/local/ps2dev/ps2sdk/Defs.make: No such file or directory
      Have you installed the PS2SDK?
      I haven't installed the PS2SDK, I think, because that's the step that failed.

      The overall toolchain installer script seems to call these, in turn:

      Code:
      001-binutils-2.14.sh
      002-gcc-3.2.2-stage1.sh
      003-newlib-1.10.0.sh
      004-gcc-3.2.2-stage2.sh
      005-ps2sdk.sh
      006-ps2client.sh
      ...and the 005 one is the one that died.

      If so, do you have local/ps2dev/ps2sdk/defs.make, or is it missing?
      I do have that file in the script's build directory: /home/jamie/Documents/AppInstallers/PS2/ps2toolchain_BER/build/ps2sdk/Defs.mak

      However, I don't have it in the following location. The failed installer left this behind:

      Code:
      $ ls -Al /usr/local/ps2dev/ps2sdk
      total 0
      -rw-r--r-- 1 root root 0 2009-10-19 23:46 test.tmp
      Thanks a lot for the quick reply. I gives me some hope. :-D

      Any suggestions would be great. The documentation isn't so current any more.

      By the way, if you know the answer, would you please confirm that I need to go through this particular effort in order to hook up my DMS3-modded/HD Loader 0.8b HDD to my Ubuntu laptop vial USB to add my games to it? That's all I'm really trying to do at this point. I read that hdl_dump (which is I guess what I need) depends on this toolchain.

      Jamie

      Comment


      • #33
        I think the current SDK is broken.

        see http://forums.ps2dev.org/viewtopic.php?t=12508
        Last edited by misfire; 10-20-2009, 02:09:50 PM. Reason: add link

        Comment


        • #34
          Sheesh, this isn't easy. Thanks for the info, misfire. What do you suggest? Pull an older copy from SVN?

          Comment


          • #35
            Yeah, an older version should work fine. Check the SVN history for a revision preceding any changes committed by Herben recently.

            Comment


            • #36
              Originally posted by misfire View Post
              BTW, here is a fresh 64-bit linux build of the PS2 toolchain:

              Code:
              $ wget http://s228914348.online.de/ps2/ps2dev-ubuntu-x86_64.tgz
              $ sudo tar -xzf ps2dev-ubuntu-x86_64.tgz -C /
              Edit your login script to add the paths. Start coding.
              FYI, I updated the package to include the latest SDK, and libraries needed by ps2rd.

              Comment


              • #37
                FYI: http://debugon.org/2010/07/ps2dev-source-code-mirror/

                Comment


                • #38
                  Sorry for the thread dig, but I am having trouble installing. Could someone make a more up to date version?

                  Comment

                  Working...
                  X