source: rtems-docs/eclipse/glossary.rst @ 42d50d7

5
Last change on this file since 42d50d7 was 46ea92b, checked in by Chris Johns <chrisj@…>, on 09/03/17 at 23:57:03

Eclipse: Fix TOC and glossary licence comment.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. _glossary:
4
5Glossary
6********
7
8.. glossary::
9
10  Binutils
11    GNU Binary Utilities such as the assembler ``as``, linker ``ld`` and a
12    range of other tools used in the development of software.
13
14  DLL
15    Dynamically Linker Library used on Windows.
16
17  GCC
18    GNU Compiler Tool chain. It is the GNU C/C++ compiler, binutils and GDB.
19
20  GDB
21    GNU Debugger
22
23  MinGW
24    Minimal GNU system for Windows that lets GCC built programs use the
25    standard Windows operating system DLLs. It lets you build native Windows
26    programs with the GNU GCC compiler.
27
28  MinGW64
29    Minimal GNU system for 64bit Windows. MinGW64 is not the MinGW project.
30
31  MSYS2
32    Minimal System 2 is a fork of the MinGW project's MSYS tool and the MinGW
33    MSYS tool is a fork of Cygwin project. The Cygwin project provides a POSIX
34    emulation layer for Windows so POSIX software can run on Windows. MSYS is a
35    minimal version that is just enough to let ``configure`` scripts run. MSYS
36    has a simplied path structure to make it easier to building native Windows
37    programs.
38
39  POSIX
40    Portable Operating System Interface is a standard that lets software be
41    portable between compliant operating systems.
42
43  prefix
44    A path used when building a package so all parts of the package reside
45    under that path.
46
47  RSB
48    RTEMS Source Builder is part of the RTEMS Tools Project. It builds packages
49    such as the tools for the RTEMS operating system.
50
51  RTEMS
52    The Real-Time Executive for Multiprocessor Systems or RTEMS is a open
53    source fully featured Real Time Operating System or RTOS that supports a
54    variety of open standard application programming interfaces (API) and
55    interface standards such as POSIX and BSD sockets.
56
57  Test Suite
58   See Testsuite
59
60  Testsuite
61    RTEMS test suite located in the ``testsuites/`` directory.
62
63  Waf
64    Waf build system.  For more information see http://www.waf.io/
Note: See TracBrowser for help on using the repository browser.