Linker Options
4-7
Linking C Code
−
o
filename
Names the executable output module. The
filename
must follow operating system conventions. If the
−
o op-
tion is not used, the default filename is a.out.
−
q
Requests a quiet run (suppresses the banner and prog-
ress information)
−
r
Retains relocation entries in the output module
−
s
Strips symbol table information and line number entries
from the output module
−
stack
size
Sets the C system stack size to
size
words
and defines
a global symbol that specifies the stack size. Default is
1K words.
−
u
symbol
Places the unresolved external symbol
symbol
into the
output module’s symbol table
−
v0
Generates version 0 COFF format
−
v1
Generates version 1 COFF format
−
v2
Generates version 2 COFF format
−
w
Displays a message when an undefined output section
is created
−
x
Forces rereading of libraries. Resolves back references
For more information on linker options, see the
Linker Description
chapter in
the
TMS320C1x/C2x/C2xx/C5x Assembly Language Tools User’s Guide.
Summary of Contents for TMS320C2x
Page 8: ...viii...
Page 69: ...2 47 C Compiler Description...
Page 159: ...6 36...
Page 226: ...8 6...