Linker Options
7-10
7.4.2
Disable Merge of Symbolic Debugging Information (–b Option)
By default, the linker eliminates duplicate entries of symbolic debugging
information. Such duplicate information is commonly generated when a C
program is compiled for debugging. For example:
–[ header.h ]–
typedef struct
{
<define some structure members>
} XYZ;
–[ f1.c ]–
#include ”header.h”
...
–[ f2.c ]–
#include ”header.h”
...
When these files are compiled for debugging, both f1.obj and f2.obj will have
symbolic debugging entries to describe type XYZ. For the final output file, only
one set of these entries is necessary. The linker eliminates the duplicate
entries automatically.
Use the –b option if you want the linker to keep such duplicate entries. Using
the –b option has the effect of the linker running faster and using less machine
memory.
7.4.3
C Language Options (–c and –cr Options)
The –c and –cr options cause the linker to use linking conventions that are
required by the C compiler.
-
The –c option tells the linker to use the ROM autoinitialization model.
-
The –cr option tells the linker to use the RAM autoinitialization model.
For more information about linking C code, see Section 7.17,
Linking C Code,
on page 7-67 and subsection 7.17.5,
The –c and –cr Linker Options, on page
7-70.
Summary of Contents for TMS320C54x
Page 38: ......
Page 39: ......
Page 40: ......
Page 41: ......
Page 42: ......
Page 43: ......
Page 44: ......
Page 45: ......
Page 46: ......
Page 47: ......
Page 48: ......
Page 49: ......
Page 50: ......
Page 51: ......
Page 52: ......
Page 53: ......
Page 54: ......
Page 55: ......
Page 56: ......
Page 57: ......
Page 58: ......
Page 59: ......
Page 60: ......
Page 61: ......
Page 62: ......
Page 276: ......
Page 277: ......
Page 278: ......
Page 279: ......
Page 280: ......
Page 281: ......
Page 282: ......
Page 283: ......
Page 284: ......
Page 285: ......
Page 286: ......
Page 287: ......
Page 288: ......
Page 289: ......
Page 290: ......
Page 291: ......
Page 292: ......
Page 293: ......
Page 294: ......
Page 295: ......
Page 296: ......
Page 297: ......
Page 298: ......
Page 299: ......
Page 300: ......
Page 301: ......
Page 302: ......