Skip to content

Commit a83082d

Browse files
committed
/toolchain/install/ notice more visible
- FAQ - SourceForge tickets refer to GitHub - CSS - blockquote without left margin
1 parent d36567d commit a83082d

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>A family of Eclipse CDT extensions and tools for GNU ARM development</description>
66
<link>http://gnuarmeclipse.github.io/</link>
77
<atom:link href="http://gnuarmeclipse.github.io/feed.xml" rel="self" type="application/rss+xml"/>
8-
<pubDate>Sun, 27 Sep 2015 14:16:01 +0300</pubDate>
9-
<lastBuildDate>Sun, 27 Sep 2015 14:16:01 +0300</lastBuildDate>
8+
<pubDate>Mon, 28 Sep 2015 11:00:13 +0300</pubDate>
9+
<lastBuildDate>Mon, 28 Sep 2015 11:00:13 +0300</lastBuildDate>
1010
<generator>Jekyll v2.5.3</generator>
1111

1212
<item>

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
</url>
343343
<url>
344344
<loc>http://gnuarmeclipse.github.io/support/faq/</loc>
345-
<lastmod>2015-09-27T13:06:17+03:00</lastmod>
345+
<lastmod>2015-09-28T10:59:25+03:00</lastmod>
346346
</url>
347347
<url>
348348
<loc>http://gnuarmeclipse.github.io/plugins/features/</loc>
@@ -386,7 +386,7 @@
386386
</url>
387387
<url>
388388
<loc>http://gnuarmeclipse.github.io/toolchain/install/</loc>
389-
<lastmod>2015-09-27T13:06:17+03:00</lastmod>
389+
<lastmod>2015-09-28T10:58:34+03:00</lastmod>
390390
</url>
391391
<url>
392392
<loc>http://gnuarmeclipse.github.io/developer/j-link-stm32-boards/</loc>

stylesheets/stylesheet.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -724,13 +724,13 @@ p a {
724724
}
725725

726726
blockquote {
727-
padding: 0 0 0 20px; /* was 0 0 0 30px */
727+
padding: 0 20px 0 14px; /* was 0 0 0 30px */
728728
/* margin-bottom: 10px; /* was 20px; */
729-
margin-left: 20px;
730-
margin-right: 20px;
729+
margin-left: 0px;
730+
margin-right: 0px;
731731
font-size: 1.1em; /* was 1.6em */
732-
line-height: 1.5; /* was 1.4 */
733-
border-left: 7px solid #e9e9e9; /* was 10px */
732+
line-height: 1.4; /* was 1.4 */
733+
border-left: 6px solid #e9e9e9; /* was 10px */
734734
font-style: italic;
735735
}
736736

support/faq/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h2 id="how-to-single-step-empty-loops">How to single-step empty loops?</h2>
118118
<p>I’m trying to single-step a simple loop, but execution does not stop after a single iteration, the target runs continuously, with permanent interactions with the debugger.</p>
119119
</blockquote>
120120

121-
<p>The current GDB has a problem with placing breakpoints <strong>in simple loops</strong>, and <strong>single-stepping fails</strong>. The problem was already reported (<a href="https://bugs.launchpad.net/gcc-arm-embedded/+bug/1401565">bug 1401565</a>). If you rally need this, switch to assembly view and single-stepping is again functional.</p>
121+
<p>The current GDB has a problem with placing breakpoints <strong>in simple loops</strong>, and <strong>single-stepping fails</strong>. The problem was already reported (<a href="https://bugs.launchpad.net/gcc-arm-embedded/+bug/1401565">bug 1401565</a>). If you really need this, switch to assembly view and single-stepping is again functional.</p>
122122

123123
<h2 id="why-thedebugging-flow-with--og-is-sometimesjumpy">Why the debugging flow with -Og is sometimes jumpy?</h2>
124124

@@ -128,13 +128,15 @@ <h2 id="why-thedebugging-flow-with--og-is-sometimesjumpy">Why the debugging flo
128128

129129
<p>In GCC prior 4.9, the definition of <strong>-Og</strong> needs a small adjustment, also add the <strong>-fno-move-loop-invariants</strong> option to the Debug configuration; this will prevent the compiler to move some constant parts of the loop outside it and the execution flow will be more easy to follow. The problem was already reported (<a href="https://bugs.launchpad.net/gcc-arm-embedded/+bug/1395077">bug 1395077</a>). Starting with 4.9, the -fno-move-loop-invariants is added automatically to -Og.</p>
130130

131-
<h2 id="how-can-i-add-new-tickets-if-no-create-ticket-button-is-available">How can I add new tickets if no Create Ticket button is available?</h2>
131+
<h2 id="how-can-i-add-new-sourceforge-tickets-if-no-create-ticket-button-is-available">How can I add new SourceForge tickets if no Create Ticket button is available?</h2>
132132

133133
<blockquote>
134134
<p>Please excuse me for not using the support ticket tool you provided on sourceforge but I seem to be too incompetent to even spot some type of “add request” button.</p>
135135
</blockquote>
136136

137-
<p>To be able to add new tickets to the SourceForge trackers, you need to log-in to SourceForge, and so the <strong>Create Ticket</strong> button will become visible.</p>
137+
<p>Following the migration to GitHub, the SourceForge ticketing system was configured as read-only, and new tickets can no longer be added.</p>
138+
139+
<p>Please login to GitHub and use the GitHub Issues trackers.</p>
138140

139141
<h2 id="plug-ins-update-from-05x-running-on-junoto-current-version-fails">Plug-ins update from 0.5.x running on Juno to current version fails</h2>
140142

@@ -273,7 +275,7 @@ <h3 id="i-changed-the-remove-command-but-the-value-is-not-effective">I changed t
273275

274276
<hr/>
275277
<p class="page-footer">
276-
Last modified on Sun Sep 27 13:06:17 2015 EEST.
278+
Last modified on Mon Sep 28 10:59:25 2015 EEST.
277279
</p>
278280

279281

toolchain/install/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ <h2 id="overview">Overview</h2>
8787
<li>the host/development platform is the platform where the development tools are executed, usually as cross compilers, and can be, in our case, any platform that supports Eclipse, for example Windows, OS X, GNU/Linux, BSD, etc.</li>
8888
</ul>
8989

90-
<p>Be sure you select the proper toolchain for the target platform, otherwise builds will not succeed, or the generated applications will fail to run. <strong>Do not</strong> try to use the GCC ARM Embedded to build  GNU/Linux applications, because the executables will not run on anything than bare metal, and <strong>do not try to use the Linaro toolchains for bare metal applications</strong>.</p>
90+
<blockquote>
91+
<p>Note: Be sure you select the proper toolchain for the target platform, otherwise builds will not succeed, or the generated applications will fail to run. <strong>Do not</strong> try to use the GCC ARM Embedded to build  GNU/Linux applications, because the executables will not run on anything than bare metal, and <strong>do not try to use the Linaro toolchains for bare metal applications</strong>.</p>
92+
</blockquote>
9193

9294
<p>The installation details described below assume the selection of the GCC ARM Embedded toolchain. For other toolchains, please follow the specific installation instructions.</p>
9395

@@ -259,7 +261,7 @@ <h2 id="toolchain-path">Toolchain path</h2>
259261

260262
<hr/>
261263
<p class="page-footer">
262-
Last modified on Sun Sep 27 13:06:17 2015 EEST.
264+
Last modified on Mon Sep 28 10:58:34 2015 EEST.
263265
</p>
264266

265267

0 commit comments

Comments
 (0)