Home > Computers > Programming > Compilers > GNU Compiler Collection
This category is for GCC, the GNU Compiler Collection. Originally, GCC meant GNU C Compiler. Then C++ was added, and then other languages that do not start with the letter "C". Clearly, the acronym needed a new semantics, so it was renamed. GCC is developed and maintained as Free Software (Open Source) by the Free Software Foundation (FSF), GNU project, for programmers, and the GNU system. GCC has many front ends: C, C++, Objective-C, Fortran, Java, Ada; libraries for libstdc++, libgcj, more.
http://www.network-theory.co.uk/gcc/intro/
A printed tutorial for new users of GCC, published under the GNU Free Documentation License.
http://kegel.com/crosstool/
Script to automatically download, patch, build, and test binutils, gcc, and glibc cross-toolchains.
http://dgcc.sourceforge.net/
For GCC 3.3.x, 3.4.x versions supporting FreeBSD, Linux, Mac OS X, Cygwin. Description, build instructions, downloads, links, contact. [Open source]
http://www.dalsoft.com/
Optimizer for gcc generated x86 code. Lists results of optimizations, compares performance of the optimizer-generated code with performance of the code generated by gcc and icc x86 compilers.
https://github.com/distcc
A gcc wrapper that speeds compilation by transparently distributing work across several machines. [Open source, GPL]
http://www.gnu.org/software/gcc/egcs-1.1/
Project fused work on GNU C, C++, Objective-C, Ada, Fortran compilers, and libc++, to speed up work to improve GCC. In April 1999 was merged into general GCC effort under control of GCC steering committee. Descriptions, a few links.
http://freecode.com/articles/gcc-myths-and-facts
Optimizing GCC mostly for x86 CPU and C/C++, but parts can apply to all supported CPUs and languages. Many useful forum comments. [Freecode]
http://sourceforge.net/projects/introspector/
Project to create an XML interface to the GCC AST tree_nodes and store in Postgres Database.
http://gcc.gnu.org/
Developed by GNU project as free compiler for GNU system. Front ends: C, C++, Objective-C, Fortran, Java, Ada; libraries for libstdc++, and libgcj. Mission, mail lists, timeline, contributors, committee, instructions, manual, FAQ, downloads, plans, bug reports. [Open Source, GPL]
http://ghdl.free.fr/
A written in Ada95 GCC front-end. It is a VHDL simulator and implements nearly all VHDL87 and some features of VHDL93.
http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals
This is a wikibook describing internals of GNU C Compiler Collection. A number of authors have contributed to it.
http://gcc.gnu.org/onlinedocs/gcc-2.95.3/objc-features_toc.html
Some notes about garbage collection and type information strings in the GNU Objective-C runtime (2.95.3 GCC version).
http://gnude.sourceforge.net/
Suite of GNU C/C++, Fortran, Java cross compilers, and Insight/GDB debugger hosted on Windows NT/2K/XP for embedded ARM7/9, XScale CPU program development. Assembler, compilers, linker, header files, STL, libraries, documents.
http://lwn.net/Articles/84888/
Artciel by Steven Bosscher and Diego Novillo. The first bits a major compiler internals overhaul have been merged into the development mainline of the GNU Compiler Collection (GCC) for inclusion in the next release.
http://www.delorie.com/djgpp/doc/ug/larger/archives.html
Guide work with libraries (.a files) in g++.
http://kegel.com/gcc/gcc3.4.html
A collection of migration guides to help programmers updating their code to be gcc-3.4 compatible.
http://www.mingw.org/
Compiler system uses GCC to produce Windows programs. Win32 ports of GCC, GDB, binutils to build native Win32 programs that rely on no 3rd party DLLs.
http://www.linuxjournal.com/article/7269
By M. Tim Jones. Here's what the O options mean in GCC, why some optimizations aren't optimal after all and how you can make specialized optimization choices for your application. [Linux Journal]
http://tldp.org/LDP/LG/issue88/piszcz.html
How much faster can GCC compile a Linux kernel if GCC is optimized? Doing the compiler alone ups speed 33%. Description, benchmark times. [Linux Gazette]
http://greensocs.sourceforge.net/pinapa/
An open source SystemC front-end. It relies on GCC to parse the C++, and on the SystemC library itself to extract the architecture of the platform to analyze.
http://pl1gcc.sourceforge.net/
A PL/1 front-end for GNU Compiler Collection. It based on the syntax from IBM OS PL/I Version 2.
http://www.rhide.com/
IDE for DJGPP and other GCC-based systems, by Robert Hoehne, Salvador Eduardo Tropea. Runs on DOS, Linux, looks like old Borland DOS IDE. Has project management, frontend to GCC C/C++, syntax highlighting, integrated debugger. [Open Source, GPL]
http://www.linuxjournal.com/article/7884
By Tom Tromey. This article provides a tour of how you would go about connecting your own compiler front end to GCC.
Home > Computers > Programming > Compilers > GNU Compiler Collection
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us