PSP Hacks - Forums

Go Back   PSP Hacks - Forums > Tech Talk > PC Programming

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 08-02-2006, 07:04 PM
barnes8 barnes8 is offline
PSP Enthusiast
 

Join Date: Nov 2005
Posts: 482
barnes8 Has a Beginner Reputation
Default

Ok, I already have alot of knowlege with c++ and I was thinkg about messing around with it on psp just for fun but after reading a little on it I found you need cygwin to do so. My problem is that I have dial up and the Cygwin download is huge. I mean I sat there for half hour and got 2% done. Is there anyway around the whole Cygwin thing or is this the only way to go?
__________________
Want to Shrink Your ISOs? Try Here
http://www.psp-hacks.com/forums/viewtopic.php?id=15071
Reply With Quote
  #2  
Old 08-02-2006, 07:44 PM
ISOHaven ISOHaven is offline
PSP Monk
 

Join Date: Jun 2005
Posts: 2,881
ISOHaven Has a Beginner Reputation
Default

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.
Reply With Quote
  #3  
Old 08-02-2006, 09:06 PM
PSdonkey's Avatar
PSdonkey PSdonkey is offline
Lop-sided Testicule Admin
PSP Titan
 

Join Date: Dec 2005
Posts: 9,427
PSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond repute
Default

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:
Want to become a PSP Dev the easy way? Check out my tutorial for the PSP here http://www.psp-hacks.com/forums/f141...orial-t152466/
Want to learn how to create your own games on the PSP? Check out my tutorial here http://www.psp-hacks.com/forums/f141...-your-t153653/
Want to learn how to program C++ ? Check out that tutorial here http://www.psp-hacks.com/forums/f124...ram-c-t122337/
Reply With Quote
  #4  
Old 08-02-2006, 09:12 PM
ISOHaven ISOHaven is offline
PSP Monk
 

Join Date: Jun 2005
Posts: 2,881
ISOHaven Has a Beginner Reputation
Default

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.
Reply With Quote
  #5  
Old 08-03-2006, 03:20 AM
ISOHaven ISOHaven is offline
PSP Monk
 

Join Date: Jun 2005
Posts: 2,881
ISOHaven Has a Beginner Reputation
Default

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.
Reply With Quote
  #6  
Old 08-03-2006, 04:17 PM
PSdonkey's Avatar
PSdonkey PSdonkey is offline
Lop-sided Testicule Admin
PSP Titan
 

Join Date: Dec 2005
Posts: 9,427
PSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond repute
Default

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:
Want to become a PSP Dev the easy way? Check out my tutorial for the PSP here http://www.psp-hacks.com/forums/f141...orial-t152466/
Want to learn how to create your own games on the PSP? Check out my tutorial here http://www.psp-hacks.com/forums/f141...-your-t153653/
Want to learn how to program C++ ? Check out that tutorial here http://www.psp-hacks.com/forums/f124...ram-c-t122337/
Reply With Quote
  #7  
Old 08-03-2006, 04:31 PM
ISOHaven ISOHaven is offline
PSP Monk
 

Join Date: Jun 2005
Posts: 2,881
ISOHaven Has a Beginner Reputation
Default

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.
Reply With Quote
Reply

 



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:16 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
©