Makfile or makefile, New project, Log makfile or makefile new project – Zilog EZ80F916 User Manual
Page 420

UM014423-0607
Using the Command Processor
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
400
If
STARTADDRESS
is not specified, the data is loaded at the memory lower address.
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 path and file name for the log 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"
new project
The
new project
command creates a new project designated by project_name, target,
and the type supplied. If the full path is not supplied, the current working directory is used.