Jump to content
  • 0

"makefiles" for the nintendo ds...


EpicEbilninja
 Share

Question

2 answers to this question

Recommended Posts

  • 0

Makefiles conceptually aren't platform-specific, so any tutorial on making them for PC is also in principle valid for the DS. This one for example looks like an easy to understand tutorial: http://mrbook.org/tutorials/make/

 

They can get convoluted if you've got a big project or want everything to be as automatic as possible (like creating a CD image for a PSX game), but with DS homebrew you should be able to get by with something simpler than this mess:

 

 

  Reveal hidden contents

 

 

(Man, how many headaches that thing's given me already <.<)

Link to comment
Share on other sites

  • 0

I just get so caught up in wanting to make the game, that I jump ahead trying to understand a language that I have no experience in...

 

I know each makefile is unique to the program in development, and the makefiles just seem rather intimidating...

 

Thanks again xdan :)

 

now I just to figure out how to get it to spit out .elf and .nds to actually run a game... (I'll try to find it myself over the next few days)

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.