PDA

View Full Version : NDSlib & NDS template project released !



wraggster
February 17th, 2005, 17:01
2 big Nintendo DS News items from Joat (http://www.bottledlight.com/ds/) [br][br] ndslib is now up on SourceForge. It is only available as a CVS repository for the time being, a zip will be provided after the library stabilizes somewhat. To install, check out the project, make in the main directory, and follow the README in the startup directory. You'll need a recent version of DevkitARM and MSys (or any other packages that provides an arm-elf targetted GCC and common unix tools such as sh, gnu make, etc...) to build it. [br]Note: ndslib is very much in flux, use it at your own risk. Register names and general layout can and will change! [br][br]and this[br][br] Here is a DS project template. It demonstrates how to set up the ARM7 as a relay of information to the ARM9, and sets the background colors of the screens based on touch screen presses. To build: [br][br]Get DevkitARM and MSys [br]Check ndslib out of CVS [br]Unzip the template to a project directory [br]Open CommonMakefile.in and set the path of ndslib and DevkitARM (if not in your system path) [br]Make in the project directory [br]A MSVC.net project file has been provided, but is completly optional. The Makefile system automatically grabs source files in the directories, and bin2o's resources in the resource subdirectories.