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

Like Tree8Likes

Thread: Open-ps2-loader compile guide discussions/submissions
  

Page 1 of 19 1 2 3 11 ... LastLast
Results 1 to 10 of 187
  1. #1 Open-ps2-loader compile guide discussions/submissions 
    Jops is offline Registered User
    Join Date
    Dec 2009
    Posts
    10
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi Everyone,
    I am messing with PS2link & XLink and managing to run code up on the PS2 and output it on the screen. However I would like to know what resources are available for learning the methods available to me
    For example how would I have know that init_src() & scr_printf() allow me to output text to the screen if it werent for example files?
    Is there anything similar to the MSDN Library for ps2dev?
    Thanks
    Last edited by jimmikaelkael; 02-17-2010 at 04:19 AM. Reason: Changed title again
    Reply With Quote  

  2. #2  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    It would be nice if anyone could make and keep up to date how to install the ps2dev toolchain.
    Reply With Quote  

  3. #3  
    Jops is offline Registered User
    Join Date
    Dec 2009
    Posts
    10
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    yeah I had lots of trouble getting that working.
    Seriously though where do I begin? For example how would I for instance check if a Hard disk is present in the system? Or if there is a disc in the drive?
    Reply With Quote  

  4. #4  
    JNABK's Avatar
    JNABK is offline Member
    Join Date
    Sep 2004
    Location
    <<< I'm right over there!
    Posts
    4,920
    Downloads
    3
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    16
    Im no coder or developer, but you might find some help here at this site:

    http://playstation2-linux.com/
    PS2 Consoles:
    SCPH-30001 [V4] - unmodded (2)
    SCPH-30001-R [V5] DMS4 Pro SE
    SCPH-50001-N [V9] CC 2.0 SLE
    SCPH-79001 [V16] Silver - unmodded

    Reply With Quote  

  5. #5  
    Jops is offline Registered User
    Join Date
    Dec 2009
    Posts
    10
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks! Il check that out
    Reply With Quote  

  6. #6  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I worked all the way up to step 2 about 1.5 - 2 years ago on one of my debian boxes, is there an apt-get update/upgrade function for the toolchain?
    Reply With Quote  

  7. #7  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Gilgamesh88 View Post
    I would recommend to start from a clean base again and just try. You'll see it's not too hard, it just take some time to compile.
    OK, I’ll just reinstall.
    Reply With Quote  

  8. #8  
    psolyca's Avatar
    psolyca is offline Penguin lover
    Join Date
    Dec 2009
    Location
    Ruffec, 16, FR
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks for your tutorial I follow everything without problem.

    Quote Originally Posted by Gilgamesh88 View Post
    And last, to pack the OpenPS2Loader ELF, you need to have the ps2-packer. This one can be downloaded from here:

    http://ps2dev.org/ps2/Tools/Packers/...2-Packer_0.4.4

    (Personally I use a bash script to run the windows binary with wine, as the linux binary doesn't work with my kernel and I didn't looked how to compile it myself ...)

    So you need to download and extract the whole binary package under:

    Code:
    $(PS2DEV)/bin/ps2-packer/
    As i prefer building myself tools if possible, I use the source of ps2-packer.
    To use it with open ps2 loader, you have to change in open-ps2-loader/Makefile
    Code:
    $(PS2DEV)/bin/ps2-packer/ps2-packer main.elf OPNPS2LD.ELF > /dev/null
    with
    Code:
    $(PS2DEV)/bin/ps2-packer main.elf OPNPS2LD.ELF > /dev/null
    Or change the install dir in ps2-packer.

    I am under Linux.

    Cordialement : Pso
    Reply With Quote  

  9. #9  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Leopard 10.5.8
    Quote Originally Posted by Gilgamesh88 View Post
    2. Retrieve PS2Toolchain, and compile it

    Code:
    > cd $PS2DEV
    > svn co svn://svn.ps2dev.org/ps2/trunk/ps2toolchain
    > cd ps2toolchain
    > make
    Code:
    make: *** No targets specified and no makefile found.  Stop.
    $ ls -lAh
    total 24
    drwxr-xr-x  8 barf  staff   272B Jan  4 16:44 .svn
    drwxr-xr-x  9 barf  staff   306B Jan  4 16:44 depends
    drwxr-xr-x  6 barf  staff   204B Jan  4 16:44 patches
    -rw-r--r--  1 barf  staff   900B Jan  4 16:44 readme.txt
    drwxr-xr-x  9 barf  staff   306B Jan  4 16:44 scripts
    -rwxr-xr-x  1 barf  staff   571B Jan  4 16:44 toolchain-sudo.sh
    -rwxr-xr-x  1 barf  staff   1.0K Jan  4 16:44 toolchain.sh
    I tried to run ./toolchain.sh, but
    Code:
    ./toolchain.sh 
    ls: /Users/barf/PS2Dev/ps2sdk: No such file or directory
    ../depends/check-wget.sh: line 5: wget: command not found
    ERROR: Install wget before continuing.
    ../depends/check-wget.sh: Failed.
    Perhaps it works better if I change the toolchain to work with cURL? Does anyone know if wget recursive is used?

    I compiled wget from source
    However fails when trying to compile.
    Last edited by barf; 01-04-2010 at 11:13 AM.
    Reply With Quote  

  10. #10  
    psolyca's Avatar
    psolyca is offline Penguin lover
    Join Date
    Dec 2009
    Location
    Ruffec, 16, FR
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hey

    @barf, you need to install wget (wget : command not found, because it is not install) and also try toolchain-sudo.sh

    Cordialement : Pso
    Reply With Quote  

Page 1 of 19 1 2 3 11 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •