What is devkit?

Posts that don't fit in the other forums
Post Reply
thekidwithamustache
Posts: 5
Joined: Sun Aug 08, 2010 2:05 am

What is devkit?

Post by thekidwithamustache » Tue Aug 10, 2010 11:22 pm

What is devkit, How do I use devkit?
Can someone answer these questions for me?

WinterMute
Site Admin
Posts: 1860
Joined: Tue Aug 09, 2005 3:21 am
Location: UK
Contact:

Re: What is devkit?

Post by WinterMute » Wed Aug 11, 2010 8:40 pm

http://wiki.devkitpro.org/index.php/About

which particular devkit were you interested in?
Help keep devkitPro toolchains free, Donate today

Personal Blog

thekidwithamustache
Posts: 5
Joined: Sun Aug 08, 2010 2:05 am

Re: What is devkit?

Post by thekidwithamustache » Thu Aug 12, 2010 9:09 pm

I'm interested in DevkitARM to compile for the DS but I don't know how to use it, can you tell me?

User avatar
Izhido
Posts: 107
Joined: Fri Oct 19, 2007 10:57 pm
Location: Costa Rica
Contact:

Re: What is devkit?

Post by Izhido » Fri Aug 13, 2010 3:54 pm

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?

thekidwithamustache
Posts: 5
Joined: Sun Aug 08, 2010 2:05 am

Re: What is devkit?

Post by thekidwithamustache » Fri Aug 13, 2010 7:58 pm

I know/learn C and C++, I'm most comfortable with C++ and I'm using a windows xp laptop.

User avatar
fincs
( ͡° ͜ʖ ͡°)
Posts: 94
Joined: Mon Jul 12, 2010 9:45 pm
Location: Seville, Spain
Contact:

Re: What is devkit?

Post by fincs » Sun Aug 15, 2010 2:34 pm

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
Donate to devkitPro - help us stay alive!

thekidwithamustache
Posts: 5
Joined: Sun Aug 08, 2010 2:05 am

Re: What is devkit?

Post by thekidwithamustache » Thu Aug 19, 2010 10:28 pm

Thanks! Do I just edit the main.cpp and use cmd to make my nds?

User avatar
fincs
( ͡° ͜ʖ ͡°)
Posts: 94
Joined: Mon Jul 12, 2010 9:45 pm
Location: Seville, Spain
Contact:

Re: What is devkit?

Post by fincs » Fri Aug 20, 2010 5:06 pm

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.
Donate to devkitPro - help us stay alive!

thekidwithamustache
Posts: 5
Joined: Sun Aug 08, 2010 2:05 am

Re: What is devkit?

Post by thekidwithamustache » Tue Aug 24, 2010 9:55 pm

Ok, I understand now. Thanks.

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests