forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Wanting to program for the PSP.

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Mike/Pippin



Joined: 05 Jun 2005
Posts: 40

PostPosted: Sat Jul 16, 2005 11:24 am    Post subject: Wanting to program for the PSP. Reply with quote

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
View user's profile Send private message
Mike/Pippin



Joined: 05 Jun 2005
Posts: 40

PostPosted: Sat Jul 16, 2005 12:40 pm    Post subject: Reply with quote

Ok Im on slackware now installing the toolchain hopefully this will work.
Back to top
View user's profile Send private message
Agoln



Joined: 08 Jun 2005
Posts: 326
Location: Fort Wayne, IN

PostPosted: Sat Jul 16, 2005 3:14 pm    Post subject: Reply with quote

http://wiki.pspdev.org/psp:programming_faq
_________________
Lego of my Ago!
Back to top
View user's profile Send private message AIM Address
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Sat Jul 16, 2005 5:26 pm    Post subject: Reply with quote

Hooray for slackware!
Back to top
View user's profile Send private message Visit poster's website
Mike/Pippin



Joined: 05 Jun 2005
Posts: 40

PostPosted: Sun Jul 17, 2005 2:36 am    Post subject: Reply with quote

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
View user's profile Send private message
Agoln



Joined: 08 Jun 2005
Posts: 326
Location: Fort Wayne, IN

PostPosted: Sun Jul 17, 2005 1:30 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Sun Jul 17, 2005 2:49 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group