<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Command line compiling on windows</title>
		<link>http://forums.leaflabs.com/topic.php?id=828</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:17:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=828" rel="self" type="application/rss+xml" />

		<item>
			<title>poslathian on "Command line compiling on windows"</title>
			<link>http://forums.leaflabs.com/topic.php?id=828#post-5165</link>
			<pubDate>Mon, 13 Jun 2011 15:05:25 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">5165@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;great!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newyorkbrass on "Command line compiling on windows"</title>
			<link>http://forums.leaflabs.com/topic.php?id=828#post-5135</link>
			<pubDate>Sat, 11 Jun 2011 08:01:09 +0000</pubDate>
			<dc:creator>newyorkbrass</dc:creator>
			<guid isPermaLink="false">5135@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;i posted something on wiki:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=Running_ChibiOS_on_the_Maple_r5#compiling_and_installing_in_windows&#34;&#62;http://wiki.leaflabs.com/index.php?title=Running_ChibiOS_on_the_Maple_r5#compiling_and_installing_in_windows&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Command line compiling on windows"</title>
			<link>http://forums.leaflabs.com/topic.php?id=828#post-4947</link>
			<pubDate>Fri, 03 Jun 2011 11:09:35 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">4947@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Understood.  Thanks again for your hard work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newyorkbrass on "Command line compiling on windows"</title>
			<link>http://forums.leaflabs.com/topic.php?id=828#post-4945</link>
			<pubDate>Fri, 03 Jun 2011 10:53:04 +0000</pubDate>
			<dc:creator>newyorkbrass</dc:creator>
			<guid isPermaLink="false">4945@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Once i get a whole thing working i will download a fresh copy and see how to do this from scratch. The main points are adding the path to the ARM toolchain (which exists in the IDE version) downloading the OS and fixing the makefiles. I think not only for the ChibiOS but also for the default libraries.&#60;br /&#62;
Things take their time :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Command line compiling on windows"</title>
			<link>http://forums.leaflabs.com/topic.php?id=828#post-4943</link>
			<pubDate>Fri, 03 Jun 2011 10:34:29 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">4943@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;newyorkbrass,&#60;/p&#62;
&#60;p&#62;Yes, definitely please add a note to the wiki!  Thanks for taking the time to look into this; we've been missing command-line compiles on Windows since the beginning.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newyorkbrass on "Command line compiling on windows"</title>
			<link>http://forums.leaflabs.com/topic.php?id=828#post-4935</link>
			<pubDate>Thu, 02 Jun 2011 18:07:36 +0000</pubDate>
			<dc:creator>newyorkbrass</dc:creator>
			<guid isPermaLink="false">4935@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Should I update the wiki on the changes to the Rules.mak makefile?&#60;/p&#62;
&#60;p&#62;I studied the winARM makefile and the following arae the changes needed:&#60;br /&#62;
&#60;code&#62;&#60;/p&#62;
&#60;p&#62;1)&#60;br /&#62;
Change: &#60;/p&#62;
&#60;p&#62;ENSUREBUILDDIR = $(shell test -d $(BUILDDIR) &#124;&#124; mkdir $(BUILDDIR))&#60;/p&#62;
&#60;p&#62;to ====&#38;gt; &#60;/p&#62;
&#60;p&#62;ENSUREBUILDDIR = $( -@md $(BUILDDIR) &#38;gt;NUL 2&#38;gt;&#38;amp;1 &#124;&#124; echo &#34;&#34; &#38;gt;NUL ) &#60;/p&#62;
&#60;p&#62;1)&#60;br /&#62;
change:&#60;br /&#62;
-include $(shell mkdir .dep 2&#38;gt;/dev/null) $(wildcard .dep/*)&#60;/p&#62;
&#60;p&#62;to ====&#38;gt;&#60;/p&#62;
&#60;p&#62;-include $(-@md &#34;.dep&#34; &#38;gt;NUL 2&#38;gt;&#38;amp;1 &#124;&#124; echo &#34;&#34; &#38;gt;NUL) $(wildcard .dep/*)&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newyorkbrass on "Command line compiling on windows"</title>
			<link>http://forums.leaflabs.com/topic.php?id=828#post-4931</link>
			<pubDate>Thu, 02 Jun 2011 03:00:59 +0000</pubDate>
			<dc:creator>newyorkbrass</dc:creator>
			<guid isPermaLink="false">4931@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ok figured it out - in the make directory one needs to make a &#34;.dep&#34; directory for the temporary compiled files. &#60;/p&#62;
&#60;p&#62;I am making a ChibiOS using the command line Windows toolchain (apparently it works :) and I will document it. I actually went one step further than the wiki and I make a board that plugs into both the arduino board and maple for programming - reducing the risk of doing something wrong - ill also post pics.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newyorkbrass on "Command line compiling on windows"</title>
			<link>http://forums.leaflabs.com/topic.php?id=828#post-4924</link>
			<pubDate>Wed, 01 Jun 2011 16:02:35 +0000</pubDate>
			<dc:creator>newyorkbrass</dc:creator>
			<guid isPermaLink="false">4924@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I cant help but noticing that the full toolchain for compiling and linking on windows platform exists in the directory. Is there anyone that can give an example for making and  linking in windows?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
