Message/Error Feedback

Check for errors or warnings after compilation by using one of several methods. 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 shows a typical 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

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