| View previous topic :: View next topic |
| Author |
Message |
picobsd
Joined: 19 Apr 2007 Posts: 18
|
Posted: Thu Apr 19, 2007 7:38 pm Post subject: where can I get the make file for PSP module? |
|
|
| 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! |
|
| Back to top |
|
 |
Cy-4AH
Joined: 31 Jan 2007 Posts: 44 Location: Belarus
|
Posted: Fri Apr 20, 2007 2:39 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
dot_blank

Joined: 28 Sep 2005 Posts: 498 Location: Brasil
|
Posted: Fri Apr 20, 2007 4:20 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
picobsd
Joined: 19 Apr 2007 Posts: 18
|
Posted: Fri Apr 20, 2007 11:52 am Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
|