Mac OS X ToolChain (Intel variation)
Mac OS X ToolChain (Intel variation)
hi everyone,
I have compiled the PSP toolchain to be used, i wish to share it with you other mac users who are having trouble with it
1) follow steps 1 - 4 on http://forums.ps2dev.org/viewtopic.php?t=5391
2) Download the DMG from
www.dosgames.com/~wally4000/PSPDEVtoolchain.dmg
and mount to desktop
3) Click the desktop and press Apple - shift - G and type /usr/local/pspdev
4) Extract contents of dmg to /usr/local/pspdev
THIS WILL NOT WORK ON LINUX OR WINDOWS as its specifically for Intel Macs. (iMac, Macbook, Macbook Pro, MacPro)
Enjoy!
I have compiled the PSP toolchain to be used, i wish to share it with you other mac users who are having trouble with it
1) follow steps 1 - 4 on http://forums.ps2dev.org/viewtopic.php?t=5391
2) Download the DMG from
www.dosgames.com/~wally4000/PSPDEVtoolchain.dmg
and mount to desktop
3) Click the desktop and press Apple - shift - G and type /usr/local/pspdev
4) Extract contents of dmg to /usr/local/pspdev
THIS WILL NOT WORK ON LINUX OR WINDOWS as its specifically for Intel Macs. (iMac, Macbook, Macbook Pro, MacPro)
Enjoy!
-
- Posts: 36
- Joined: Fri Jul 21, 2006 11:00 am
-
- Posts: 36
- Joined: Fri Jul 21, 2006 11:00 am
-
- Posts: 36
- Joined: Fri Jul 21, 2006 11:00 am
-
- Posts: 36
- Joined: Fri Jul 21, 2006 11:00 am
-
- Posts: 36
- Joined: Fri Jul 21, 2006 11:00 am
http://metissian.com/projects/macosx/subversion/ <-- i hope you got it from here
-
- Posts: 36
- Joined: Fri Jul 21, 2006 11:00 am
-
- Posts: 36
- Joined: Fri Jul 21, 2006 11:00 am
-
- Posts: 36
- Joined: Fri Jul 21, 2006 11:00 am
it worked :d Thanks...
Do you know if you need to do these steps when installing it after you dl it?c
And when I try them anyways I get this error
Do you know if you need to do these steps when installing it after you dl it?c
?- go to newly created pspgl directory, by typing "cd pspgl" (allways without quote)
- then type "make"
- and finaly type "make install"
And when I try them anyways I get this error
make: psp-config: Command not found
make: psp-config: Command not found
mkdir .deps
psp-gcc -std=gnu99 -g -Wall -Wmissing-prototypes -Os -G0 -fsingle-precision-constant -I. -I /include -I /include -funit-at-a-time -MD -MF .deps/eglBindTexImage.d -c eglBindTexImage.c
make: psp-gcc: Command not found
make: *** [eglBindTexImage.o] Error 127
ah you have to set up your system variables as mentioned on the other docuument
To save you frustration
3. Set Environment Variables
Open a Terminal, and type the following commands
Code:
cd ~/
vim .bash_profile
Once inside vim, type the following lines, then press escape, colon (: ) and then type wq (write and quit) followed by enter. It is very important to not miss any quotation marks below.
NOTE: You can do this in another editor, but make sure to save the filename correctly. For example, using TextEdit will save the file as .bash_profile.rtf instead of .bash_profile
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"
Wally
To save you frustration
3. Set Environment Variables
Open a Terminal, and type the following commands
Code:
cd ~/
vim .bash_profile
Once inside vim, type the following lines, then press escape, colon (: ) and then type wq (write and quit) followed by enter. It is very important to not miss any quotation marks below.
NOTE: You can do this in another editor, but make sure to save the filename correctly. For example, using TextEdit will save the file as .bash_profile.rtf instead of .bash_profile
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"
Wally