Hi Everyone,
Today im going to walk you step by step on how to set up the pre-compiled toolchain after installation on your windows os which on this case im using windows 7 Home edition
Step 1
Download ifcaro pre-compiled toolchain from: http://www.ps3news.com/ps3-hacks-jai...-is-available/
Install the Ps3 Pre-Compiled Toolchain to c:/ps3dev/
Step 2 (after installation)
(#1) - Right Click Computer
(#2) - Click Properties and a window should pop up
(#3) - Click Advanced System settings and wait for the window to pop up
(#4) - Now the window say "System Properties" should be up and if your not on the tab Advanced go to it
(#5) - Click Environment Variables... and a window say Environment Variables should come up
(#6) - under user variables click New... and new windows say New User Variable should come up
(#7) - Variables you want to add to user one at a time
Variable Name | Variable Value
MSYS - C:\ps3dev\msys;
PATH - C:\ps3dev\bin;C:\ps3dev\ppu\bin;C:\ps3dev\spu\bin; C:\ps3dev\MinGW\bin;C:\ps3dev\msys\1.0\bin;
PS3DEV - c:\ps3dev
copy and paste one by one on PS3DEV c:\ps3dev needs to be entered as it is without a ; or the toolchain will not work
(#8) - after you have added all the variables click ok and open CMD
(#9) - now type
cd ../../ps3dev/ps3sdk/samples/template/elf_template/
(#10) - now you should be ready to compile your small kernel application for playstation 3 system
type make
(NOTE - Reason my say otheros.elf because i modded the makefile i'll add it in this post)
(#11) - Type ppu-objcopy -O binary template.elf otheros.bin
this turn your elf file in to a bin file which is short for binary
(#12) - now you want to gzip it to a bld file but how
gzip -c9v otheros.bin > otheros.bld
then compress the file for you and the file should be ready to install on ps3
(#13) drag other to a external storage device and drag to StorageDevice:/PS3/otheros/otheros.bld and go to your ps3 and install and enjoy
(extras)
i added a small package to download which would make compiling more easy just copy and paste to elf_template and include a small otheros demo by me
Download: http://www.ps3news.com/forums/attach...chmentid=20183
13250 HeyManHRU
13207 PS3 News
11287 elser1
11119 oVERSoLDiER
9248 GrandpaHomer
8578 Tidusnake666
7968 saviour07
7340 condorstrike
7258 deank
6858 OGroteKoning
24951 PS3 News
5279 Starlight
2965 HeyManHRU
2173 CJPC
2123 elser1
1818 cfwprophet
1756 her0
1570 oVERSoLDiER
1291 GrandpaHomer
1080 barrybarryk





