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: Building PS2SDK toolchain on Ubuntu 9.10 and higher
  

Results 1 to 4 of 4
  1. #1 Building PS2SDK toolchain on Ubuntu 9.10 and higher 
    mike.fallopian is offline Registered User
    Join Date
    Jan 2009
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Has anybody tried to build PS2SDK toolchain on Ubuntu 9.10 or 10.04?

    I had lots of problems compiling GCC from the svn trunk of the toolchain. After some time, I realized that all the problems are due to this line in couple of Makefile.in files:

    STAMP = echo timestamp >

    When I replaced this with

    STAMP = touch

    it all worked.

    Has anybody some idea why this happens? I think I installed all the prerequisites (i.e. dependencies) mentioned in one of the posts somewhere. I mean, although I got it running, it would be nice if the toolchain would compile out of the box.
    Last edited by mike.fallopian; 08-07-2010 at 02:18 PM. Reason: typo
    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
    Have you ever tried to install the PS2SDK from the bitbucket-repository?
    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  
    misfire is offline Modern Robin Hood
    Join Date
    Jul 2004
    Location
    Germany
    Posts
    139
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    6
    I've successfully built the toolchain on both versions (with default gcc 4.4.x).

    Check out:
    http://bitbucket.org/ps2dev/ps2sdk/
    http://bitbucket.org/ps2dev/ps2toolchain/
    Reply With Quote  

  4. #4  
    mike.fallopian is offline Registered User
    Join Date
    Jan 2009
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks, I wasn't aware of this repository. It compiled out of the box.
    Last edited by mike.fallopian; 08-10-2010 at 06:43 AM. Reason: typo
    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
  •