Motorola HC12 User Manual

Page of 328
User’s Manual
MCUez HC12 Assembler
262
Assembler Messages
MOTOROLA
Assembler Messages
12.3.18  A2308: Filename Expected
Type:
Error
Description:
A filename is expected in an INCLUDE directive.
Example:
xxx: EQU  $56
     …
     INCLUDE xxx
Tip:
Specify a filename after the include directive.
Example:
xxx: EQU  $56
     …
     INCLUDE “xxx.inc”
12.3.19  A2309: File not Found
Type:
Error
Description:
The macro assembler cannot locate a file that is specified in the
INCLUDE directive.
Tip:
If the file exists, check if the directory is specified in the
GENPATH environment variable. First check if the project
directory is correct and if the default.env file is present. The
macro assembler looks for the include files in the project
directory, then in the directory listed in the GENPATH
environment variable. If the file does not exist, create it or
remove the include directive.