summaryrefslogtreecommitdiffstats
path: root/user/glossary
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-24 09:33:29 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:27 -0400
commita34c157d08ef2beaf7ff0f6930a0fce5ecf581cb (patch)
tree674b289af24f7d58264ebfa4eb571f9680d8a6c0 /user/glossary
parentFix bad formatting that somehow went into the doco. (diff)
downloadrtems-docs-a34c157d08ef2beaf7ff0f6930a0fce5ecf581cb.tar.bz2
Corrections from Worth Burruss. Many thanks.
Diffstat (limited to '')
-rw-r--r--user/glossary/index.rst63
1 files changed, 55 insertions, 8 deletions
diff --git a/user/glossary/index.rst b/user/glossary/index.rst
index 315b7d7..43d18cb 100644
--- a/user/glossary/index.rst
+++ b/user/glossary/index.rst
@@ -1,16 +1,63 @@
-========
+
+.. _glossary:
+
Glossary
========
.. glossary::
- Waf
- Waf build system. For more information see http://www.waf.io/
+ 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 simplied 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 a 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
- Testsuite
- RTEMS test suite located in the ``testsuites/`` directory.
+ Test Suite
+ See Testsuite
+ Testsuite
+ RTEMS test suite located in the ``testsuites/`` directory.
- RTEMS
- The Real-Time Executive for Multiprocessor Systems or RTEMS is a 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.
+ Waf
+ Waf build system. For more information see http://www.waf.io/