GNU C - Definition. Was ist GNU C
Diclib.com
Online-Wörterbuch

Was (wer) ist GNU C - definition

COMPILER SYSTEM WITH SUPPORT FOR VARIOUS PROGRAMMING LANGUAGES
GCC Abstract Syntax Tree; GCC Language Front Ends; GNU C; EGCS; Enhanced GNU Compiler System; GIMPLE; GENERIC and GIMPLE; G plus plus; Gplusplus; Gnu Compiler Collection; GNU C Compiler; G++; Gnu c compiler; GNU compiler collection; Egcs; GNU C compiler; GNU C++; Gcc4; GNU/GCC; Libgcc; GCC Compiler; GCC (software); Cc1plus; Collect2; Gcc (Unix); Gnu C compiler; GNU Standard C++ library; GNU compiler; GNU GCC; GNU C++ compiler
  • code optimization]] and [[binary code]] generation facilities to be shared by all languages.
  • Windows]]
  • 100px
  • linker]].
  • C]].

GNU C         
<language> The extension of C compiled by gcc. (1997-09-30)
GNU C Library         
  • ABI]].
  • The GNU C Library is a wrapper around the [[system call]]s of the [[Linux kernel]].
  • Ulrich Drepper in 2007, the main author of glibc
STANDARD C LIBRARY OF THE GNU PROJECT
GNU C Library; GNU Libc; GNU libc; GNU C library.; GLibc; Libc6; Libc5; Embedded GLIBC; Eglibc; GLibC; EGLIBC; Libc.so.6; Embedded GNU C Library; GNU C library
<library> (glibc) The run-time library for the GNU C compiler, gcc, and others. glibc is the source code for libc.a. It is maintained separately from the compilers and is a superset of ANSI C and POSIX.1 and a large subset of POSIX.2. Latest version: 2.1.3, as of 2000-04-29 http://gnu.org/glibc. Mailing list: <bug-glibc@gnu.org> (bugs). (2000-05-31)
GNU Project         
  • GNU Hurd live CD
FREE SOFTWARE PROJECT
GNU project; GNU.org; GNU Enterprise; GNUe; Gnu project; The GNU project; The GNU Project; Gnu.org; GNU Free System Distribution Guidelines; GNU FSDG; FSDG; Free System Distribution Guidelines; Linux Community
The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and computing devices by collaboratively developing and publishing software that gives everyone the rights to freely run the software, copy and distribute it, study it, and modify it.

Wikipedia

GNU Compiler Collection

The GNU Compiler Collection (GCC) is an optimizing compiler produced by the GNU Project supporting various programming languages, hardware architectures and operating systems. The Free Software Foundation (FSF) distributes GCC as free software under the GNU General Public License (GNU GPL). GCC is a key component of the GNU toolchain and the standard compiler for most projects related to GNU and the Linux kernel. With roughly 15 million lines of code in 2019, GCC is one of the biggest free programs in existence. It has played an important role in the growth of free software, as both a tool and an example.

When it was first released in 1987 by Richard Stallman, GCC 1.0 was named the GNU C Compiler since it only handled the C programming language. It was extended to compile C++ in December of that year. Front ends were later developed for Objective-C, Objective-C++, Fortran, Ada, D and Go, among others. The OpenMP and OpenACC specifications are also supported in the C and C++ compilers.

GCC has been ported to more platforms and instruction set architectures than any other compiler, and is widely deployed as a tool in the development of both free and proprietary software. GCC is also available for many embedded systems, including ARM-based and Power ISA-based chips.

As well as being the official compiler of the GNU operating system, GCC has been adopted as the standard compiler by many other modern Unix-like computer operating systems, including most Linux distributions. Most BSD family operating systems also switched to GCC shortly after its release, although since then, FreeBSD, OpenBSD and Apple macOS have moved to the Clang compiler, largely due to licensing reasons. GCC can also compile code for Windows, Android, iOS, Solaris, HP-UX, AIX and DOS.