beautypg.com

18 a2308: filename expected, 19 a2309: file not found, A2308: filename expected – Motorola HC12 User Manual

Page 262: A2309: file not found, Assembler messages

background image

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.