<?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: STM32CubeMX GCC Makefile project	</title>
	<atom:link href="https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/feed/" rel="self" type="application/rss+xml" />
	<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/</link>
	<description>Electronics, Computers at leisure time</description>
	<lastBuildDate>Mon, 11 Dec 2017 07:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>
		By: kont-noor		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-216</link>

		<dc:creator><![CDATA[kont-noor]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 07:40:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-216</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-207&quot;&gt;Zawyer&lt;/a&gt;.

I&#039;ve just got the same issue. I use 3 .cpp files with classes got from another project and can&#039;t compile them by default.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-207">Zawyer</a>.</p>
<p>I&#8217;ve just got the same issue. I use 3 .cpp files with classes got from another project and can&#8217;t compile them by default.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: RayeR		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-215</link>

		<dc:creator><![CDATA[RayeR]]></dc:creator>
		<pubDate>Fri, 23 Dec 2016 17:37:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-215</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-213&quot;&gt;Geoffrey Brown&lt;/a&gt;.

Me too, it seems that .cproject syntax generated by latest STM32CubeMX-4.18.0 has changed and the script cannot find necessary values - need an update. BTW latest STM32CubeMX has not any option for Truestudio version, only one choice]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-213">Geoffrey Brown</a>.</p>
<p>Me too, it seems that .cproject syntax generated by latest STM32CubeMX-4.18.0 has changed and the script cannot find necessary values &#8211; need an update. BTW latest STM32CubeMX has not any option for Truestudio version, only one choice</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Baoshi		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-214</link>

		<dc:creator><![CDATA[Baoshi]]></dc:creator>
		<pubDate>Thu, 19 May 2016 15:15:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-214</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-213&quot;&gt;Geoffrey Brown&lt;/a&gt;.

No you don&#039;t need eclipse to be installed. But the error looks strange. Can you email me the .cproject file to mail &lt;a&gt; ba0sh1  com ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-213">Geoffrey Brown</a>.</p>
<p>No you don&#8217;t need eclipse to be installed. But the error looks strange. Can you email me the .cproject file to mail <a> ba0sh1  com ?</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Geoffrey Brown		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-213</link>

		<dc:creator><![CDATA[Geoffrey Brown]]></dc:creator>
		<pubDate>Wed, 18 May 2016 16:22:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-213</guid>

					<description><![CDATA[Not sure where I&#039;m going wrong.  I&#039;m running this on OS X

 ~/CubeMX2Makefile/CubeMX2Makefile.py ~/tmp/CubeTest
Unable to find target MCU node. Error: &#039;NoneType&#039; object has no attribute &#039;attrib&#039;

In the python code, there&#039;s a references to other stuff -- 

mcu_node = root.find(&#039;.//toolChain[@superClass=&quot;fr.ac6.managedbuild.toolchain.gnu.cross.exe.debug&quot;]/option[@name=&quot;Mcu&quot;]&#039;)

Which would indicate a code dependence.  Does this require eclipse to be installed ?]]></description>
			<content:encoded><![CDATA[<p>Not sure where I&#8217;m going wrong.  I&#8217;m running this on OS X</p>
<p> ~/CubeMX2Makefile/CubeMX2Makefile.py ~/tmp/CubeTest<br />
Unable to find target MCU node. Error: &#8216;NoneType&#8217; object has no attribute &#8216;attrib&#8217;</p>
<p>In the python code, there&#8217;s a references to other stuff &#8212; </p>
<p>mcu_node = root.find(&#8216;.//toolChain[@superClass=&#8221;fr.ac6.managedbuild.toolchain.gnu.cross.exe.debug&#8221;]/option[@name=&#8221;Mcu&#8221;]&#8217;)</p>
<p>Which would indicate a code dependence.  Does this require eclipse to be installed ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-212</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 13 May 2016 15:07:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-212</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-210&quot;&gt;matthew&lt;/a&gt;.

Thank you. It seems to work with your changes.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-210">matthew</a>.</p>
<p>Thank you. It seems to work with your changes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Baoshi		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-211</link>

		<dc:creator><![CDATA[Baoshi]]></dc:creator>
		<pubDate>Fri, 13 May 2016 14:52:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-211</guid>

					<description><![CDATA[Thanks matthew for the patch! I just merged PR on Github. Please heading there for 4.14 support.]]></description>
			<content:encoded><![CDATA[<p>Thanks matthew for the patch! I just merged PR on Github. Please heading there for 4.14 support.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: matthew		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-210</link>

		<dc:creator><![CDATA[matthew]]></dc:creator>
		<pubDate>Fri, 13 May 2016 12:45:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-210</guid>

					<description><![CDATA[Look on github, i posted some fixes for 4.14.]]></description>
			<content:encoded><![CDATA[<p>Look on github, i posted some fixes for 4.14.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-209</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 13 May 2016 06:11:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-209</guid>

					<description><![CDATA[Thanks for this great tool.
I just downloaded STM32CubeMx but it is now version 4.14.0. I am running it with SW4STM32 Outputs and it seems some changes happened as I had to modify the script to pick up the project Files and library directly from the Tool chain folder. However, even with these changes, it seems that the script no longer picks up the source files. C_SOURCES and ASM_SOURCES are empty. Could it be possible that the sources now need to be taken from .mxproject? I am willing to hack but as I haven&#039;t worked with STM32CubeMx before, I would appreciate some pointers.

Thank you]]></description>
			<content:encoded><![CDATA[<p>Thanks for this great tool.<br />
I just downloaded STM32CubeMx but it is now version 4.14.0. I am running it with SW4STM32 Outputs and it seems some changes happened as I had to modify the script to pick up the project Files and library directly from the Tool chain folder. However, even with these changes, it seems that the script no longer picks up the source files. C_SOURCES and ASM_SOURCES are empty. Could it be possible that the sources now need to be taken from .mxproject? I am willing to hack but as I haven&#8217;t worked with STM32CubeMx before, I would appreciate some pointers.</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stellan		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-208</link>

		<dc:creator><![CDATA[Stellan]]></dc:creator>
		<pubDate>Mon, 11 Apr 2016 16:33:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-208</guid>

					<description><![CDATA[This seems very nice!
Though im running into some problems, first it stops because it says it cant find any file named disc.map, and if i remove the part looking for that i get no rule for hex required by all.

Any Idea?]]></description>
			<content:encoded><![CDATA[<p>This seems very nice!<br />
Though im running into some problems, first it stops because it says it cant find any file named disc.map, and if i remove the part looking for that i get no rule for hex required by all.</p>
<p>Any Idea?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zawyer		</title>
		<link>https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-207</link>

		<dc:creator><![CDATA[Zawyer]]></dc:creator>
		<pubDate>Sat, 05 Mar 2016 03:45:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1062#comment-207</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-206&quot;&gt;Baoshi&lt;/a&gt;.

I don&#039;t, was writing my own class. Seems like nobody is using c++ with these chips?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ba0sh1.com/2015/02/23/stm32cubemx-gcc-makefile/#comment-206">Baoshi</a>.</p>
<p>I don&#8217;t, was writing my own class. Seems like nobody is using c++ with these chips?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
