Search found 5 matches

by jecdsi
Sat Jul 25, 2009 6:26 pm
Forum: devkitARM
Topic: development help
Replies: 8
Views: 9999

Re: development help

to run it with no$gba, you just doubleclick the NO$GBA.EXE and then select your hello_world.nds to run it on dsi hardware you need an dsi compatable flashcard, put the nds file on it and run it trough the flashcards firmware. this really differs per flashcard. Great!!! :P I see the double screen ...
by jecdsi
Sat Jul 25, 2009 4:02 pm
Forum: devkitARM
Topic: development help
Replies: 8
Views: 9999

Re: development help

In fact I was wandering what can I do with the output of the make action with: hello_world.elf hello_world.arm9 hello_world.nds I mean that reading Jaeden Amero's tutorial at Compiling section: See Figure 5.4, “The program should look like this when run.” but there is no instruction how to run :?:
by jecdsi
Sat Jul 25, 2009 2:00 pm
Forum: devkitARM
Topic: development help
Replies: 8
Views: 9999

Re: development help

currently, the best emulator is no$gba: http://nocash.emubase.de/gba.htm although nothing beats testing on hardware. and the hardware part is mostly that you understand a bit of the history. the code should work with the latest dsi flashcards. and last time I checked, pataters tutorial didn't used ...
by jecdsi
Sat Jul 25, 2009 11:11 am
Forum: devkitARM
Topic: development help
Replies: 8
Views: 9999

Re: development help

Firstly PAlib is not supported by devkitPro due to continual compatibility issues, see http://wiki.devkitpro.org/index.php/PAlib for some brief notes. I'm not entirely sure why you would use devkitARM in a Ubuntu VM under windows given that the primary platform we support is Windows - currently the ...
by jecdsi
Fri Jul 24, 2009 12:37 pm
Forum: devkitARM
Topic: development help
Replies: 8
Views: 9999

development help

Dear developpers First thanks for all your great job! I am a new comer although I know how to use C/C++/Java and I am participating to large software development... as I am a High Energy Physicist. Now, I would like to try to write some homebrews for my boy's NDSi. I had a look at outdated and ...