Some half year ago when I originally started playing with PSPDK, I have installed it on Linux using ./toolchain.sh and for the time it was good (meaning there were no problems).
In the meantime things have changed, I didn't use it all that much, started working in another company, got other laptop - to cut things short, recently I had to face installing PSPSDK yet again, this time on Windows XP, and I have encountered some problems.
Firstly, I tried to install Cygwin and then execute ,.toolchain.sh on my laptop. Installing Cygwin went fine, unfortunately I am behind proxy and firewall (corporate connection) and I couldn't get ./toolchain.sh to get internet access. If anyone can redirect me to any sites describing how to allow Cygwin to use proxies or how to set internet connection parameters for it, that might help.
Secondly, I removed Cygwin and tried other approach. PSPDev for Win32 sounded promising enough. It installed fine, no problems there. I can type "make" in cmd.exe window and it compiles SDK sample (say, 'cube.c') without problems. So far, so good. Still, I use FW1.50, so I would like it to directly compile to Kxploit canonical form (you know, % and all). When I type 'make kxploit' what I get is :
Now as far as I can say, there is something wrong with this '-p' parameter, but I have no idea how to change it. I know it doesn't sound too seriously, but I'm stuck because of that. Could anyone help me solve this issue?mkdir -p "cube"
psp-strip cube.elf - o cube/EBOOT.PBP
mkdir -p "cube%"
A subdirectory or file -p already exists.
Error occurred while processing: -p
make: *** [kxploit] Error 1
I will be grateful.
Regards,
Barts