FreeTechBooks.com Homepage
FreeTechBooks.com
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes


An Introduction to GCC
Reply with quote
An Introduction to GCC

Author(s) : Brian J. Gough, foreword by Richard M. Stallman
Paperback : 124 pages
ISBN: 0-9541617-9-3
Publication Date : February 2004
Publisher : Network Theory Ltd
Free License : GNU Free Documentation License

Book excerpts:

The purpose of this book is to explain the use of the GNU C and C++ compilers, gcc and g++. After reading this book you should understand how to compile a program, and how to use basic compiler options for optimization and debugging. This book does not attempt to teach the C or C++ languages themselves, since this material can be found in many other places.

The original author of the GNU C Compiler (GCC) is Richard Stallman, the founder of the GNU Project.

The GNU project was started in 1984 to create a complete Unix-like operating system as free software, in order to promote freedom and cooperation among computer users and programmers. Every Unix-like operating system needs a C compiler, and as there were no free compilers in existence at that time, the GNU Project had to develop one from scratch. The work was funded by donations from individuals and companies to the Free Software Foundation, a non-profit organization set up to support the work of the GNU Project.

The first release of GCC was made in 1987. This was a significant breakthrough, being the first portable ANSI C optimizing compiler released as free software. Since that time GCC has become one of the most important tools in the development of free software.

Reviews:

Amazon.com

Smile "This book was instrumental in my early success - it clearly and concisely explains the GNU C/C++ compilers, and how to use them."

Smile "Goug's writing in concise and crystal clear. Each chapter has a couple of simple examples that really get the concepts across. Even someone who types slowly could get through this text and all the examples with ease. Those who choose this book will be rewarded with a clear understanding of GCC basics."

Arrow View/Download An Introduction to GCC

ndaru
Site Admin

Joined: 09 Oct 2004
Posts: 739


Last edited by ndaru on Mon Aug 28, 2006 12:29 pm; edited 1 time in total
View user's profileSend private message
Where to download GNU C Compiler ?
Reply with quote
GNU C Compiler (gcc) can be downloaded from http://gcc.gnu.org/ Very Happy

ndaru
Site Admin

Joined: 09 Oct 2004
Posts: 739
View user's profileSend private message
  
   
 Reply to topic