C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

236
Unable to read source text
Cause
The compiler cannot read the source text.
249
INTERNAL COMPILER ERROR
Cause
The compiler has detected an internal inconsistency. Contact your HP representative.
250
BINSERV or SYMSERV stopped
Cause
The compiler cannot communicate with the processes BINSERV or SYMSERV.
257
Compiler's heap space is totally full. Try breaking your program into
smaller modules.
Cause
The compiler cannot compile the program unless you break it into smaller modules.
261
Attempted division by constant zero
Cause
You cannot divide by a constant zero.
265
Please report this problem to HP Company. with a copy of your source
code and these stack trace.
Cause
An internal compiler error has occurred. Contact your HP representative and supply a copy of
the source code and the stack trace, if possible.
282
Routine exceeds code size limit
Cause
The routine being compiled is too large to fit in the 32K words of code space. Break the routine
into more than one routine.
289
Parameter limit for extensible procedure is number words
Cause
The extensible procedure has exceeded the upper bound of the number of words that can be
passed to it.
294
Tag name is defined in fieldalign pragma but not used
Types of Compiler Messages 359