Mingw and devkitpro, compiling pspsdk under mingw, HELP!

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
SANiK
Posts: 29
Joined: Tue Jul 05, 2005 5:25 am

Mingw and devkitpro, compiling pspsdk under mingw, HELP!

Post by SANiK »

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 =/
SANiK
Posts: 29
Joined: Tue Jul 05, 2005 5:25 am

Post by SANiK »

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
Post Reply