beautypg.com

Makfile or makefile, Log makfile or makefile, As well; see the – Zilog Z8F0130 User Manual

Page 529

background image

UM013037-1212

log

Zilog Developer Studio II – Z8 Encore!

User Manual

505

For example:

loadmem SPACE="RDATA" FORMAT=BIN "c:\temp\file.bin"

STARTADDRESS="20"

loadmem SPACE="ROM" FORMAT=HEX "c:\temp\file.hex"

loadmem SPACE="ROM" FORMAT=TEXT "c:\temp\file.txt"

STARTADDRESS="1000"

log

The

log

command manages the IDE’s logging feature. The

log

command can take one of

three forms:

log "<[path\]filename>" [APPEND]

sets the file name for the script file. If

APPEND

is not provided, an existing log file

with the same name is truncated when the log is next activated.

log on

activates the logging of data.

log off

deactivates the logging of data.

For example:

log "buildall.log"

log on

log off

makfile or makefile

The

makfile

and

makefile

commands export a make file for the current project. The

syntax can take one of two forms:

makfile "<[path\]file name>"

makefile "<[path\]file name>"

If path is not provided, the current working directory is used.

For example:

makfile "myproject.mak"

makefile "c:\projects\test.mak"