where can I get the make file for PSP module?

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

Moderators: cheriff, TyRaNiD

Post Reply
picobsd
Posts: 18
Joined: Thu Apr 19, 2007 7:24 pm

where can I get the make file for PSP module?

Post by picobsd »

I am a newbe of psp homebrew, I am reading ModuleTutorialv1.pdf, I want to test the module code in the pdf, but I have no make file for it, the make file in pspsdk's sample directry seems not available for module, could you please tell me where can I get the make file for modules? thank you for your time and considerations!
Cy-4AH
Posts: 44
Joined: Wed Jan 31, 2007 9:58 pm
Location: Belarus

Post by Cy-4AH »

I think you mastn't get the makefile, I think you mast make makefile. Isn't that obvious? Maybe you can generate makefile by yourself. In ModuleTutorial it's not so cleary, but trough method of tryes and errors you'll get workable makefile.
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

there are templates of prx module in the samples dir
most times all you really must do is build your ELF with adding to makefile
BUILD_PRX = 1
10011011 00101010 11010111 10001001 10111010
picobsd
Posts: 18
Joined: Thu Apr 19, 2007 7:24 pm

Post by picobsd »

dot_blank wrote:there are templates of prx module in the samples dir
most times all you really must do is build your ELF with adding to makefile
BUILD_PRX = 1
I am going to try it, thanks you
Post Reply