![]() |
|
#1
|
|||
|
|||
|
__________________
Want to Shrink Your ISOs? Try Here http://www.psp-hacks.com/forums/viewtopic.php?id=15071 |
|
#2
|
|||
|
|||
|
You don't need the WHOLE package. Find a tut that shows you exactly what you need for the PSP. The download should be much better then.
__________________
If the truth hurts.....CHANGE Stephen at AeroXP is the worlds greatest piece of CRAP! I urge anyone and EVERYONE to go give him hell. He uses his authority at that site to slander and lie about people then lock the threads before any clarity can be shown. |
|
#3
|
||||
|
||||
|
There is a way where you don't need to download cygwin anymore. xorloser has created a new win32 application that sets up the files you need in a small download file. It contains a precompiled windows toolcahin/compiler + PSPSDK. You can download it here.
http://xorloser.com/PSPDevWin32.zip You can also install other libraries into this version also. You can try it but I'm not sure if it will compile a really big program or programs that use alot of libraries from svn. It should be fine though to start out with and for small programs.
__________________
Obey Beaker. That is all. Spoiler: |
|
#4
|
|||
|
|||
|
Awesome, thanks!
CYGWIN was totaly funked on my machine. After which I could never get it working right. This worked without any setup or any crap to go through and I compiled something right after installation with no problems!
__________________
If the truth hurts.....CHANGE Stephen at AeroXP is the worlds greatest piece of CRAP! I urge anyone and EVERYONE to go give him hell. He uses his authority at that site to slander and lie about people then lock the threads before any clarity can be shown. |
|
#5
|
|||
|
|||
|
Can someone help me out? I'm compiling Blob Wars and I have all the includes in place however when I compile it I get 300+ "'xxxxx' was not declared in this scope". I think it might have to do with my not pointing to the right folder for the sdk:
PSPSDK=$(shell psp-config --pspsdk-path) PSPBIN = $(PSPSDK)/../bin SDL_CONFIG = $(PSPBIN)/sdl-config I don't understand the first line.
__________________
If the truth hurts.....CHANGE Stephen at AeroXP is the worlds greatest piece of CRAP! I urge anyone and EVERYONE to go give him hell. He uses his authority at that site to slander and lie about people then lock the threads before any clarity can be shown. |
|
#6
|
||||
|
||||
|
It is probably because blob wars uses extra libraries in its program. Look inside the makefile to see which libraries are linked together and then you are going to have to download and install those extra libraries into your pspsdk
__________________
Obey Beaker. That is all. Spoiler: |
|
#7
|
|||
|
|||
|
I already downloaded the extra libraries...SDL and so forth. What I dont understand is what the variable PSPSDK contains:
PSPSDK=$(shell psp-config --pspsdk-path) Is there a way to PRINT this variable. It uses this to setup all the other paths: PSPBIN = $(PSPSDK)/../bin SDL_CONFIG = $(PSPBIN)/sdl-config So I have no clue where to put all the other source files. Aside from opening all the files and repointing them all which turned into a nightmare!
__________________
If the truth hurts.....CHANGE Stephen at AeroXP is the worlds greatest piece of CRAP! I urge anyone and EVERYONE to go give him hell. He uses his authority at that site to slander and lie about people then lock the threads before any clarity can be shown. |
![]() |
|
|
|||
|
|||
|
|
| Thread Tools | |
| Display Modes | |
|
|