Announcement

Collapse
No announcement yet.

Official SDK - PS3 GCC Cell OS Lv2 Toolchain Sources Leaked

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

  • Official SDK - PS3 GCC Cell OS Lv2 Toolchain Sources Leaked

    By grandy
    Published on 08-11-2011 02:20 AM

    An individual known as JohnAaron has leaked some important files that will come in handy for developers. The files are the PS3 GCC Cell OS Lv2 toolchain sources which come from the official Sony SDK.

    If you're anything short of a full fledged homebrew developer, you should probably stop reading here. However, if you are a developer you realize how handy this release can be.

    Previously, coders could not make their own versions of GCC with the PS3 SDK. However, that setback no longer stands in the way with the release of these files. In addition, dev's can now port later versions of GCC to the SDK, as well as make their own toolchain.

    Once again, it's stressed that if you're not a developer this won't be of any use to you, but this will come in handy for developers.

    Download: toolchain-src-ps3-GCC411.zip (61.25 MB)

    [01:35] <JohnAaron> anybody into GCC?
    [01:36] <JohnAaron> cause I just found something interesting
    [01:36] <JohnAaron> http://www.multiupload.com/E85BCBIM8L
    [01:36] <JohnAaron> i mean, like man, we can do some much with this stuff
    [01:36] <JohnAaron> like awesome!

    Source: IRC
    The Hackmaster

  • #2
    Finally.
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

    Comment


    • #3
      PSDK v3.1.0 Released – The Legal PS3 SDK

      This is for homebrew development.
      New Toolchain + SDK for PS3 PS3SDK substitution that was already obsolete. No more presentations I leave you with the download and some extra information
      Version 1.0: Download

      Composed by:
      PS3Toolchain, PS3DEV PSL1GHT and portlibs of
      SDL and SDL_LIBS of cebash
      Ps3soundlib and tiny3d Hermes
      geohot Python tools for
      MinGW and MSYS

      Thanks to: Ifcaro and Hermes, for their help in compiling PS3dev, HackerChannel, and Hermes Oopo for their contributions to the SDK and toolchain Nvidia and Python applications that complement the SDK

      Installation:
      1 º Run. exe (it is a Self-Extractor made ​​a 7zip) and unzip the folder PSDK3 in the root (C
      2 When You will need to compile using. bat that I attached. This bat can find him in the name rar MakeIt.bat

      Inside the folder you can find actualizador.sh PSDK3 and actualizador.bat, both serve to update the PSDK3 parts, so you need not download the whole pack every time something new comes out, it is all automatic, the process takes a while (2 or 3 minutes) so do not close the command window until the end of Previous Version: PS3SDK3.0 (Thanks for uploading blipi) http://www.multiupload.com/Q20ZF4LGZJ

      MULTI Moreover Multipurpose public library that simplifies the programming with k psl1ght

      Just unzip the rar inside the folder PSl1ght (within PS3SDK) Version 0.1: http://www.multiupload.com/V4QQ8Z6D7V · Initial Release
      Download PSDK v3.1.0

      VIA Demonhades
      The Hackmaster

      Comment


      • #4
        Interesting this leaked stuff is set up so it can be made to work, by Sony even. They even make a surprising mention of it needing mingw in Windows.

        At this point I can't tell if people actually like PS3 or if they just hate Sony.

        Comment


        • #5
          PS3 toolchain + PSL1GHT v2 compiled for Linux

          Written by xerpi

          For those who can't get PSL1GHT working I have uploaded the ps3 toolchain + PSL1GHT v2 compiled, so you only have to decompress it, move to the folder you want and set the environment variables.

          I have tested it on my two computers (running Linux Mint Debian and LM 14) and it worked flawlessly.

          I recommend you to decompress it on /opt/ps3dev and then open your bashrc file (~/.bashrc) and add these lines (you can change /opt/ps3dev to the path you want):

          Code:
          ## Setup ps3toolchain environment
              export PS3DEV=/opt/ps3dev
              export PATH=$PATH:$PS3DEV/bin
              export PATH=$PATH:$PS3DEV/ppu/bin
              export PATH=$PATH:$PS3DEV/spu/bin
              ## Setup PSL1GHT Environment
              export PSL1GHT=$PS3DEV/psl1ght
              export PATH=$PATH:$PSL1GHT/host/bin
          Download

          If you want to test if it works, you can try it with the NoRSX sample.
          Hope it works !
          The Hackmaster

          Comment

          Working...
          X