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
Installing PSPtoolchain and PSPSDK under WIN32 help PLEASE
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.
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.