<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 114: changing linker files does not cause a link step</title><link>https://sourceforge.net/p/gnuarmeclipse/bugs/114/</link><description>Recent changes to 114: changing linker files does not cause a link step</description><atom:link href="https://sourceforge.net/p/gnuarmeclipse/bugs/114/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 13 Jul 2014 17:14:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuarmeclipse/bugs/114/feed.rss" rel="self" type="application/rss+xml"/><item><title>#114 changing linker files does not cause a link step</title><link>https://sourceforge.net/p/gnuarmeclipse/bugs/114/?limit=25#13ac</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; open-accepted&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Liviu Ionescu (ilg)&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>Sun, 13 Jul 2014 17:14:18 -0000</pubDate><guid>https://sourceforge.net5579dcf621497f068ec2ab19e68b0f5eef23f27d</guid></item><item><title>changing linker files does not cause a link step</title><link>https://sourceforge.net/p/gnuarmeclipse/bugs/114/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Plugin: Version 2.3.1-201407120554 (July 12th 2014)&lt;br /&gt;
Eclipse Kepler&lt;br /&gt;
Host: Windows7 64bit&lt;br /&gt;
Toolchain: GNU ARM Embedded (launchpad) 4.8.2&lt;/p&gt;
&lt;p&gt;Issue: The make file rule created by the plugin is missing a dependency to the linker files.&lt;br /&gt;
It is this:&lt;/p&gt;
&lt;h1 id="tool-invocations"&gt;Tool invocations&lt;/h1&gt;
&lt;p&gt;test.elf: $(OBJS) $(USER_OBJS)&lt;br /&gt;
But should be someting like this&lt;/p&gt;
&lt;h1 id="tool-invocations_1"&gt;Tool invocations&lt;/h1&gt;
&lt;p&gt;test.elf: $(OBJS) $(USER_OBJS) $(LD_SCRIPTS)&lt;br /&gt;
with LD_SCRIPTS listing all linker scripts present/listed in the linker panel.&lt;/p&gt;
&lt;p&gt;Steps:&lt;br /&gt;
1. Create new project (File &amp;gt; New C project &amp;gt; STM32F0xx C/C++ project) (can use default settings)&lt;br /&gt;
2. Build the project, everything builds fine&lt;br /&gt;
3. Touch/change the linker (.ld) files in the ldscripts folder&lt;br /&gt;
4. Build the project again (Project &amp;gt; Build Project)&lt;br /&gt;
Observe: project is not re-linked (only Cross ARM GNU print size is executed)&lt;br /&gt;
Expected: because the linker files have been changed, the project shall be linked again.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erich Styger</dc:creator><pubDate>Sun, 13 Jul 2014 10:31:09 -0000</pubDate><guid>https://sourceforge.net539ab7fb94a283d98d688de0bbe2240049b75b3f</guid></item><item><title>changing linker files does not cause a link step</title><link>https://sourceforge.net/p/gnuarmeclipse/bugs/114/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 114 has been modified: changing linker files does not cause a link step&lt;br /&gt;
Edited By: Liviu Ionescu (ilg) (ilg-ul)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'open-accepted'&lt;br /&gt;
Owner updated: None =&amp;gt; u'ilg-ul'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erich Styger</dc:creator><pubDate>Sun, 13 Jul 2014 10:31:09 -0000</pubDate><guid>https://sourceforge.net6f9c7e4b74927845ec6b429928aa7c810829684a</guid></item></channel></rss>