- 精华
- 0
- 帖子
- 3903
- 威望
- 0 点
- 积分
- 4107 点
- 种子
- 0 点
- 注册时间
- 2010-8-18
- 最后登录
- 2017-2-18
|
发表于 2011-6-26 10:14 · 美国
|
显示全部楼层
不懂,但找了点东西
http://www.ps3news.com/forums/ps ... roperly-112755.html
With the SDK 1.92 sneaking out all over the torrent sites, lots of posts of people have no luck installing it and compiling, so I'm not sure if this will work for you but this is my journey, the quick and dirty version. Hopefully I didn't miss anything.
My PC:
Windows 7 x64
i3 2.93
4gb ram
Files I used:
PS3_SDK-192_001-Installer_1.0 (refer to http://www.ps3news.com/forums/ps3-ha...ls-109568.html)
mingw-get-inst-20100909.exe (http://ufpr.dl.sourceforge.net/p ... t-inst-20100909.exe)
MSYS-1.0.11.exe (http://ufpr.dl.sourceforge.net/p ... .11/MSYS-1.0.11.exe)
msysDTK-1.0.1.exe (http://ufpr.dl.sourceforge.net/p ... 1/msysDTK-1.0.1.exe)
- First thing I did was install mingw (mingw-get-inst-20100909.exe), followed by MSYS-1.0.11.exe then msysDTK-1.0.1.exe. During the install of the second two files it wants to install to "c:\msys\1.0" I edited that to reflect the sdk document "c:\msys"
- Then I set the environment variables like so:
New System Variable
Variable name: CELL_SDK
Variable value: /c/usr/local/cell
New System Variable
Variable name: LANG
Variable value: C
Edit System Variable
Variable name: PATH
Variable value: c:\msys\1.0\bin
- Then I ran the SDK 1.92 installer and left all the default settings as is.
-When that was complete I verified that the PATH variable was updated with all the SDK paths:
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
- Next I followed two more steps from the SDK Setup document too set the initial configuration file of the PPU and SPU debugger.
This is the point where I figured everything was complete but to make things a bit easier I edit the profile bash of MinGW to make my home directory be the 1.92 sdk directory.
- Open the file C:\msys\etc\profile with a capable editor (I use 010 editor) and set the HOME environment variable to the fixed location, for this I used c:\usr\local\cell\
- To test i started MSYS browsed into the samples directory and found the project called "testapp" and typed "MAKE" and hit enter. A lot of information flashed across the screen then ended with outputting 2 magical files....testapp.elf and testapp.self.
This is just an example of how I got this to work, no promises it will work for you, but hopefully it is enough to get you in the right direction since I imagine alot of amateurs will be installing this and trying to work its magic.
Read more: http://www.ps3news.com/forums/ps ... .html#ixzz1QLOBxsBf |
|