Search found 6 matches

by dopefish
Fri Feb 03, 2012 5:54 pm
Forum: devkitARM
Topic: New to this program, compiling issues.
Replies: 1
Views: 4356

Re: New to this program, compiling issues.

You don't ordinarily need to call gcc directly like that. Copy the template or one of the example projects to your own directory and run "make" (or build it in programmer's notepad, or whichever IDE you're using if you prefer). Once you've gotten that working, you can start making changes ...
by dopefish
Wed Dec 07, 2011 5:25 pm
Forum: Off Topic
Topic: 3DS Friend Codes
Replies: 6
Views: 16272

Re: 3DS Friend Codes

dopefish: 2793-0621-8172
by dopefish
Fri Jun 11, 2010 7:18 pm
Forum: DS/DSi Development
Topic: my SDL ports are darn slow
Replies: 4
Views: 5448

Re: my SDL ports are darn slow

I've ported a handful of applications to the DS using SDL. It's not a good fit. Audio, input, networking, and timers will most likely have to be redone anyway, so those parts of SDL aren't doing you any favors. Which basically just leaves you the video stuff. Using SDL for video on the DS does work ...
by dopefish
Thu Jan 08, 2009 2:25 pm
Forum: devkitARM
Topic: How to port an emulator to NDS or Wii
Replies: 2
Views: 5385

Re: How to port an emulator to NDS or Wii

Frankly, you should start out with something simple, and work your way up. You're not going to be able to go straight from knowing the basics, to working on an N64 emulator. Especially since emulators tend to be pretty complex, not to mention platform-specific (for performance reasons).
by dopefish
Tue Sep 09, 2008 2:00 pm
Forum: devkitARM
Topic: Error compiling okiwi
Replies: 2
Views: 4329

Re: Error compiling okiwi

I'm not familiar with it myself, but the library it's complaining about seems to be here:
http://masscat.afraid.org/ninds/debug_stub.php
by dopefish
Fri Nov 09, 2007 5:38 pm
Forum: Suggestions and Feedback
Topic: Upcoming changes
Replies: 8
Views: 64132

Re: Upcoming changes

WinterMute wasn't calling you a novice coder, he was just pointing out that PAlib aims to help novice coders. In fact he didn't say anything about you at all. The problems with PAlib after a new release of devkitARM or libnds generally are due to the poor design of PAlib itself, not because upcoming...