HPlogo HP Assembler Reference Manual: HP 9000 Computers > Chapter 8 Diagnostic Messages

Branching Error Messages

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

The following messages describe branching errors that prevent the Assembler from creating an object file. You must correct these errors to assemble your program.

7400
MESSAGE

Procedure number %1s has no label known to linker (7400)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7401
MESSAGE

Attempt to set location counter backward with .ORIGIN value \ of %1s (7401)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7402
MESSAGE

Procedure call to non entry point: %1s (7402)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7403
MESSAGE

undefined label - %1s (7403)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7404
MESSAGE

branch target %1s unresolvable, instruction number %2s (7404)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7405
MESSAGE

branch target %1s unresolvable, instruction number %2s (7405)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative

7406
MESSAGE

label known to linker deleted (7406)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7407
MESSAGE

Corrupt or unrecognized intermediate code in %1s (7407)

CAUSE

The ucode in the ISOM file is not recognizable.

ACTION

Report error to your HP Service Representative.

7408
MESSAGE

File I/O error while reading %1s (7408)

CAUSE

A file operation on the ISOM file failed.

ACTION

Check the reasons for why the file was not readable by user.

7800
MESSAGE

deletion of instruction has removed a target at %1s (7800)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7801
MESSAGE

attempt to delete non-existent instruction (7801)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7802
MESSAGE

attempt to insert non-existent inst. (7802)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7203
MESSAGE

attempt to insert labeled instruction (7803)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7804
MESSAGE

set_inst : attempt to set preg field of an instruction (7804)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7805
MESSAGE

internal instruction parsing error (7805)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7806
MESSAGE

re_init_sllic : output file not open (7806)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7807
MESSAGE

re_init_sllic : i/o error (7807)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7808
MESSAGE

re_init_sllic : file position out of alignment (7808)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7809
MESSAGE

Data size not equal to subspace length. (7809)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7810
MESSAGE

push_mappings: Stack overflow. (7810)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7811
MESSAGE

pop_mappings: Stack underflow. (7811)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7812
MESSAGE

enter_VT: String too long ( > 8K-12 bytes). (7812)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7813
MESSAGE

fixup_DNTT_entry: no graph entry for symbol %1s. (7813)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7814
MESSAGE

fixup_DNTT_entry: can't find procedure end for symbol %1s. (7814)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7815
MESSAGE

Malloc: underflow detected in free(). (7815)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7816
MESSAGE

Malloc: overflow detected in free(). (7816)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7817
MESSAGE

Malloc: Item being freed is not in use. (7817)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7818
MESSAGE

Malloc: Item being freed is of wrong size. (7818)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7819
MESSAGE

Disasm: Attempt to print NIL expression. (7819)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7820
MESSAGE

Disasm: Bad format in format string: %s (7820)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7821
MESSAGE

after: only one graph entry allowed for repeated inits. (7821)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7822
MESSAGE

newfixup: invalid fixup. (7822)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7823
MESSAGE

xdb_sup: XT entry out of order. (7823)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7824
MESSAGE

inst: Illegal use of pseudo AP register. (7824)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative.

7825
MESSAGE

inst: Illegal use of floating point register. (7825)

CAUSE

Internal compiler error (unless using the Assembler).

ACTION

Report error to your HP Service Representative.

7826
MESSAGE

Improper format for sched.models. (7826)

CAUSE

Contents of the file sched.models were unexpected. This file should contain current mappings between machine model numbers and architecture revisions.

ACTION

Check that /opt/langtools/lib/sched.models or /usr/lib/sched.models were installed or updated along with your current version of the operating system.

7827
MESSAGE

Invalid architecture version. (7827)

CAUSE

The architecture revision provided in the file sched.models is not known to the compiler.

ACTION

Check the format of any +DA option specified to the compiler. If none specified or format is correct, check that the file sched.models (in either /opt/langtools/lib or /usr/lib) was installed or updated along with your current version of the operating system.

7828
MESSAGE

inst: Illegal displacement, low order bits must be zero.

CAUSE

Internal compiler error (unless using the Assembler).

ACTION

Report error to your nearest HP Service Representative.

7834
MESSAGE

Procedure limit reached. (7834)

CAUSE

Too many procedures.

ACTION

Reduce the number of procedures.

7835
MESSAGE

Internal error encountered while generating ELF file. (7835)

CAUSE

Internal compiler error.

ACTION

Report error to your HP Service Representative

7836
MESSAGE

Files with executable code must have at least one exported codesymbol. (7836)

CAUSE

Your assembly file contains executable code but does not have any exported entry points.

ACTION

Use the .EXPORT directive for one of your entry points or code symbols.

7837
MESSAGE

.WORD pseudo-op cannot hold a 64-bit address. Use .DWORD instead. (7837)

CAUSE

Your PA2.0W assembly file contains a .WORD expr pseudo-operation, where expr is an address expression.

ACTION

Change the pseudo-op to .DWORD expr

© 1998 Hewlett-Packard Development Company, L.P.