Editing Installing PSPSDK
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 11: | Line 11: | ||
'''MinPSPW '''is a '''MinGW'''-like port of toolchain binaries for native Windows platform. It is recommended software for Windows platform. | '''MinPSPW '''is a '''MinGW'''-like port of toolchain binaries for native Windows platform. It is recommended software for Windows platform. | ||
: Download installer | |||
Link to MinPSPW project page: http://sourceforge.net/projects/minpspw/ (Version 0.10.0 is recommended because other versions, even newer ones seem to have dependancy errors, 0.10.0 is the most reliable version) | |||
: Run setup | |||
Simply follow GUI guide, install to C:\pspsdk\, check all options | |||
: Set Environment Variables | |||
Go to '''''Control Panel '''''->'' '''System''''' -> '''''Advanced system settings''''' -> '''''Advanced''''' tab -> '''''Environment Variables...''''' | |||
A window with two tables should pop up. In the first table select '''Path''' and then click '''''Edit...''''' | |||
In '''''variable value''''' add: | |||
;C:\pspsdk\bin | |||
Please note the semicolon '''; '''at the beginning. | |||
Example variable value: | |||
C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Java\jre7\bin;C:\pspsdk\bin | |||
: Save settings and log out | |||
When you log in, open''' Command Prompt (cmd.exe)''', type: '''''psp-gcc''''' and press '''enter'''. | |||
Output should look like this: | |||
C:\Users\You>psp-gcc | C:\Users\You>psp-gcc | ||
psp-gcc: no input files | |||
: Your PSPSDK toolchain is ready to use! | |||
Note: | |||
If you get this message, | |||
C:\Users\You>psp-gcc | |||
'psp-gcc' is not recognized as an internal or external command,operable program or batch file. | 'psp-gcc' is not recognized as an internal or external command,operable program or batch file. | ||
then please verify that '''''psp-gcc.exe '''''resides in '''''C:\pspsdk\bin''''' folder along other programs. If it does, then verify '''''Environmental variables'''''. | then please verify that '''''psp-gcc.exe '''''resides in '''''C:\pspsdk\bin''''' folder along other programs. If it does, then verify '''''Environmental variables'''''. | ||
==Mac== | |||
??? |