1) DEVKITPRO released DEVKITPSP which comes with PSPSDK 1.0 beta.
2) This particular dev-kit uses MSYS (Mingw)
3) SDKTEST compiles with no problems (although it doesn't run on the emu, and I don't have a PSP ... YET)
4) I downloaded the latest PSPSDK source code reposit cause there has been a lot of changes since version 1.0
5) Using MSYS (Mingw) I typed in:
sh
./bootstrap
6) But I get this error, "FIND: Parameter format not correct" outputted by find.exe.
7) I don't know what to do =/
Fixed the problem!
What was the problem?
The WINDOWS FIND (C:\windows\system32\find.exe) conflicts with the MINGW FIND, both have different argument formats =/
All this time, the WINDOWS version was being called by the bootstrap, hence preventing me from moving on