Sponsored Links:
RHIDE (Popularity: )
http://rhide.com/
IDE for DJGPP and other GCC-based systems, by Robert Hoehne, Salvador Eduardo Tropea. Runs on DOS, Linux, looks like old ...
|
GCC: GNU Compiler Collection (Popularity: )
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 ...
|
MinGW: Minimalist GNU for Windows (Popularity: )
http://www.mingw.org/
Compiler system uses GCC to produce Windows programs. Win32 ports of GCC, GDB, binutils to build native Win32 programs that ...
|
GCC XML Node Introspector Project (Popularity: )
http://sourceforge.net/projects/introspector
Project to create an XML interface to the GCC AST tree_nodes and store in Postgres Database.
|
GNUDE: GNU Development Environment (Popularity: )
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 ...
|
distcc (Popularity: )
http://distcc.samba.org/
A gcc wrapper that speeds compilation by transparently distributing work across several machines. [Open source, GPL]
|
G++ FAQ (Popularity: )
http://www.jcu.edu.au/docs/gnu/g++FAQ.html
List of Frequently Asked Questions for G++ users.
|
EGCS: Experimental GNU Compiler System (Popularity: )
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. ...
|
GNU Fortran for OS/2, DOS and Win32 (Popularity: )
http://programming.ccp14.ac.uk/g77-fortran/~michael/os2/g77/gnu_fortran.html
Port of GNU Fortran (g77-0.5.23) for EMX (OS/2 and DOS) and RSX (Win32 console-apps, DOS-DPMI).
|
GNU Objective-C runtime features (Popularity: )
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).
|
Making and using libraries (Popularity: )
http://www.delorie.com/djgpp/doc/ug/larger/archives.html
Guide work with libraries (.a files) in g++.
|
Benchmarking Intel C++ Against GNU GCC on Linux (Popularity: )
http://www.coyotegulch.com/reviews/intel_comp/intel_gcc_bench2.html
Medium long review compares 2 compilers, some useful tables. GCC holds it own against Intel C++, wins some benchmarks it ...
|
Pentium Compiler Group (Popularity: )
http://www.goof.com/pcg/
Founded late 1995 to enhance and support Pentium optimizing in GCC. GCC optimizes well, but the new x86 architecture needed ...
|
Optimizing GCC (Popularity: )
http://www.linuxgazette.com/issue88/piszcz.html
How much faster can GCC compile a Linux kernel if GCC is optimized? Doing the compiler alone ups speed 33%. ...
|
GCC Myths and Facts (Popularity: )
http://freshmeat.net/articles/view/730/
Optimizing GCC mostly for x86 CPU and C/C++, but parts can apply to all supported CPUs and languages. Many useful ...
|
OpenCOBOL (Popularity: )
http://www.open-cobol.org/gcc.html
An experimental implementation of a COBOL frontend for GCC.
|
First Annual GCC Developers' Summit (Popularity: )
http://www.gccsummit.org/2003/
An opportunity for the core developers of all parts of the GNU Compiler Collection to get together with those from ...
|
Pocket GCC (Popularity: )
http://mifki.ru/pocketgcc/
Port of GCC/Binutils for StrongARM-WinCE-PE (PocketPC) host.
|
Building and Testing gcc/glibc cross toolchains (Popularity: )
http://kegel.com/crosstool/
Script to automatically download, patch, build, and test binutils, gcc, and glibc cross-toolchains.
|
PL/1 for GCC (Popularity: )
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.
|