Wanting to program for the PSP.
-
- Posts: 40
- Joined: Sun Jun 05, 2005 4:23 am
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.
-
- Posts: 40
- Joined: Sun Jun 05, 2005 4:23 am
-
- Posts: 40
- Joined: Sun Jun 05, 2005 4:23 am
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
EDIT: I remeber the second error was /bin/build.mak: No file or directory
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).
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!
Code: Select all
## Check for subversion.
if test "`svn help`" ; then
SVN="svn"
else
echo "ERROR: Please make sure you have 'subversion (svn)' installed."
exit
fi