<?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: Is anyone using the Yagarto tool chain?</title>
		<link>http://forums.leaflabs.com/topic.php?id=1438</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:06:29 +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=1438" rel="self" type="application/rss+xml" />

		<item>
			<title>feurig on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=3#post-20792</link>
			<pubDate>Mon, 05 Nov 2012 17:43:44 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">20792@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I just ran up the summon arm toolchain and newlib-1.20, syscalls.c is missing the _exit definition but otherwise it seems to work (on my bench mac even which is ppc and not supported by the CodeSourcery currently bundled with lib maple)&#60;/p&#62;
&#60;p&#62;ps: mbolivar where have you been?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=3#post-11769</link>
			<pubDate>Mon, 16 Jul 2012 14:46:47 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">11769@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Have you tried using the ST Micro ST-LINK/V2 with Texane ST-LINK &#60;a href=&#34;https://github.com/texane/stlink&#34; rel=&#34;nofollow&#34;&#62;https://github.com/texane/stlink&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The source is freely available (AFAIK, Segger's gdb server is closed source), and it runs on Linux and Mac as well as Windows.&#60;/p&#62;
&#60;p&#62;AFAIK, ST Micro's ST-LINK/V2 is about 1/3rd the price of Segger's J-Link.&#60;br /&#62;
In fact, you can get a SWD-only ST-LINK/V2 on a STM32F0Discovery board for $7.99 and that includes a free STM32F051 MCU, and a prototyping board.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpnorair on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=3#post-11730</link>
			<pubDate>Fri, 13 Jul 2012 19:57:10 +0000</pubDate>
			<dc:creator>jpnorair</dc:creator>
			<guid isPermaLink="false">11730@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;1. I would recommend trying the Segger J-Link GDB server, which of course requires that you have a J-Link.  JTAG/SWD seems to be the component that is most difficult to acquire for non-windows, but J-Link works on Mac/Linux.&#60;/p&#62;
&#60;p&#62;2. The Cortex M parts support only the Thumb2 ISA.  So, you shouldn't notice any difference by adding &#34;-mthumb&#34; or not, assuming that GCC knows to use it implicitly for Cortex M compilations.  If your code is being compiled into standard ARM32 ISA, it won't run on the Cortex M devices.&#60;/p&#62;
&#60;p&#62;I am installing Yagarto on my mac now.  One of my embedded-dev partners has been running the Eclipse+Yagarto+JLinkGDB setup for some time on his MacBook Pro.  I believe the target he has been using is an STM32F1 with 20/128.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=3#post-11095</link>
			<pubDate>Wed, 06 Jun 2012 03:05:16 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">11095@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;just fyi, we also build with -mthumb: &#60;a href=&#34;http://leaflabs.com/docs/arm-gcc.html#compiler-flags-used-by-libmaple&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/arm-gcc.html#compiler-flags-used-by-libmaple&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blackswords on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=3#post-10904</link>
			<pubDate>Sun, 27 May 2012 08:20:44 +0000</pubDate>
			<dc:creator>blackswords</dc:creator>
			<guid isPermaLink="false">10904@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I found this in the GCC 4.6.2 documentation : &#60;/p&#62;
&#60;p&#62;-mthumb : Generate code for the Thumb instruction set. The default is to use the 32-bit ARM instruction set. This option automatically enables either 16-bit Thumb- 1 or mixed 16/32-bit Thumb-2 instructions based on the ‘-mcpu=name’ and ‘-march=name ’ options. This option is not passed to the assembler. If you want to force assembler files to be interpreted as Thumb code, either add a ‘.thumb’ directive to the source or pass the ‘-mthumb’ option directly to the assembler by prefixing it with ‘-Wa’.&#60;/p&#62;
&#60;p&#62;As I compile my code with this option, I think that thumb2 instructions are present and that all is done automatically. &#60;/p&#62;
&#60;p&#62;Theoretically, thumb2 instructions make the code smaller right? If I try to compile some code with yagarto and the toolchain used by maple, I will see some differences. What do you think?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10903</link>
			<pubDate>Sun, 27 May 2012 07:51:54 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">10903@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;blackswords - the convention used by some toolchains implementations is to put Thumb2 and Thumb libraries into different directories (called, ingeniously, 'thumb2' or 'thumb'). For example, LeafLabs Maple toolchain is set up this way.&#60;/p&#62;
&#60;p&#62;I thought that an old version of Yagarto had done that, so I made an assumption.&#60;br /&#62;
Also, I thought I'd tried to build a program, but it had failed to run, and that was why I thought there was no thumb2 libraries.&#60;br /&#62;
Maybe I made a different type of mistake ?-(&#60;/p&#62;
&#60;p&#62;But as it works for you, I need to go back and check it all again. That could save me some hassle in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blackswords on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10901</link>
			<pubDate>Sun, 27 May 2012 04:36:04 +0000</pubDate>
			<dc:creator>blackswords</dc:creator>
			<guid isPermaLink="false">10901@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Yes I'm using the latest Mac distribution but I can't tell what's provided (thumb, thumb2 or both). Is there any mean to check that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10897</link>
			<pubDate>Sat, 26 May 2012 19:46:43 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">10897@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;blackswords - are you using the Mac distribution, and the latest release?&#60;br /&#62;
It may be that the only libraries supplied are Thumb2, and there are no Thumb libraries (but I'd have expected the developer to tell me that).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blackswords on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10800</link>
			<pubDate>Tue, 22 May 2012 02:18:19 +0000</pubDate>
			<dc:creator>blackswords</dc:creator>
			<guid isPermaLink="false">10800@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;what are the drawbacks to not using the thumb2 libraries? I'm using Yagarto for months (maybe a year now) and I don't have any problems
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10799</link>
			<pubDate>Mon, 21 May 2012 19:41:07 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">10799@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;feurig - I tried using Yagarto but their were &#60;strong&#62;NO&#60;/strong&#62; Thumb2 libraries, only Thumb versions, in the Mac version. I wrote to the author (in March), but I AFAICT the package hasn't been updated. I hope to get time to try again soon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blackswords on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10794</link>
			<pubDate>Mon, 21 May 2012 15:25:32 +0000</pubDate>
			<dc:creator>blackswords</dc:creator>
			<guid isPermaLink="false">10794@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;ok! leave me some feedback.&#60;br /&#62;
It would be great if someone (I will try too) can add to the article how to add the Maple Library and so use it within Eclipse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pici on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10793</link>
			<pubDate>Mon, 21 May 2012 14:16:36 +0000</pubDate>
			<dc:creator>pici</dc:creator>
			<guid isPermaLink="false">10793@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Great ! Thanks a lot - will check it in the next few days.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blackswords on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10792</link>
			<pubDate>Mon, 21 May 2012 12:52:35 +0000</pubDate>
			<dc:creator>blackswords</dc:creator>
			<guid isPermaLink="false">10792@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Anyone tried my tutorial?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blackswords on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10763</link>
			<pubDate>Sun, 20 May 2012 02:42:00 +0000</pubDate>
			<dc:creator>blackswords</dc:creator>
			<guid isPermaLink="false">10763@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Here it is! I wrote this &#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=Yagarto_toolchain_under_Eclipse&#34;&#62;page&#60;/a&#62; to explain how to set up Eclipse for using the YAGARTO Toolchain. I'm not English so I'll be grateful if someone can correct the article into a more proper English. I hope it'll help someone. Give me some feedback
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blackswords on "Is anyone using the Yagarto tool chain?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1438&amp;page=2#post-10724</link>
			<pubDate>Thu, 17 May 2012 13:39:13 +0000</pubDate>
			<dc:creator>blackswords</dc:creator>
			<guid isPermaLink="false">10724@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ok, I'll try do to that if it can helps. I have to remember all the things I've done for getting this working
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
