What is devkit?
-
- Posts: 5
- Joined: Sun Aug 08, 2010 2:05 am
What is devkit?
What is devkit, How do I use devkit?
Can someone answer these questions for me?
Can someone answer these questions for me?
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
-
- Posts: 5
- Joined: Sun Aug 08, 2010 2:05 am
Re: What is devkit?
I'm interested in DevkitARM to compile for the DS but I don't know how to use it, can you tell me?
Re: What is devkit?
I think that we need a little more information before we can answer you. What experience do you have at software development? What programming languages have you used, and which ones do you feel more comfortable using? What OS do you have on your computer(s)? Are you comfortable operating on devices whose memory is way more limited than, say, regular desktop PCs? Are you, also, accepting on learning new libs, following best practices, and in general, getting yourself into a different way of doing software development for devices like the DS / Wii?
-
- Posts: 5
- Joined: Sun Aug 08, 2010 2:05 am
Re: What is devkit?
I know/learn C and C++, I'm most comfortable with C++ and I'm using a windows xp laptop.
Re: What is devkit?
Then you're lucky, setting up devkitARM is ridiculously easy on Windows thanks to the devkitPro updater.
Note that you don't need devkitPPC (GCN/Wii development) nor devkitPSP (no explanation needed), so you can safely uncheck the corresponding checkboxes.
Once you've installed devkitARM, open the command prompt, cd to c:\devkitPro\examples\nds\hello_world and type make to build the example hello world program. The resulting binary will be called hello_world.nds, which you can either run with an emulator or transfer to your flashcard.
Happy DS devving ;p
Note that you don't need devkitPPC (GCN/Wii development) nor devkitPSP (no explanation needed), so you can safely uncheck the corresponding checkboxes.
Once you've installed devkitARM, open the command prompt, cd to c:\devkitPro\examples\nds\hello_world and type make to build the example hello world program. The resulting binary will be called hello_world.nds, which you can either run with an emulator or transfer to your flashcard.
Happy DS devving ;p
Donate to devkitPro - help us stay alive!
-
- Posts: 5
- Joined: Sun Aug 08, 2010 2:05 am
Re: What is devkit?
Thanks! Do I just edit the main.cpp and use cmd to make my nds?
Re: What is devkit?
Yes. You can also add other .c/.cpp/.h files if necessary.
Also, the template source code file is called main.c, this does not let you use C++. In order to do so rename it to main.cpp.
Also, the template source code file is called main.c, this does not let you use C++. In order to do so rename it to main.cpp.
Donate to devkitPro - help us stay alive!
-
- Posts: 5
- Joined: Sun Aug 08, 2010 2:05 am
Re: What is devkit?
Ok, I understand now. Thanks.
Who is online
Users browsing this forum: No registered users and 1 guest