Specifications
Error Message Meaning and Remedy
Solution
See the error message "Invalid instruction".
Unexpected end of COFF file
Problem
The COFF executable file is not complete.
Reasons
The COFF format is inconsistent.
Solution
Obtain a correct COFF file.
Unexpected end of file
Problem
The target program executable file is not complete.
Reasons
The executable file format is inconsistent.
Solution
Obtain a correct executable file.
Unexpected end of UBROF file
Problem
The UBROF executable file is not complete.
Reasons
The UBROF format is inconsistent.
Solution
Obtain a correct UBROF file.
Unknown COFF C_Block symbol : S
Problem
The COFF records of type C_Block are normally used
to bracket the records for one scope block between
C_Block records called ".bb" (begin block) and ".eb"
(end block). The present C_Block record has a symbol
S that is neither ".bb" or ".eb". Bound-T treats it as an
".eb" record.
Reasons
The COFF file is damaged or uses a variant of COFF
that Bound-T does not support.
Solution
If this problem has some serious effects, obtain a
correct COFF file in a form that Bound-T supports, or
translate the target program to some other format (S-
record or UBROF).
Unknown COFF C_Fcn symbol : S
Problem
The COFF records of type C_Fcn are normally used to
bracket the records for one subprogram between
C_Fcn records called ".bf" (begin function) and ".ef"
(end function). The present C_Fcn record has a symbol
S that is neither ".bf" or ".ef". Bound-T treats it as an
".ef" record.
Reasons
The COFF file is damaged or uses a variant of COFF
that Bound-T does not support.
Solution
If this problem has some serious effects, obtain a
correct COFF file in a form that Bound-T supports, or
translate the target program to some other format (S-
record or UBROF).
Unknown value for -bcc: value Problem The value given for the command-line option
-bcc=value is not recognised.
Reasons
Error in the command line.
Solution Correct the command line. Change value to signed or
unsigned.
Unknown value for -internal_ram: value Problem The value given for the command-line option
-internal_ram=value is not recognised.
Reasons
Error in the command line.
Solution Correct the command line. Change value to enabled or
disabled.
Bound-T for H8/300 Error messages 45