Skip to content

Commit

Permalink
Merge pull request #1 from nelzeg/master
Browse files Browse the repository at this point in the history
Fix spelling errors and broken documentation links.
  • Loading branch information
ilg-ul authored Jan 3, 2024
2 parents 4efbd77 + 7027fc3 commit dd10783
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ <h2 id="additional-tools">Additional tools</h2>
<li>
<p><strong>xPack GNU RISC-V Embedded GCC</strong></p>

<p>The <a href="https://xpack.github.io/dev-tools/riscv-none-embed-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a>
<p>The <a href="https://xpack.github.io/dev-tools/riscv-none-elf-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a>
project is a new distribution of the bare metal version of
<a href="https://gcc.gnu.org">RISC-V GCC</a>. Binaries for Windows, macOS and GNU/Linux
are available.</p>
Expand All @@ -768,16 +768,16 @@ <h2 id="additional-tools">Additional tools</h2>
<p><strong>xPack QEMU Arm</strong></p>

<p>The <a href="https://xpack.github.io/dev-tools/qemu-arm/"><strong>xPack QEMU Arm</strong></a>
project is binary distribution of <a href="https://wiki.qemu.org/Main_Page">QEMU</a>
project is a binary distribution of <a href="https://wiki.qemu.org/Main_Page">QEMU</a>
(an open source machine emulator),
intended to provide support for Arm emulation in Eclipse Embedded CDT.
Binaries for Windows, macOS and GNU/Linux are available.</p>
</li>
<li>
<p><strong>xPack QEMU RISC-V</strong></p>

<p>The <a href="https://xpack.github.io/dev-tools/qemu-riscv/"><strong>xPack QEMU Arm</strong></a>
project is binary distribution of <a href="https://wiki.qemu.org/Main_Page">QEMU</a>
<p>The <a href="https://xpack.github.io/dev-tools/qemu-riscv/"><strong>xPack QEMU RISC-V</strong></a>
project is a binary distribution of <a href="https://wiki.qemu.org/Main_Page">QEMU</a>
(an open source machine emulator),
intended to provide support for RISC-V emulation in Eclipse Embedded CDT.
Binaries for Windows, macOS and GNU/Linux are available.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/features/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ <h3 id="arm-toolchains">Arm toolchains</h3>

<ul>
<li><a href="https://xpack.github.io/dev-tools/arm-none-eabi-gcc/"><strong>xPack GNU Arm Embedded GCC</strong></a> (arm-none-eabi-*)</li>
<li>[<strong>Arm GNU Toolchain</strong>]https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain(arm-none-eabi-*)</li>
<li><a href="https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain"><strong>Arm GNU Toolchain</strong></a> (arm-none-eabi-*)</li>
<li><strong><a href="https://launchpad.net/gcc-linaro">Linaro</a> </strong>ARMv7 <strong>bare-metal EABI</strong> (arm-none-eabi-*)</li>
<li><strong><a href="https://launchpad.net/gcc-linaro">Linaro</a> </strong>ARMv7 <strong>big-endian bare-metal EABI</strong> (armeb-none-eabi-*)</li>
<li><strong><a href="https://launchpad.net/gcc-linaro">Linaro</a> </strong>ARMv7 <strong>Linux GNU EABI HF</strong> (arm-linux-gnueabihf-*)</li>
Expand All @@ -787,7 +787,7 @@ <h3 id="aarch64-toolchains">AArch64 toolchains</h3>
<h3 id="risc-v-toolchains">RISC-V toolchains</h3>

<ul>
<li><a href="https://xpack.github.io/dev-tools/riscv-none-eabi-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a> (riscv-none-elf-*)</li>
<li><a href="https://xpack.github.io/dev-tools/riscv-none-elf-gcc/"><strong>xPack GNU RISC-V Embedded GCC</strong></a> (riscv-none-elf-*)</li>
<li><strong>RISC-V GCC/Newlib</strong> (riscv64-unknown-elf-*)</li>
<li><strong>RISC-V GCC/Linux</strong> (riscv64-unknown-linux-gnu-*)</li>
<li><strong>RISC-V GCC/RTEMS</strong> (riscv64-unknown-rtems-*)</li>
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@ <h2 id="download-the-eclipse-ide-for-embedded-cc-developers-package">Download th
you get an older version and the CDT plug-ins are not included.</div>

<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note:</b> Contrary to other tools, Eclipse <strong>does not
need administrative rights</strong>, does need not be installed in a system location,
and does not need not be a single instance on a system. Actually you are
need administrative rights</strong>, does not need to be installed in a system location,
and does not need to be a single instance on a system. Actually you are
encouraged to install multiple instances of Eclipse, possibly one for
each project type, to avoid mixing plug-ins from different sources in
case different project types.</div>
Expand Down Expand Up @@ -852,7 +852,7 @@ <h2 id="toolchain-and-debugging-support">Toolchain and debugging support</h2>

<ul>
<li>the <a href="https://xpack.github.io/dev-tools/arm-none-eabi-gcc/install/">Arm toolchain</a> or
<a href="https://xpack.github.io/dev-tools/riscv-none-embed-gcc/install/">RISC-V toolchain</a></li>
<a href="https://xpack.github.io/dev-tools/riscv-none-elf-gcc/install/">RISC-V toolchain</a></li>
<li>the optional <a href="https://xpack.github.io/dev-tools/windows-build-tools/">build tools</a>
(if you are running on Windows)</li>
<li>the <a href="/debug/">debugging</a> tools</li>
Expand Down
5 changes: 2 additions & 3 deletions docs/plugins/prerequisites/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,7 @@ <h3 id="java">Java</h3>
a separate installation.</p>

<div class="alert alert-success" role="alert"><i class="fa fa-check-square-o"></i> <b>Tip:</b> Recent Eclipse packages are standalone and
come bundled with the Java JRE; in this case
is is no longer necessary to install a separate Java.</div>
come bundled with the Java JRE; in this case is no longer necessary to install a separate Java.</div>

<h3 id="other-tools">Other tools</h3>

Expand Down Expand Up @@ -814,7 +813,7 @@ <h2 id="install-java">Install Java</h2>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>java <span class="nt">--version</span>
</code></pre></div></div>

<p>It is possible to install multiple versions on the same system, and chose
<p>It is possible to install multiple versions on the same system, and choose
which one to use by controlling the Path.</p>


Expand Down

0 comments on commit dd10783

Please sign in to comment.