User`s guide
8 Targeting Tornado for Real-Time Applications
8-14
Edit the following lines to reflect your setup.
VX_TARGET_TYPE = 68k
CPU_TYPE = MC68040
Downloading Configuration
In order to perform automatic downloading during the build process, the target
name and host name that the Tornado target server will run on must be
specified. Modify these macros to reflect your setup.
#-------------- Macros for Downloading to Target--------------
TARGET = targetname
TGTSVR_HOST = hostname
Tool Locations
In order to locate the Tornado tools used in the build process, the following
three macros must either be defined in the environment or specified in the
template makefile. Modify these macros to reflect your setup.
#-------------- Tool Locations --------------
WIND_BASE = c:/Tornado
WIND_HOST_TYPE = x86–win32
WIND_REGISTRY = $(COMPUTERNAME)
Building the Program
Once you have created the Simulink block diagram, added the device drivers,
and configured the makefile template, you are ready to set the build options
and initiate the build process.