Forum: Official Open PS2 Loader Forum - Discussion and information on the Official Open PS2 Loader.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: OPL Compile Guide
  

Results 1 to 4 of 4
  1. #1 OPL Compile Guide 
    nemesis01 is offline arrrr...penguins!!!!!!!
    Join Date
    Mar 2003
    Location
    In a house
    Posts
    285
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Hi,

    I have not used PS2 for a long while, decided to get back into it again and build the toolchain again on my new Ubuntu install. The scripts in the Linux complie thread however do not work, seems a repository has been deleted. Any chance of updating the scripts to overcome this?

    toolchain install fails with this:

    http://bitbucket.org/ps2dev/ps2client' does not appear to be an hg repository!
    ../scripts/006-ps2client.sh: Failed.
    ERROR: Could not run the toolchain script.
    ERROR: failed to run toolchain-sudo script
    install-ps2toolchain script: Failed.
    Reply With Quote  

  2. #2  
    nemesis01 is offline arrrr...penguins!!!!!!!
    Join Date
    Mar 2003
    Location
    In a house
    Posts
    285
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Did manage to get it working, used the old Linux compile guide which I had saved and just replaced most things with 'git clone' and used the Github repo's instead since that is now where it's living.
    Reply With Quote  

  3. #3  
    Gnom is offline FMCB Installer
    Join Date
    Mar 2009
    Location
    Paris, France
    Posts
    312
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    3
    I've been trying to do that as well, but I get stuck after

    Code:
    $ git clone http://github.com/ps2dev/ps2-packer.git
    $ cd ps2-packer/
    $ make
    which was originally

    Code:
    $ hg clone https://bitbucket.org/ps2dev/ps2-packer
    $ cd ps2-packer/
    $ make
    By the way, since the ps2dev folder has been created by root, I had to sudo all of this, don't think it's important but...

    Code:
    Makefile:3: /Defs.make: No file of folder by that type
    make[1]: *** No rule to make target « /Defs.make ». Stopping.
    make[1]: leaving directory « /usr/local/ps2dev/ps2-packer/stub »
    make: *** [stubs-tag.stamp] Error 2
    (Might not be the exact output you'd get, I translated this from my french configured Ubuntu, it originally was

    Code:
    Makefile:3: /Defs.make: Aucun fichier ou dossier de ce type
    make[1]: *** Pas de règle pour fabriquer la cible « /Defs.make ». Arrêt.
    make[1]: quittant le répertoire « /usr/local/ps2dev/ps2-packer/stub »
    make: *** [stubs-tag.stamp] Erreur 2
    Reply With Quote  

  4. #4  
    nemesis01 is offline arrrr...penguins!!!!!!!
    Join Date
    Mar 2003
    Location
    In a house
    Posts
    285
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    For ps2-packer this is what I used:

    Code:
    $ cd $PS2DEV
    $ git clone https://github.com/ps2dev/ps2-packer.git
    $ sudo chmod -R a+w ps2-packer/
    $ cd ps2-packer/
    $ make
    $ sudo -s 		('sudo make install' won't work)
    # export PS2DEV=/usr/local/ps2dev
    # export PS2SDK=$PS2DEV/ps2sdk
    # make install
    # exit
    I think anyway. I have attached the old Linux compile guide, you will know which bits to replace in the guide, extract the files and run the search.htm file.
    Attached Files
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •