Messages
Assembly Unit
-WmsgFonp<string>
<string>: format string (see below)
-WmsgFonp"%f%e: %K %d: %m\n"
Sometimes there is no position information available for a message (e.g., if a message not related to a certain position). Then this message format string is used. The following formats are supported (supposed that the source file is x:\Freescale\sourcefile.asmx)
Format Description Example ---------------------------------------------------- %p Path x:\Freescale\ %f Path and name x:\Freescale\sourcefile %n Filename sourcefile %e Extension .asmx %N File (8 chars) sourcefi %E Extension (3 chars) .asm %K Uppercase kind ERROR %k Lowercase kind error %d Number L10324 %m Message text %% Percent % \n New line
ASMOPTIONS=-WmsgFonf"%k %d: %m\n"
produces a message in following format:
information L10324: Linking successful
ERRORFILE: Filename specification error environment variable
Assembler options: