Wanting to program for the PSP.

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

Moderators: cheriff, TyRaNiD

Post Reply
Mike/Pippin
Posts: 40
Joined: Sun Jun 05, 2005 4:23 am

Wanting to program for the PSP.

Post by Mike/Pippin »

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.
Mike/Pippin
Posts: 40
Joined: Sun Jun 05, 2005 4:23 am

Post by Mike/Pippin »

Ok Im on slackware now installing the toolchain hopefully this will work.
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

Lego of my Ago!
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Hooray for slackware!
Mike/Pippin
Posts: 40
Joined: Sun Jun 05, 2005 4:23 am

Post by Mike/Pippin »

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
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

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!
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

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
It tells you what to install. Install it!
Post Reply