How to Identify Diagnostic Messages

Diagnostics are error and warning messages the C compiler issues when it encounters improper program syntax (ISO C, §5.1.1.3).

Within the Carbide IDE, the Carbide C compiler issues diagnostic messages in the Console view.

From the command line, Carbide C issues diagnostic messages to the standard error file.