CHAPTER 8: DEBUGGER

8.9.12 Load Filelf (load file)

Function

This command loads an object file in IEEE-695 format into the debugger.

 

Format

 

 

(1)

>lf <file name>

(direct input mode)

(2)

>lf

(guidance mode)

 

 

File Name? <file name>

>

<file name>: File name to be loaded (path can also be specified)

Examples

Format (1)

>lf test.absLoading file ... OK!

>

Format (2) >lf

File name ? test.abs Loading file ... OK!

>

Notes

An error results if the loaded file is linked with a different ICE parameter file than the one the debugger is using.

Error : Different chip type, cannot load this file

Only an IEEE-695 format object file (generated by the linker) can be loaded by the lf command.

If you want to use source display and symbols when debugging a program, the object file must be in IEEE-695 format that contains debug information loaded into the computer.

If the [Source] window is opened when loading a file, its contents are updated. The program contents are displayed from the current PC address.

If an error occurs when loading a file, portions of the file that have already been read will remain in the emulation memory.

GUI utility

[File Load File …] menu item, [Load File] button

When this menu item or button is selected, a dialog box appears allowing selection of an object file to be loaded.

[Load File] button

S5U1C63000A MANUAL

EPSON

207

(S1C63 FAMILY ASSEMBLER PACKAGE)