Forum: PS2 Homebrew/Dev & Emu Scene - Topics relating to homebrew PS2 development and emulation. Stay current and up to date on the latest homebrew releases from the best devs on the scene.


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: [langtitle=de]PS2 SDK[/langtitle]
  

Results 1 to 5 of 5
  1. #1 [langtitle=de]PS2 SDK[/langtitle] 
    Jenifer is offline Registered User
    Join Date
    Nov 2010
    Posts
    19
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi I downloaded the PS2 SDK here:

    https://github.com/ps2dev/ps2sdk

    How do I compile the PS2 SDK on windows xp ? & then how do I compile the samples ?
    Last edited by Jenifer; 03-16-2011 at 10:57 PM.
    Reply With Quote  

  2. #2  
    TnA's Avatar
    TnA
    TnA is offline Member
    Join Date
    Apr 2005
    Location
    Germany
    Posts
    4,580
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    12
    Likes Received
    30
    Quote Originally Posted by Jenifer View Post
    Hi I downloaded the PS2 SDK here:

    https://github.com/ps2dev/ps2sdk

    How do I compile the PS2 SDK on windows xp ? & then how do I compile the samples ?
    Well, with these questions...
    You're not going to do anything of both. :-/

    Don't get me wrong, I don't want to sound rude, but you must have ATLEAST some basic programing-skills, to got that all worked out...

    If you really want to try it, look at lukasz.dk; ps2dev.org and the tutorials in the OPL-Subforums, how to set up a PS2SDK.
    PS2 V7/DMS3 V2 (FW:2.4b7); Seagate Baracuda 200GB
    PS2 V7/CC1.0 (FW:34 hacked v2 BM:2.1.6); Maxtor DiamondMAX9 PLUS 160GB
    PS2 SCPH-30004R; NoMod+NoLaser

    3xSony BBA
    3xSony MC 8MB
    MAX/Datel 16MB with Boot-CD
    MAX/Datel 32MB&64MB

    Custom FMCB 1.8b+ Beta-Build, my AIO 0.5, Sony&xRhino-Linux
    Reply With Quote  

  3. #3  
    SP193's Avatar
    SP193 is offline The fallen spartan...
    Join Date
    May 2009
    Location
    シンガポール
    Posts
    1,943
    Downloads
    0
    Uploads
    0
    Mentioned
    14 Post(s)
    Tagged
    3 Thread(s)
    Likes Given
    33
    Likes Received
    208
    Quote Originally Posted by Jenifer View Post
    Hi I downloaded the PS2 SDK here:

    https://github.com/ps2dev/ps2sdk

    How do I compile the PS2 SDK on windows xp ? & then how do I compile the samples ?
    Check this out: MinGW Tutorial « Lukasz.dk
    That was one of the first articles that I had came across in 2009 when I had first started programming the PS2.
    Unmodified SCPH-77006 with SM 3.6
    SCPH-39006 with M-chip modchip, SCPH-10281 NA and refurb Seagate 80GB HDD
    SCPH-10000 v1.00 with SCPH-10190 PCMCIA NA and SCPH-20400 HDD unit
    PS2ESDL v0.823B

    やっほー 汗がひかる♪
    Reply With Quote  

  4. #4  
    Jenifer is offline Registered User
    Join Date
    Nov 2010
    Posts
    19
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I tried this in Cygwin, It just wont work !!! it says
    $Set PS2DEV before continuing
    wtf ?

    #!/bin/bash
    # toolchain-sudo.sh by Dan Peori (danpeori@oopo.net)

    ## Enter the ps2toolchain directory.
    cd "`dirname $0`" || { echo "ERROR: Could not enter the ps2toolchain directory."; exit 1; }

    ## Set up the environment.
    export PS2DEV=
    ~/ps2dev/
    export PATH=$PATH:$PS2DEV/bin
    export PATH=$PATH:$PS2DEV/ee/bin
    export PATH=$PATH:$PS2DEV/iop/bin
    export PATH=$PATH:$PS2DEV/dvp/bin
    export PS2SDK=$PS2DEV/ps2sdk
    export PATH=$PATH:$PS2SDK/bin

    ## Run the toolchain script.
    ./toolchain.sh $@ || { echo "ERROR: Could not run the toolchain script."; exit 1; }
    Reply With Quote  

  5. #5  
    SP193's Avatar
    SP193 is offline The fallen spartan...
    Join Date
    May 2009
    Location
    シンガポール
    Posts
    1,943
    Downloads
    0
    Uploads
    0
    Mentioned
    14 Post(s)
    Tagged
    3 Thread(s)
    Likes Given
    33
    Likes Received
    208
    Quote Originally Posted by Jenifer View Post
    I tried this in Cygwin, It just wont work !!! it says wtf ?
    Check the link I gave you.
    You need to edit /etc/profile to contain environmental variables (Including $PS2DEV).

    BTW Use MSYS instead - CYGWIN won't allow you to build GCC 3.2.2, so you might not be able to complete the installation.
    Unmodified SCPH-77006 with SM 3.6
    SCPH-39006 with M-chip modchip, SCPH-10281 NA and refurb Seagate 80GB HDD
    SCPH-10000 v1.00 with SCPH-10190 PCMCIA NA and SCPH-20400 HDD unit
    PS2ESDL v0.823B

    やっほー 汗がひかる♪
    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
  •