An Introduction to GCC - a tutorial for new users of gcc and g++
This manual was written to provide a tutorial introduction to the GNU C and C++ compilers, gcc and g++. Many books teach the C and C++ languages, this book explains how to use the compiler itself.
The manual is written in TeXinfo, to generate the output use:
$ texi2pdf -I src/ -I includes/ gccintro.texi
A printed edition of the book is published by Network Theory Ltd http://www.network-theory.co.uk/gcc/intro/ (ISBN 0954161793).
The manual was first published in 2004 and was last revised in 2005.
Although the content of the manual is still mostly valid, it needs updating for GCC version 4 and later. As I no longer have time to update this manual, I have uploaded it to github.
Brian Gough
Author
October 2014