| |||
| Home > Compiler Command-line Options > Command-line options > --diag_style={arm|ide|gnu} | |||
This option specifies the style used to display diagnostic messages.
--diag_style=string
Where is
one of:string
armDisplay messages using the ARM compiler style.
ideInclude the line number and character count for any line that is in error. These values are displayed in parentheses.
gnuDisplay messages in the format used by gcc.
Choosing the option --diag_style=ide implicitly
selects the option --brief_diagnostics. Explicitly
selecting --no_brief_diagnostics on the command
line overrides the selection of --brief_diagnostics implied
by --diag_style=ide.
Selecting either the option --diag_style=arm or
the option --diag_style=gnu does not imply any selection
of --brief_diagnostics.