Sup all!
I'm not going to tell you guys were to get the latest SDK but you can get oopo's toolchain and maybe use that.
This tutorial is for windows only! (I'll make an Ubuntu version soon)
Download:
• MinGW-3.1.0-1.exe
• MSYS-1.0.10.exe
• msysDTK-1.0.1.exe
• Latest SDK (Don't ask where to get it!)
Once all of these tools are installed, you need to:
• Right-Click on "My Computer"
• Properties
• Advanced
• Environment Variables
Click on new and add:
Variable name: CELL_SDK
Variable value: /c/usr/local/cell
Variable name: LANG
Variable value: C
Variable name: DTNETM
Variable value: hostname or IP address of the Reference Tool
Variable name: PATH
Variable value: c:\msys\1.0\bin;c:\usr\local\cell\host-win32\bin;c:\usr\local\cell\host-win32\ppu\bin;c:\usr\local\cell\host-win32\spu\bin;c:\usr\local\cell\host-win32\Cg\bin
you can check your variables by tipping echo $CELL_SDK and MSYS should say "/c/usr/local/cell"
now type:
This will create the directory for the SDK.
Now make a new folder called cell (leave it at cell for easier usage)Code:mkdir -p /c/usr/local
Type the following or go to C:/usr/local and make a new folder named cell
Code:cd /c/usr/localExecute c:\usr\local\cell\host-win32\bin\vcredist_x86.exe to install the Visual C++ library.Code:mkdir -p cell
Enter the following command and press Enter.
And thats it! You can now start un/packing pkg files and even making your own EBOOT files!Code:cp $CELL_SDK/host-win32/etc/gdbinit.ppu ~/.gdbinit.ppu cp $CELL_SDK/host-win32/etc/gdbinit.spu ~/.gdbinit.spu
Next tutorial[How to make a pkg file]


LinkBack URL
About LinkBacks





