C.8 Executable information messages.

This section lists all messages that the compiler emits when an executable program is produced, and only when the internal linker is used.

Fatal error 9128: Can’t post process executable arg. 1


Fatal error when the compiler is unable to post-process an executable.

Fatal error 9129: Can’t open executable arg. 1


Fatal error when the compiler cannot open the file for the executable.

Size of Code: arg. 1bytes


Informational message showing the size of the produced code section.

Size of initialized data: arg. 1bytes


Informational message showing the size of the initialized data section.

Size of uninitialized data: arg. 1bytes


Informational message showing the size of the uninitialized data section.

Stack space reserved: arg. 1bytes


Informational message showing the stack size that the compiler reserved for the executable.

Stack space committed: arg. 1bytes


Informational message showing the stack size that the compiler committed for the executable.