View Single Post
  #1 (permalink)  
Old 03-26-2009, 05:50 PM
Asti Asti is offline
Junior Member
 
Join Date: Mar 2009
Posts: 2
Points: 2.93
Donate
How to build it?

Hi everybody!

I'm a novice in programming on a PSP so be nice with me
I downloaded all the stuff needed to make a homebrew. I just want to know to build a PBP! I've got a code and a *.bat file which looks like this:
Quote:
path=c:\windows\system32;c:\windows
set PSPDEV=C:/pspdev
set PATH=%PATH%;%PSPDEV%/bin
cmd
I put both in the same directory (c:\pspdev\project), run the *.bat file.... and? What am I supposed to do after that?
C:\pspdev\project>make doesn't work

Thank you a lot.
Have a nice day!

EDIT:
I guess it's because of I use some SDL lib and the makefile isn't good..

Anyway I try to run a sample on my psp (5.02 M33 GEN-A) and it doesn't work: how does it? thank you

Last edited by Asti : 03-26-2009 at 05:50 PM. Reason: PSP3D.com Doublepost Preventer
Reply With Quote