1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > GCC——C compiler

GCC——C compiler

时间:2022-04-15 21:37:43

相关推荐

GCC——C compiler

持续更新中,最近更新:/2/20

文章目录

1 C compilers1.1 from wikipedia1.1.1 挑几个常用的1.1.2 全量的2 GCC——GNU Compiler Collection2.1 from wikipedia3 what is GNU Project3.1 from wikipedia3.2 project overview4 MinGW——Minimalist GNU for Windows4.1 from wikipedia4.2 from mingw-w644.2.1 homepage4.2.2 download5 MPW C——for Classic Mac Os5.1 from wikipedia6 Clang6.1 from wikipedia7 LLVM7.1 from wikipedia

1 C compilers

1.1 from wikipedia

link:C compilers

1.1.1 挑几个常用的

GCCClangLLVM Project

1.1.2 全量的

2 GCC——GNU Compiler Collection

2.1 from wikipedia

link: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 , GCC is one of the biggest open source 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, Java, Ada, D and Go, among others.The OpenMP and OpenAAC specifications are also supported in the C and C++ compilers.
GCC has been ported to a wide variety of platforms and instruction set architectures, probably more 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 political and licensing reasons.GCC can also compile code for Windows, Android, iOS, Solaris, HP-UX, AIX and DOS.

3 what is GNU Project

3.1 from wikipedia

link:GNU Project
The GNU Project is a free software, mass collaboration project that Richard Stallman announced 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. GNU software grants these rights in its license.

3.2 project overview

link:The GNU Project

Contents

1 The first software-sharing community

2 The collapse of the community

3 A stark moral choice

4 Free as in freedom

5 GNU software and the GNU system

6 Commencing the project

7 The first steps

9 GNU Emacs

4 MinGW——Minimalist GNU for Windows

4.1 from wikipedia

link:mingw
MinGW (“Minimalist GNU for Windows”),formerly mingw32, is a free and open source software development environment to create Microsoft Windows applications. The development of the MinGW project has been forked with the creation in – of an alternative project called Mingw-w64.
MinGW includes a port of the GNU Compiler Collection (GCC), GNU Binutils for Windows (assembler, linker, archive manager), a set of freely distributable Windows specific header files and static import libraries which enable the use of the Windows API, a Windows native build of the GNU Project’s GNU Debugger, and miscellaneous utilities.
MinGW does not rely on third-party C runtime dynamic-link library (DLL) files, and because the runtime libraries are not distributed using the GNU General Public License (GPL), it is not necessary to distribute the source code with the programs produced, unless a GPL library is used elsewhere in the program.
MinGW can be run either on the native Microsoft Windows platform, cross-hosted on Linux (or other Unix), or “cross-native” on Cygwin. Although programs produced under MinGW are 32-bit executables, they can be used both in 32 and 64-bit versions of Windows.

4.2 from mingw-w64

link:mingw-w64

4.2.1 homepage

4.2.2 download

5 MPW C——for Classic Mac Os

5.1 from wikipedia

link:MPW C
Macintosh Programmer’s Workshop or MPW, is a software development environment for the Classic Mac OS operating system, written by Apple Computer. For Macintosh developers, it was one of the primary tools for building applications for System 7.x and Mac OS 8.x and 9.x. Initially MPW was available for purchase as part of Apple’s professional developers program, but Apple made it a free download after it was superseded by CodeWarrior. On Mac OS X it was replaced by the Project Builder IDE, which eventually became Xcode.

6 Clang

6.1 from wikipedia

link:Clang

7 LLVM

link:LLVM

7.1 from wikipedia

link:llvm

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。