mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 06:27:21 +08:00
Update the glossary.
This commit is contained in:
parent
ae7a139ad6
commit
b73ba927de
@ -6,10 +6,28 @@ Glossary
|
|||||||
|
|
||||||
.. glossary::
|
.. glossary::
|
||||||
|
|
||||||
|
Architecture
|
||||||
|
Family or class of processor based around a common instruction set. RTEMS
|
||||||
|
architectures follow the GCC architecture model as RTEMS needs an GCC
|
||||||
|
architecture compiler for each support RTEMS architecture.
|
||||||
|
|
||||||
Binutils
|
Binutils
|
||||||
GNU Binary Utilities such as the assembler ``as``, linker ``ld`` and a
|
GNU Binary Utilities such as the assembler ``as``, linker ``ld`` and a
|
||||||
range of other tools used in the development of software.
|
range of other tools used in the development of software.
|
||||||
|
|
||||||
|
BSP
|
||||||
|
Board Support Package is a specific configuration RTEMS can be built
|
||||||
|
for. An RTEMS install process installs specific library and headers files
|
||||||
|
for a single BSP. A BSP optimises RTEMS to a specific target hardware.
|
||||||
|
|
||||||
|
Buildbot
|
||||||
|
A continuous inteagration build server.
|
||||||
|
|
||||||
|
Crosscompiler
|
||||||
|
|
||||||
|
A compiler built to run on a Host that generate code for another
|
||||||
|
architecture.
|
||||||
|
|
||||||
DLL
|
DLL
|
||||||
Dynamically Linker Library used on Windows.
|
Dynamically Linker Library used on Windows.
|
||||||
|
|
||||||
@ -19,6 +37,10 @@ Glossary
|
|||||||
GDB
|
GDB
|
||||||
GNU Debugger
|
GNU Debugger
|
||||||
|
|
||||||
|
Host
|
||||||
|
The computer and operating system that hosts the RTEMS development tools
|
||||||
|
such as the compiler, linker and debugger.
|
||||||
|
|
||||||
MinGW
|
MinGW
|
||||||
Minimal GNU system for Windows that lets GCC built programs use the
|
Minimal GNU system for Windows that lets GCC built programs use the
|
||||||
standard Windows operating system DLLs. It lets you build native Windows
|
standard Windows operating system DLLs. It lets you build native Windows
|
||||||
@ -53,6 +75,9 @@ Glossary
|
|||||||
variety of open standard application programming interfaces (API) and
|
variety of open standard application programming interfaces (API) and
|
||||||
interface standards such as POSIX and BSD sockets.
|
interface standards such as POSIX and BSD sockets.
|
||||||
|
|
||||||
|
Target
|
||||||
|
A target is the hardware or simulator a BSP built executable runs on.
|
||||||
|
|
||||||
Test Suite
|
Test Suite
|
||||||
See Testsuite
|
See Testsuite
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user