<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Setting up an NDS Homebrew tool chain in Linux and Mac OSX! (Ok&#8230; Windows too&#8230;)</title>
	<atom:link href="http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/</link>
	<description>Me, myself, and my code.</description>
	<pubDate>Wed, 07 Jan 2009 14:25:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gemste</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-8580</link>
		<dc:creator>gemste</dc:creator>
		<pubDate>Tue, 16 Dec 2008 01:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-8580</guid>
		<description>for those MAC users, you will need to a couple more things:

1) install xcode from apple developers, it's free just signup. http://developer.apple.com/Tools/xcode/ 
2) install default.arm7 from the devkitpro files from sourceforge and put it in your libnds folder: http://sourceforge.net/project/showfiles.php?group_id=114505</description>
		<content:encoded><![CDATA[<p>for those MAC users, you will need to a couple more things:</p>
<p>1) install xcode from apple developers, it&#8217;s free just signup. <a href="http://developer.apple.com/Tools/xcode/" rel="nofollow">http://developer.apple.com/Tools/xcode/</a><br />
2) install default.arm7 from the devkitpro files from sourceforge and put it in your libnds folder: <a href="http://sourceforge.net/project/showfiles.php?group_id=114505" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=114505</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theoxylo</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-4357</link>
		<dc:creator>Theoxylo</dc:creator>
		<pubDate>Wed, 02 Apr 2008 19:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-4357</guid>
		<description>Now you can use the devkitpro buildscripts (URL below) to build the complete toolchain automatically from sources:

1. download the release "buildscripts 20080308" (buildscripts-20080308.tar.bz2) from the sourceforge download page:

http://sourceforge.net/project/showfiles.php?group_id=114505

2. decompress:
tar -xjvf buildscripts-20080308.tar.bz2

3. cd buildscripts; ./build-devkit.sh

See the README.TXT for details</description>
		<content:encoded><![CDATA[<p>Now you can use the devkitpro buildscripts (URL below) to build the complete toolchain automatically from sources:</p>
<p>1. download the release &#8220;buildscripts 20080308&#8243; (buildscripts-20080308.tar.bz2) from the sourceforge download page:</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=114505" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=114505</a></p>
<p>2. decompress:<br />
tar -xjvf buildscripts-20080308.tar.bz2</p>
<p>3. cd buildscripts; ./build-devkit.sh</p>
<p>See the README.TXT for details</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coderjoe</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-3378</link>
		<dc:creator>coderjoe</dc:creator>
		<pubDate>Fri, 15 Feb 2008 22:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-3378</guid>
		<description>@Damien:

What do you mean by simple files?
Are you looking for a GNU Make tutorial?

If so check this site out:
http://www.cs.utah.edu/dept/old/texinfo/make/make_toc.html

If you're just trying to compile one file at a time, don't even bother with make. Just use gcc or cc as defined in the man page.

Cheers.</description>
		<content:encoded><![CDATA[<p>@Damien:</p>
<p>What do you mean by simple files?<br />
Are you looking for a GNU Make tutorial?</p>
<p>If so check this site out:<br />
<a href="http://www.cs.utah.edu/dept/old/texinfo/make/make_toc.html" rel="nofollow">http://www.cs.utah.edu/dept/old/texinfo/make/make_toc.html</a></p>
<p>If you&#8217;re just trying to compile one file at a time, don&#8217;t even bother with make. Just use gcc or cc as defined in the man page.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-3343</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 13 Feb 2008 13:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-3343</guid>
		<description>How do you compile files? I tried typing Make, but it doesn't work. It says "nothing to be done". What do I type?</description>
		<content:encoded><![CDATA[<p>How do you compile files? I tried typing Make, but it doesn&#8217;t work. It says &#8220;nothing to be done&#8221;. What do I type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coderjoe</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-2646</link>
		<dc:creator>coderjoe</dc:creator>
		<pubDate>Mon, 26 Nov 2007 03:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-2646</guid>
		<description>@anonymous:

You're absolutely correct.

If you're using the latest version of the source (it has changed a lot since this post was authored) then you do indeed need to place the libraries into the libnds directory.

Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>@anonymous:</p>
<p>You&#8217;re absolutely correct.</p>
<p>If you&#8217;re using the latest version of the source (it has changed a lot since this post was authored) then you do indeed need to place the libraries into the libnds directory.</p>
<p>Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-2642</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 25 Nov 2007 18:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-2642</guid>
		<description>Thanks for putting this post up! I think it might possibly be the only description of the required directory structure and environment variables for a Linux install of Devkitpro anywhere on the internet!

For anybody else finding this, note that you also need to extract libfat-nds into the libnds subdirectory (/usr/local/devkitPRO/libnds if you are using the paths in this guide) if you want libfat (and one of the NDS examples requires it be present to compile). I'm guessing that dswifi also goes into the libnds directory, but I'm not sure. According to this message on a mailing list that's the case ("All the DS libraries should be installed in the libnds folder"): http://www.nabble.com/Re%3A-Problem-compiling-examples-in-Linux-p13417132.html</description>
		<content:encoded><![CDATA[<p>Thanks for putting this post up! I think it might possibly be the only description of the required directory structure and environment variables for a Linux install of Devkitpro anywhere on the internet!</p>
<p>For anybody else finding this, note that you also need to extract libfat-nds into the libnds subdirectory (/usr/local/devkitPRO/libnds if you are using the paths in this guide) if you want libfat (and one of the NDS examples requires it be present to compile). I&#8217;m guessing that dswifi also goes into the libnds directory, but I&#8217;m not sure. According to this message on a mailing list that&#8217;s the case (&#8221;All the DS libraries should be installed in the libnds folder&#8221;): <a href="http://www.nabble.com/Re%3A-Problem-compiling-examples-in-Linux-p13417132.html" rel="nofollow">http://www.nabble.com/Re%3A-Problem-compiling-examples-in-Linux-p13417132.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco@borromeo:~$ _ &#187; Blog Archive &#187; links for 2007-10-29</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-2307</link>
		<dc:creator>marco@borromeo:~$ _ &#187; Blog Archive &#187; links for 2007-10-29</dc:creator>
		<pubDate>Mon, 29 Oct 2007 00:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-2307</guid>
		<description>[...] Setting up an NDS Homebrew tool chain in Linux and Mac OSX! (Ok&#8230; Windows too&#8230;) (tags: programming nds homebrew ds)     Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</description>
		<content:encoded><![CDATA[<p>[...] Setting up an NDS Homebrew tool chain in Linux and Mac OSX! (Ok&#8230; Windows too&#8230;) (tags: programming nds homebrew ds)     Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coderjoe</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-2301</link>
		<dc:creator>coderjoe</dc:creator>
		<pubDate>Sun, 28 Oct 2007 20:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-2301</guid>
		<description>@cheese_block:

Yeah, No$Cash isn't the cheapest option on the block, but for debugging I've heard you can't beat it. As for free solutions you'll just have to work with emulators and Insight.

If you find any better solutions please clue me in. 

Thanks, and happy hacking. :)</description>
		<content:encoded><![CDATA[<p>@cheese_block:</p>
<p>Yeah, No$Cash isn&#8217;t the cheapest option on the block, but for debugging I&#8217;ve heard you can&#8217;t beat it. As for free solutions you&#8217;ll just have to work with emulators and Insight.</p>
<p>If you find any better solutions please clue me in. </p>
<p>Thanks, and happy hacking. <img src='http://www.coderjoe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheese_block</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-2260</link>
		<dc:creator>cheese_block</dc:creator>
		<pubDate>Wed, 24 Oct 2007 13:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-2260</guid>
		<description>Thanks for the posting. 

What would you recommend about debugging? I've looked into Insight, which I can't get to work satisfactorily, No$Cash is very expensive and I'm not sure if there's any emulators with debug output windows.

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for the posting. </p>
<p>What would you recommend about debugging? I&#8217;ve looked into Insight, which I can&#8217;t get to work satisfactorily, No$Cash is very expensive and I&#8217;m not sure if there&#8217;s any emulators with debug output windows.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techforumz</title>
		<link>http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/comment-page-1/#comment-2016</link>
		<dc:creator>techforumz</dc:creator>
		<pubDate>Tue, 25 Sep 2007 16:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjoe.net/archive/2007/07/23/setting-up-an-nds-homebrew-tool-chain-in-linux-and-mac-osx-ok-windows-too/#comment-2016</guid>
		<description>Ok, got it now, thanks.</description>
		<content:encoded><![CDATA[<p>Ok, got it now, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.771 seconds -->
