The Definitive Guide to GCC

The Definitive Guide to GCC is a comprehensive tutorial and guide to using GCC, the GNU Compiler Collection. GCC is quite simply the most-used and most powerful tool for programmers on the planet. GCC has long been available for most major hardware and operating system platforms and is often the pre...

Full description

Bibliographic Details
Main Authors: Wall, Kurt, von Hagen, William (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2004, 2004
Edition:1st ed. 2004
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
LEADER 03063nmm a2200265 u 4500
001 EB000616129
003 EBX01000000000000000469211
005 00000000000000.0
007 cr|||||||||||||||||||||
008 140122 ||| eng
020 |a 9781430207047 
100 1 |a Wall, Kurt 
245 0 0 |a The Definitive Guide to GCC  |h Elektronische Ressource  |c by Kurt Wall, William von Hagen 
250 |a 1st ed. 2004 
260 |a Berkeley, CA  |b Apress  |c 2004, 2004 
300 |a XXVIII, 552 p  |b online resource 
505 0 |a 1 Building GCC -- 2 Installing GCC on DOS and Windows Platforms -- 3 Basic GCC Usage -- 4 Advanced GCC Usage -- 5 Optimizing Code with GCC -- 6 Performing Code Analysis with GCC -- 7 Using Autoconf and Automake -- 8 Using Libtool -- 9 Troubleshooting GCC -- 10 Using GCC’s Online Help -- 11 GCC Command-Line Options -- 12 Additional GCC Resources -- Appendix A Building and Installing Glibc -- What Is in Glibc? -- Alternatives to Glibc -- Why Build Glibc from Source? -- Previewing the Build Process -- Recommended Tools for Building Glibc -- Downloading and Installing Source Code -- Configuring the Source Code -- Compiling Glibc -- Testing the Build -- Installing Glibc -- Getting More Information About Glibc -- Appendix B Machine and Processor-Specific Options for GCC -- Alpha Options -- Alpha/VMS Options -- AMD x86-64 Options -- AMD29K Options -- ARC Options -- ARM Options -- AVR Options -- Clipper Options -- Convex Options -- CRIS Options -- D3OV Options -- H8/300 Options -- HP/PA ( 
653 |a Software engineering 
653 |a Software Engineering/Programming and Operating Systems 
700 1 |a von Hagen, William  |e [author] 
041 0 7 |a eng  |2 ISO 639-2 
989 |b SBA  |a Springer Book Archives -2004 
856 4 0 |u https://doi.org/10.1007/978-1-4302-0704-7?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.1 
520 |a The Definitive Guide to GCC is a comprehensive tutorial and guide to using GCC, the GNU Compiler Collection. GCC is quite simply the most-used and most powerful tool for programmers on the planet. GCC has long been available for most major hardware and operating system platforms and is often the preferred compiler for those platforms. As a general-purpose compiler, GCC produces higher quality, faster performing executable code with fewer bugs than equivalent offerings supplied by hardware and software vendors. GCC, along with GNU Emacs, the Linux operating system, the Apache web server, the Sendmail mail server, and the BIND DNS server, is one of the showpieces of the free software world and proof that sometimes you can get a free lunch. In The Definitive Guide to GCC, authors William von Hagen and Kurt Wall teach you how to build, install, customize, use, and troubleshoot GCC 3.2. This guide goes beyond just command-line invocations to show you how to use GCC to improve the quality of your code (with debugging, code profiling, and test code coverage), and how to integrate other GNU development tools, such as libtool, automake, and autoconf, into your GCC-based development projects