Message/Error Feedback

There are several ways to check where different errors or warnings have been detected after compilation. The following listing lists the format of the error messages.

Listing: Format of an error message
>> <FileName>, line <line number>, col <column number>, pos <absolute  position in file> 
<Portion of code generating the problem> 
<message class><message number>: <Message string> 

The following listing is a typical example of an error message.

Listing: Example of an error message
>> in "C:\DEMO\fibo.c", line 30, col 10, pos 428    EnableInterrupts 
   WHILE (TRUE) { 
         ( 
INFORMATION C4000: Condition always TRUE 

See also the -WmsgFi (-WmsgFiv, -WmsgFim): Set Message Format for Interactive Mode and -WmsgFb (-WmsgFbi, -WmsgFbm): Set Message File Format for Batch Mode compiler options for different message formats.