The Gnu C Compiler

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    The Gnu C Compiler - Presentation Transcript

    1. The GNU C Compiler José Dapena Paz
    2. The GNU C Compiler Tutorial based on this book: An introduction to GCC for the GNU Compilers gcc and g++ Brian Gough This is available on network. More information on: http://www.network-theory.co.uk/gcc/intro/
    3. Goals of this tutorial ● Understand how to compile a program. ● Use basic compiler options for optimisation and debugging.
    4. Compiling a C program Compiling a C program: $ gcc -Wall hello.c -o hello Recommendation: use always -Wall: ● Nested comments ● Incorrect printf/scanf formats ● Unused variables ● Usage of implicit (non-declared) functions ● Function return types. ● Other checks... (see GCC reference manual).

    + Andrés ManeiroAndrés Maneiro, 2 years ago

    custom

    1228 views, 0 favs, 0 embeds more stats

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 1228
      • 1228 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 16
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories