| View previous topic :: View next topic |
| Author |
Message |
killaXsoldier
Joined: 05 Jul 2007 Posts: 6
|
Posted: Thu Jul 05, 2007 5:41 am Post subject: Trying to get Started |
|
|
I was wondering what are the things i'd need (programs, tools etc..) to start making some simple homebrew for the PSP. Thanks. _________________
This is my X360 Gamertag.
damn im so noob at psp programming. i hope everyone else used to be like this lol. |
|
| Back to top |
|
 |
Tong
Joined: 20 Apr 2007 Posts: 10
|
Posted: Thu Jul 05, 2007 12:38 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
killaXsoldier
Joined: 05 Jul 2007 Posts: 6
|
Posted: Thu Jul 05, 2007 1:42 pm Post subject: |
|
|
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! _________________
This is my X360 Gamertag.
damn im so noob at psp programming. i hope everyone else used to be like this lol. |
|
| Back to top |
|
 |
ufoz
Joined: 10 Nov 2005 Posts: 86 Location: Tokyo
|
Posted: Thu Jul 05, 2007 2:24 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
killaXsoldier
Joined: 05 Jul 2007 Posts: 6
|
Posted: Thu Jul 05, 2007 2:39 pm Post subject: |
|
|
http://img149.imageshack.us/img149/2204/untitled4ef7.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. _________________
This is my X360 Gamertag.
damn im so noob at psp programming. i hope everyone else used to be like this lol. |
|
| Back to top |
|
 |
nathan42100
Joined: 16 Oct 2005 Posts: 7
|
Posted: Thu Jul 05, 2007 5:05 pm Post subject: |
|
|
| It is currently out of date, ignore it for now. I can't even get the toolchain up and running period... |
|
| Back to top |
|
 |
cloudhunter
Joined: 17 Aug 2006 Posts: 86
|
Posted: Thu Jul 05, 2007 11:09 pm Post subject: |
|
|
| killaXsoldier wrote: | http://img149.imageshack.us/img149/2204/untitled4ef7.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 _________________ :) |
|
| Back to top |
|
 |
killaXsoldier
Joined: 05 Jul 2007 Posts: 6
|
Posted: Fri Jul 06, 2007 3:14 am Post subject: |
|
|
| 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? _________________
This is my X360 Gamertag.
damn im so noob at psp programming. i hope everyone else used to be like this lol. |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Fri Jul 06, 2007 3:15 am Post subject: |
|
|
| killaXsoldier wrote: | http://img149.imageshack.us/img149/2204/untitled4ef7.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. |
|
| Back to top |
|
 |
killaXsoldier
Joined: 05 Jul 2007 Posts: 6
|
Posted: Fri Jul 06, 2007 3:28 am Post subject: |
|
|
i cannot find pspdev. im sorry very noob. _________________
This is my X360 Gamertag.
damn im so noob at psp programming. i hope everyone else used to be like this lol. |
|
| Back to top |
|
 |
nathan42100
Joined: 16 Oct 2005 Posts: 7
|
Posted: Fri Jul 06, 2007 3:33 am Post subject: |
|
|
Change your .bat file to the following according to your path.
| Code: | @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. |
|
| Back to top |
|
 |
killaXsoldier
Joined: 05 Jul 2007 Posts: 6
|
Posted: Fri Jul 06, 2007 3:44 am Post subject: |
|
|
can i download pspdev itself? _________________
This is my X360 Gamertag.
damn im so noob at psp programming. i hope everyone else used to be like this lol. |
|
| Back to top |
|
 |
|