Related tools
Compiler
Article REF: H3168 V2
Related tools
Compiler

Authors : Henri-Pierre Charles, Christian Fabre

Publication date: August 10, 2017 | Lire en français

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

7. Related tools

The compiler is just one element in a programmer's software workshop. The compiler can render other services such as debugging, profiling, serving as a build engine, ensuring dependability, or enabling cross-compilation.

7.1 Debugger

The compiler can generate information in the binary code that will be used by debugging tools such as GDB . This information is used to link the binary instructions to the lines of code in the source program.

For example, to compile a program in the file Application .c, use the command

gcc -g -o Application Application.c

...
You do not have access to this resource.
Logo Techniques de l'Ingenieur

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource. Click here to request your free trial access!

Already subscribed?


Article included in this offer

"Software technologies and System architectures"

( 227 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details