Changes

Jump to: navigation, search

SPO600 Compiled C Lab

1 byte removed, 11:52, 31 January 2014
Lab 2
-fno-builtin # do not use builtin function optimizations
3. The resulting binary is an ELF (Executable and Linkable Format) file, which contains multiple sections. These sections may contain [[Machine Language|object code]], link tables, [[Debugger|debugging]] [[SymbolsSymbol|symbols]], program data (such as constants and the initial values of variables), metadata about the program and ELF sections, and comments.
Examine the binary produced by the previous step using the ''objdump'' program. These options may be useful -- see the manpage for ''objdump'' for other options:

Navigation menu