Compiling libraries on minpspw / devkit psp

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

Moderators: cheriff, TyRaNiD

Post Reply
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Compiling libraries on minpspw / devkit psp

Post by coolkehon »

i want to be able to compile libraries for my psp library but i'm using windows and minpspw how can i keep minpspw and compile my own libraries or other libraries mabye mingw cause i can reinstall that
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Post by Heimdall »

unfortunately to compile stuff that needs a bash shell or autotools you need to install msys or cygwin. on minpspw i use msys and the setup is tricky but totally described on the readme.
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

what is the size of mysys
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Post by Heimdall »

if i 7z the directory is about 25~30Mb uncompressed is about 150Mb or so but if you install like i've on the readme make sure you use the exact versions because the thing with msys is that sometimes it doesn't work because some version messes up with the rest of the package...
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

where can i get it
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

oh ok i see i read the readme and you are using what i an others call mingw i already have that installed i'll uninstall then install it again to get it working using your directions, so this can compile psptoolchain too or what
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Post by Heimdall »

yes with that you can compile the toolchain and all the libs from the svn and even others, if you check the svn repo here: http://minpspw.svn.sourceforge.net/view ... spw/trunk/ you can see my bash scripts that work under msys/mingw
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

ok one problem on step 4 when i try to click on start-> all programs-> Mingw->Msys->msys icon it pops up and closes really quick more like flashes up so what should i do about that and when you say install into C:/msys i did that but it wanted to install it into C:/msys/1.0 should i have changed it and what is my problem

i also got this error on the post install no matter what i press it closes

Code: Select all

C:\msys\postinstall>PATH ..\bin;C:\Windows\system32;C:\Windows;C:\Windows\System
32\Wbem;C:\Program Files\CyberLink\Power2Go\;C:\Program Files\TortoiseSVN\bin;C:
\pspsdk\bin;C:\Program Files\QuickTime\QTSystem\;C:\pspsdk\bin

C:\msys\postinstall>..\bin\sh.exe pi.sh
AllocationBase 0x0, BaseAddress 0x715B0000, RegionSize 0x150000, State 0x10000
C:\msys\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0

C:\msys\postinstall>pause
Press any key to continue . . .
Post Reply