summaryrefslogtreecommitdiffstats
path: root/eclipse/glossary.rst
diff options
context:
space:
mode:
authorRay Garza <raymond.garza@oarcorp.com>2021-07-01 14:43:57 -0500
committerJoel Sherrill <joel@rtems.org>2021-07-06 14:28:59 -0500
commit9d61006e6de1f17793a5ab98a3f4a3d5e76cc038 (patch)
tree4c5eb9e97e4f311841ef6055a6ae0b95ad908ff6 /eclipse/glossary.rst
parentuser/bsps/imxrt: Info about ARM PLL frequency (diff)
downloadrtems-docs-9d61006e6de1f17793a5ab98a3f4a3d5e76cc038.tar.bz2
rtems-docs: remove Eclipse Manual
Due to RTEMS 6 no longer using the Make build system and instead using Waf (Eclipse does not offer Waf support), this guide is being removed.
Diffstat (limited to '')
-rw-r--r--eclipse/glossary.rst64
1 files changed, 0 insertions, 64 deletions
diff --git a/eclipse/glossary.rst b/eclipse/glossary.rst
deleted file mode 100644
index c8eb2f1..0000000
--- a/eclipse/glossary.rst
+++ /dev/null
@@ -1,64 +0,0 @@
-.. SPDX-License-Identifier: CC-BY-SA-4.0
-
-.. _glossary:
-
-Glossary
-********
-
-.. glossary::
-
- Binutils
- GNU Binary Utilities such as the assembler ``as``, linker ``ld`` and a
- range of other tools used in the development of software.
-
- DLL
- Dynamically Linker Library used on Windows.
-
- GCC
- GNU Compiler Tool chain. It is the GNU C/C++ compiler, binutils and GDB.
-
- GDB
- GNU Debugger
-
- MinGW
- Minimal GNU system for Windows that lets GCC built programs use the
- standard Windows operating system DLLs. It lets you build native Windows
- programs with the GNU GCC compiler.
-
- MinGW64
- Minimal GNU system for 64bit Windows. MinGW64 is not the MinGW project.
-
- MSYS2
- Minimal System 2 is a fork of the MinGW project's MSYS tool and the MinGW
- MSYS tool is a fork of Cygwin project. The Cygwin project provides a POSIX
- emulation layer for Windows so POSIX software can run on Windows. MSYS is a
- minimal version that is just enough to let ``configure`` scripts run. MSYS
- has a simplified path structure to make it easier to building native Windows
- programs.
-
- POSIX
- Portable Operating System Interface is a standard that lets software be
- portable between compliant operating systems.
-
- prefix
- A path used when building a package so all parts of the package reside
- under that path.
-
- RSB
- RTEMS Source Builder is part of the RTEMS Tools Project. It builds packages
- such as the tools for the RTEMS operating system.
-
- RTEMS
- The Real-Time Executive for Multiprocessor Systems or RTEMS is an open
- source fully featured Real Time Operating System or RTOS that supports a
- variety of open standard application programming interfaces (API) and
- interface standards such as POSIX and BSD sockets.
-
- Test Suite
- See Testsuite
-
- Testsuite
- RTEMS test suite located in the ``testsuites/`` directory.
-
- Waf
- Waf build system. For more information see http://www.waf.io/