-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering Embedded Linux Programming
By :

The following table shows various other commands in the toolchain together with a brief description:
Command |
Description |
---|---|
|
Converts program addresses into filenames and numbers by reading the debug symbol tables in an executable file. It is very useful when decoding addresses printed out in a system crash report. |
|
The archive utility is used to create static libraries. |
|
This is the GNU assembler. |
|
This is used to demangle C++ and Java symbols. |
|
This is the C preprocessor, and is used to expand |
|
This is used to update the ELF header of ELF files. |
|
This is the GNU C++ front-end, which assumes source files contain C++ code. |
|
This is the GNU C front-end, which assumes source files contain C code. |
|
This is a code coverage tool. |
|
This is the GNU debugger. |
|
This is a program profiling tool. |
|
This is the GNU... |