Trying to get Started

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

Moderators: cheriff, TyRaNiD

Post Reply
killaXsoldier
Posts: 6
Joined: Thu Jul 05, 2007 5:33 am

Trying to get Started

Post by killaXsoldier »

I was wondering what are the things i'd need (programs, tools etc..) to start making some simple homebrew for the PSP. Thanks.
Image

This is my X360 Gamertag.

damn im so noob at psp programming. i hope everyone else used to be like this lol.
Tong
Posts: 10
Joined: Fri Apr 20, 2007 2:55 pm

Post by Tong »

The first thing you really need to do is to learn(or master if you can) the C programming language as most PSP programs are written in C.

After that take the PSP programing tutorials at http://www.psp-programming.com/, they will tell you how to set up the development environment and build simple homebrews app.

Thats all for you.
killaXsoldier
Posts: 6
Joined: Thu Jul 05, 2007 5:33 am

Post by killaXsoldier »

in the link you gave me (psp-programing), does it show me the C language? i'm very new to the proggraming cuz ii havnt programed anything before. and also do i start here?

http://www.psp-programming.com/tutorials/c/lesson01.htm

thanks alot, i really appreciate the help!
Image

This is my X360 Gamertag.

damn im so noob at psp programming. i hope everyone else used to be like this lol.
ufoz
Posts: 86
Joined: Thu Nov 10, 2005 2:36 am
Location: Tokyo
Contact:

Post by ufoz »

If you're new to programming, I suggest you start on the PC. It's orders of magnitude easier to deal with an easily debuggable environment that doesn't crash horribly if you do something wrong.

Once you're comfortable enough with programming in general, it makes sense to move on to embedded/handheld platforms like the PSP.

That, or just learn lua and play around with that.
killaXsoldier
Posts: 6
Joined: Thu Jul 05, 2007 5:33 am

Post by killaXsoldier »

http://img149.imageshack.us/img149/2204 ... ed4ef7.png

i think somthing's wrong with toolchain if not then theres somthing wrong with what i did. please tell me whats wrong . thanks a lot.
Image

This is my X360 Gamertag.

damn im so noob at psp programming. i hope everyone else used to be like this lol.
nathan42100
Posts: 7
Joined: Sun Oct 16, 2005 4:32 am

Post by nathan42100 »

It is currently out of date, ignore it for now. I can't even get the toolchain up and running period...
cloudhunter
Posts: 86
Joined: Thu Aug 17, 2006 3:27 am

Post by cloudhunter »

killaXsoldier wrote:http://img149.imageshack.us/img149/2204 ... ed4ef7.png

i think somthing's wrong with toolchain if not then theres somthing wrong with what i did. please tell me whats wrong . thanks a lot.
Why don't you just do what it says, and set the PSPDEV environment variable? I'm sure it's mentioned before you run the script in a readme.

I'm not to sure how to do it in cygwin, however, I know in bash shell you'd type EXPORT PSPDEV = (path).

Under cygwin, it should be something like "/cygdrive/c/cygwin/usr/local/pspdev" IIRC.

Cloudy
:)
killaXsoldier
Posts: 6
Joined: Thu Jul 05, 2007 5:33 am

Post by killaXsoldier »

nathan42100 wrote:It is currently out of date, ignore it for now. I can't even get the toolchain up and running period...
oh ok thanks. so i wait for a updated one?
Image

This is my X360 Gamertag.

damn im so noob at psp programming. i hope everyone else used to be like this lol.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

killaXsoldier wrote:http://img149.imageshack.us/img149/2204 ... ed4ef7.png

i think somthing's wrong with toolchain if not then theres somthing wrong with what i did. please tell me whats wrong . thanks a lot.
Read the readme.txt.
killaXsoldier
Posts: 6
Joined: Thu Jul 05, 2007 5:33 am

Post by killaXsoldier »

i cannot find pspdev. im sorry very noob.
Image

This is my X360 Gamertag.

damn im so noob at psp programming. i hope everyone else used to be like this lol.
nathan42100
Posts: 7
Joined: Sun Oct 16, 2005 4:32 am

Post by nathan42100 »

Change your .bat file to the following according to your path.

Code: Select all

@echo off

F:
chdir F:\cygwin2\bin

set PSPDEV=/usr/local/pspdev
set PATH=%path%;F:/cygwin2/usr/local/pspdev/bin


bash --login -i
Make sure PSPDEV stays like that, just change the PATH and the chdir and F: accordingly.
killaXsoldier
Posts: 6
Joined: Thu Jul 05, 2007 5:33 am

Post by killaXsoldier »

can i download pspdev itself?
Image

This is my X360 Gamertag.

damn im so noob at psp programming. i hope everyone else used to be like this lol.
Post Reply