{tut} Mac pspSDK the easy way

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
a_noob
Posts: 97
Joined: Sun Sep 17, 2006 8:33 am
Location: _start: jr 0xDEADBEEF

{tut} Mac pspSDK the easy way

Post by a_noob »

OK many of you mac users have had problem with the toolchain and so have i but i found a way to make it all work within 10 min

First:Download this http://www.cs.helsinki.fi/u/jikorhon/co ... _4.0.1.dmg
Make sure you have mac xcode installed

Now: Mount the disk image and click the installer.

After: It is done installing type
Code:
command-shift-g
in the finder. Then type
Code:
/opt/local/
then move this window to the left side of the screen

Now: Choose a new finder window and type
Code:
command-shift-g
then type
Code:
/usr/local/
then move this window to the right side of the screen

You should now have installed the sdk and have two windows open

Make: A new folder on you desktop and call it psp
Code:
command-click
select new/folder

then in the window on the left select everything and then push
Code:
command-c

then open the folder on your desktop called psp and push
Code:
command-v


now the psp folder should have the same contents as the folder on the left.
now select all the items in the psp folder and drag them into the window on the right. Note: you may have to authenticate this

OK now close all finder windows and open up terminal (default=applications/utilities)

now type in
Code:
cd ~/
vim .bash_profile


then type or copy (check to make sure nothing is missing)
Code:
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PSPPATH="$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin"
export PATH="/sw/bin:$PATH:$PSPPATH"


Now click on terminal prefrences and click on execute this command and type in
Code:
/bin/bash


now close that terminal window and open a new one
Code:
command-w
command-n


now type
Code:
cd /your/folder
hit enter
then type
Code:
make

or
Code:
make kxploit

for 1.5 users

thanks to djone37 at the ps2dev forums for the link to the pre compiled sdk

any qeustions pm me
[/b]

Code: Select all

.øOº'ºOø.
'ºOo.oOº'
Post Reply