| View previous topic :: View next topic |
| Author |
Message |
ReKlipz
Joined: 02 Dec 2005 Posts: 2
|
Posted: Sat Dec 03, 2005 1:34 am Post subject: Installing PSPtoolchain and PSPSDK under WIN32 help PLEASE |
|
|
OK...
I'm trying to get the win32 builds of PSPToolChain and PSPSDK up and running on Windows XP, and use Dev-CPP as my IDE...
I can probably get Dev-CPP up and running by myself as soon as i can get toolchain and pspsdk installed correctly...
First off, is it even possible to do this using the win32 builds available from the various posts on this site(if so, i already have them downloaded...)
and second... I tried to do it myself... and i dont think i did it right...
I installed toolchain to c:\pspdev\ and ran start.bat...
I then installed the SDK to c:\program files\pspdev\...(i believe this is right, if not, it was the default install dir...) and ran start.bat
i dont think that i set it up right for some reason..
if someone could give me a step by step guide on how to install it under the win32 env(not using cygwin...) it would be GREATLY appreciated...
thanks!
~ReKlipz |
|
| Back to top |
|
 |
MikeDX
Joined: 19 Oct 2005 Posts: 30
|
Posted: Sat Dec 03, 2005 2:29 am Post subject: |
|
|
go here: http://www.devkitpro.org/setup.shtml
download the windows installed (current version is 1.2.0)
run it.
download and install and keep files. pick mirror location to be close to you (I choose kent, uk as I'm in london)
let everthing install
edit c:\devkitpro\msys\msys.bat and include the following line
SET PATH=C:\devkitPro\devkitPSP\bin;%PATH%
after the line
if "%1" == "GOTO:" goto %2
and before
if NOT "x%WD%" == "x" set WD=
run msys from the start menu/devkitpro
change dir to /C/devkitPro/devkitPSP/psp/sdk/samples to see samples and use make to build (go into each dir such as audio/wavegen etc)
enjoy now. |
|
| Back to top |
|
 |
ReKlipz
Joined: 02 Dec 2005 Posts: 2
|
Posted: Sat Dec 03, 2005 7:52 am Post subject: |
|
|
so...
this installs the toolchain AND the SDK?...
and if so, how would I then setup devcpp to use the compilation stuff?(where is it located...)
thanks for the post btw... |
|
| Back to top |
|
 |
|