Who to program PSP?

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

Moderators: cheriff, TyRaNiD

Post Reply
Rob
Posts: 9
Joined: Thu Oct 13, 2005 5:49 am

Who to program PSP?

Post by Rob »

Hi, im looking for any program for windows xp what can make programs for PSP.
I dont Know nothing of PSP programming, and i need a program for practique with source codes
Regards
Fanjita
Posts: 217
Joined: Wed Sep 28, 2005 9:31 am

Post by Fanjita »

Take a look in the PSPSDK support forum here, and look up the PSPSDK toolchain.

It's exactly what you need, and there's plenty of info there to help you install it.
Rob
Posts: 9
Joined: Thu Oct 13, 2005 5:49 am

Post by Rob »

Thanks, i use Windows XP, i have c++ and the PSPDEV KIT and i dont understan the 70% of tutorial T_T
Im trying to learn more english, regards
Fanjita
Posts: 217
Joined: Wed Sep 28, 2005 9:31 am

Post by Fanjita »

Try compiling some of the samples in the SDK.

You should find them at somewhere like /usr/local/pspdev/psp/sdk/samples/ - all you should need to do to build them is to 'cd' into the sample directory of your choice, and run 'make'.

Once you've got them building, you can mess around with the source code and start to figure things out.
Rob
Posts: 9
Joined: Thu Oct 13, 2005 5:49 am

Post by Rob »

Fanjita wrote:Try compiling some of the samples in the SDK.

You should find them at somewhere like /usr/local/pspdev/psp/sdk/samples/ - all you should need to do to build them is to 'cd' into the sample directory of your choice, and run 'make'.

Once you've got them building, you can mess around with the source code and start to figure things out.
First question: I was downloaded PSPTOOLCHAIN and....how i execute it? The tutiruial im seeing is: http://wiki.pspdev.org/psp:programming_faq and i follow all steps, but when it says:
Download the script, extract it and execute it. (See the README file include with the toolchain script for more information on its usage.) After downloading a bunch of files, patching them, and compiling the source you will have a full PSP toolchain and the latest version PSPSDK installed.
I cant RUN PSPTOOLCHAIN :S i have too PSPSDK installed on E:\archivos de programa\PSPSDev
Rob
Posts: 9
Joined: Thu Oct 13, 2005 5:49 am

Post by Rob »

OK OK, i can do it, but heres the error shows me on cygwin.bat when i do $ tar xfvz psptoolchain-20050712.tgz
$ cd psptoolchain
$ chmod a+x ./toolchain.sh
$ ./toolchain.sh
:
Rob@NINVE /cygdrive/c/cygwin/psptoolchain
$ ./toolchain.sh
ERROR: Please make sure you have GNU ´make´ installed.
Arwin
Posts: 426
Joined: Tue Jul 12, 2005 7:00 pm

Post by Arwin »

Rob wrote:OK OK, i can do it, but heres the error shows me on cygwin.bat when i do $ tar xfvz psptoolchain-20050712.tgz
$ cd psptoolchain
$ chmod a+x ./toolchain.sh
$ ./toolchain.sh
:
Rob@NINVE /cygdrive/c/cygwin/psptoolchain
$ ./toolchain.sh
ERROR: Please make sure you have GNU ´make´ installed.
And you installed all the make and other required modules when you installed cygwin?
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

make sure you have package DEVEL installed in cygwin
just rerun setup.exe and click it till it says install
wait... rerun toolchain

greets
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
Rob
Posts: 9
Joined: Thu Oct 13, 2005 5:49 am

Post by Rob »

Ok thanks, im reinstalling cygwin with all packages in the tutorial
Regards
Rob
Posts: 9
Joined: Thu Oct 13, 2005 5:49 am

Post by Rob »

How i can start DEV-CPP????? i do the tutorial correctly
Rob
Posts: 9
Joined: Thu Oct 13, 2005 5:49 am

Post by Rob »

:O I download it :P
Regards
Rob
Posts: 9
Joined: Thu Oct 13, 2005 5:49 am

Post by Rob »

Hi! i confgiurated yet the Dev-C++, now, how i create the programs?..
I repeat correctly: With what program i create the programs?? C++ or what? And another thing: The source codes are in this forum, with what program i can add the source, modific, and compile the sources?
[ Sorry my english, im spanish ]
Post Reply