<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 163: Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/</link><description>Recent changes to 163: Building project on Eclipse using GNU ARM</description><atom:link href="https://sourceforge.net/p/gnuarmeclipse/support-requests/163/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 26 Oct 2015 10:34:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuarmeclipse/support-requests/163/feed.rss" rel="self" type="application/rss+xml"/><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#0605</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;did you figure out how to use the plug-ins to build your project?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Liviu Ionescu (ilg)</dc:creator><pubDate>Mon, 26 Oct 2015 10:34:20 -0000</pubDate><guid>https://sourceforge.neta8346dad8d8127d338d165e6320f3dc7431e9688</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#4cfa</link><description>&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;what do you mean by managed projects?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;project with the makefile automatically generated by Eclipse CDT&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Liviu Ionescu (ilg)</dc:creator><pubDate>Thu, 20 Aug 2015 13:57:27 -0000</pubDate><guid>https://sourceforge.net29b1e152e34abbbd4f89281bd5d9b498c672ff6f</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#0d3b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;so mingw isn't on the system path, just the arm-none-...   upon removing it from the system path, nothing works&lt;/p&gt;
&lt;p&gt;using busybox doesn't change anything either&lt;/p&gt;
&lt;p&gt;what do you mean by managed projects?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Khudoznyk</dc:creator><pubDate>Thu, 20 Aug 2015 13:53:51 -0000</pubDate><guid>https://sourceforge.nete31095c845c3625142fc298cea7d81eb190764bd</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#a540</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;adding mingw and/or the toolchain to system path is generally a very bad idea, and interferes with the path management features implemented in the Eclipse plug-ins.&lt;/p&gt;
&lt;p&gt;it might be possible to make it work, but you're on your own.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Liviu Ionescu (ilg)</dc:creator><pubDate>Thu, 20 Aug 2015 13:44:29 -0000</pubDate><guid>https://sourceforge.net9525a72e3a66a3bf1d52d94a30333d4bf011352a</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#386c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ok - so the project compiles under MinGW in a terminal, with the arm-none-eabi-gcc added to the system path.&lt;/p&gt;
&lt;p&gt;I'll give that a go (busybox) and see what happens&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br/&gt;
Adam&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Khudoznyk</dc:creator><pubDate>Thu, 20 Aug 2015 13:39:59 -0000</pubDate><guid>https://sourceforge.netbb9950cd5aaa6046d87331cf838a9e05ab0d8ea5</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#f4a3</link><description>&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;interested in being able to set up a 'simple' build environment with a visual debug.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;as I said, you need to first make the build process work manually in a terminal, without any Eclipse or other visual environment; until you succeed on this it makes no sense to expect Eclipse to work.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;mkdir&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;if you installed the GNU ARM Eclipse Windows Build Tools, this package is taylored for managed projects make files, it does not include ANY program that might be required in a custom makefile.&lt;/p&gt;
&lt;p&gt;however, since it uses busybox, you can try to copy busybox.exe as mkdir.exe (and possibly other executables).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Liviu Ionescu (ilg)</dc:creator><pubDate>Thu, 20 Aug 2015 13:35:39 -0000</pubDate><guid>https://sourceforge.netadd4338d620af7c212bcb81ba51cb78d4db91a24</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#a3b2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have had success doing that and have the general idea of  how they work. The makefile that I am using is maintained by other developers, so I am more interested in being able to set up a 'simple' build environment with a visual debug.&lt;br/&gt;
Eclipse seems to be the ideal tool to do this, and I am able to compile the entire project under MinGW. However, from what I understand, this would not work for an ARM processor - so when trying to build using the ARM build/toolchain I am running into problems.&lt;br/&gt;
From the error messsage, I am assuming that the problem is something to do with the mkdir exe? Or is it possible that I have not set up the toolchain correctly?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Khudoznyk</dc:creator><pubDate>Thu, 20 Aug 2015 13:29:07 -0000</pubDate><guid>https://sourceforge.net5ba983ee86d74191148f880702e7cbd8d0564203</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#918f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;for makefile projects you need first to make them work manually in a terminal.&lt;/p&gt;
&lt;p&gt;once done, you can figure out how to run them in Eclipse.&lt;/p&gt;
&lt;p&gt;I suggest you start with a manually written minimal makefile (single .c source file Hello World) and then move to more complicated things.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Liviu Ionescu (ilg)</dc:creator><pubDate>Thu, 20 Aug 2015 13:19:15 -0000</pubDate><guid>https://sourceforge.neta4bf62b01dffecff21a34e65e4d7ef10dd25f82c</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#4791</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i understand that it is developed under linux, and am looking to set up a windows dev environment.&lt;/p&gt;
&lt;p&gt;yes, it is a makefile project - with quite a complicated makefile. what steps would i need (or is there any available documentation) to configure  it to work in Eclipse?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Khudoznyk</dc:creator><pubDate>Thu, 20 Aug 2015 13:15:23 -0000</pubDate><guid>https://sourceforge.net5f71ada2e4ef8c6d2c33e3fb0bf6b3fcd420d632</guid></item><item><title>#163 Building project on Eclipse using GNU ARM</title><link>https://sourceforge.net/p/gnuarmeclipse/support-requests/163/?limit=25#4ef0</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; accepted&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Liviu Ionescu (ilg)</dc:creator><pubDate>Thu, 20 Aug 2015 13:09:38 -0000</pubDate><guid>https://sourceforge.net701b458be7e72d9bd1a6be3062d91e3661edd915</guid></item></channel></rss>