Warning and error messages – Zilog Z8F0130 User Manual

Page 405

Advertising
background image

UM013037-1212

Warning and Error Messages

Zilog Developer Studio II – Z8 Encore!

User Manual

381

Warning and Error Messages

If you see an internal error message, please report it to Technical Support at

http://sup-

port.zilog.com

. Zilog staff will use the information to diagnose or log the problem.

This section covers warning and error messages for the linker/locator.

700 Absolute segment "<name>" is not on a MAU boundary.

The named segment is not aligned on a minimum addressable unit (MAU) of memory
boundary. Padding or a correctly aligned absolute location must be supplied.

701 <address range error message>.

A group, section, or address space is larger than is specified maximum length.

704 Locate of a type is invalid. Type "<typename>".

It is not permitted to specify an absolute location for a type.

708 "<name>" is not a valid group, space, or segment.

An invalid record type was encountered. Most likely, the object or library file is cor-
rupted.

710 Merging two located spaces "<space1> <space2>" is not allowed.

When merging two or more address spaces, at most one of them can be located abso-
lutely.

711 Merging two located groups "<group1> <group2>".

When merging two or more groups, at most one can be located absolutely.

712 Space "<space>" is not located on a segment base.

The address space is not aligned with a segment boundary.

713 Space "<space>" is not defined.

The named address space is not defined.

714 Multiple locates for "<name>" have been specified.

Multiple absolute locations have been specified for the named group, section, or
address space.

715 Module "<name>" contains errors or warnings.

Compilation of the named module produced a nonzero exit code.

Note:

Advertising