| View previous topic :: View next topic |
| Author |
Message |
Mike/Pippin
Joined: 05 Jun 2005 Posts: 40
|
Posted: Sat Jul 16, 2005 11:24 am Post subject: Wanting to program for the PSP. |
|
|
| Hello I want to start programming for the PSP. I tried getting things to work with cable16 instructions but It would never compile the eboot. So tried the cygwin. I cant get that to work. Anyone have any detailed instructions on how to get ether one of these working. |
|
| Back to top |
|
 |
Mike/Pippin
Joined: 05 Jun 2005 Posts: 40
|
Posted: Sat Jul 16, 2005 12:40 pm Post subject: |
|
|
| Ok Im on slackware now installing the toolchain hopefully this will work. |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Sat Jul 16, 2005 5:26 pm Post subject: |
|
|
| Hooray for slackware! |
|
| Back to top |
|
 |
Mike/Pippin
Joined: 05 Jun 2005 Posts: 40
|
Posted: Sun Jul 17, 2005 2:36 am Post subject: |
|
|
Well I got this svn error when I did that so I edit the .sh and took that out. Well It installed and then when I cam back from the bathroom. There was no console so. I tried it out and I typed make and it said no thing.Which was rigth I randomly typed make. Well After I unrared PSP remote and typed make in its directory I got some other error I cant remeber. I dont know if it has to do with the svn thing.
EDIT: I remeber the second error was /bin/build.mak: No file or directory |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Sun Jul 17, 2005 1:30 pm Post subject: |
|
|
well, svn is really needed. Svn is subversion. If you know what CVS is, then SVN does the same thing with different features.
What was your svn error? Cause any error when doing this, will probably make it work incorrectly. And if you post your error, I can add it to the PSPSDK common errors and solutions page (which is updated every time I see a problem more than once). _________________ Lego of my Ago! |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Sun Jul 17, 2005 2:49 pm Post subject: |
|
|
| Code: | ## Check for subversion.
if test "`svn help`" ; then
SVN="svn"
else
echo "ERROR: Please make sure you have 'subversion (svn)' installed."
exit
fi |
It tells you what to install. Install it! |
|
| Back to top |
|
 |
|