|
Appendix A
CUSTOMIZ Error Messages
A.1 Parameter Errors:
Parameter errors apply to the correctness and consistency of the command
line parameters. If one of these errors is detected, it is flagged on the
console, and CUSTOMIZ is aborting with exit code 1:
Error Message | Meaning |
accuracy out of range | Baudrate accuracy < 0, or > 5 %. |
address out of range | Address is no unsigned 16-bit number. |
baudrate out of range | Specified baudrate is < 0. |
clock frequency out of range | Specified clock frequency is < 0. |
illegal real number | Parameter is no valid real number. |
invalid hex number | Parameter is no valid hex number. |
too many parameters | More than 6 parameters specified. |
unknown baudrate generator | Baudrate generator not implemented. |
A.2 Baudrate Errors:
Baudrate errors apply to the results that CUSTOMIZ has derived from the
given program parameters. If one of these errors is detected, it is flagged
on the console, and CUSTOMIZ is aborting with exit code 1:
Error Message | Meaning |
baudrate cannot be generated | Baudrate error is greater than 10 %. |
insufficient accuracy | Baudrate error is greater than the required accuracy. |
A.3 Runtime Errors:
In general, runtime errors are file I/O errors.
If one of these errors is detected, it is flagged on the console,
and CUSTOMIZ is aborting with exit code 2:
Error Message | Meaning |
access denied | No privilege for attempted operation. |
disk full | No more free disk space. |
disk write-protected | Attempt to write to a write-protected disk. |
drive not ready | Disk drive is off, or no media mounted. |
fatal I/O error | General (unknown) disk or device I/O error. |
|