Maxlength, Nodebug, Nomap – Zilog ZUSBOPTS User Manual
Page 296: Nowarn, Maxlength nodebug nomap nowarn, Syntax, Example

Linker Commands
UM017105-0511
268
Zilog Developer Studio II – ZNEO™
User Manual
MAXLENGTH
The
MAXLENGTH
command causes a warning message to be issued if a group, address
space, or segment is longer than the specified size. The
RANGE
command sets address
boundaries. The
MAXLENGTH
command allows further control of these boundaries.
Syntax
MAXLENGTH
<name> can be a group, address space, or segment.
<expression> is the maximum size.
Example
MAXLENGTH CODE $FF
Refer to the
section on page 273 for the format to write an expression.
NODEBUG
The
NODEBUG
command suppresses the linker from generating debug information. This
option is applicable only if the executable file is IEEE 695.
Syntax
[
-
]
NODEBUG
NOMAP
The
NOMAP
command suppresses generation of a link map file. The default is to generate a
link map file.
Syntax
[
-
]
NOMAP
NOWARN
The
NOWARN
command suppresses warning messages. The default is to generate warning
messages.
Note: