Datasheet
Writing ARMulator models
ARM DUI0058D Copyright © 1999-2001 ARM Limited. All rights reserved. 3-7
3.3 Building a new model
To build your new model:
1. Change your current directory to:
mymodel.b\target
where
target
is one of:
•
intelrel
•
linux86
•
gccsolaris
•
cchppa
.
2. Build the model using the make utility installed on your system. This might be
one of:
•
nmake
for Windows
•
make
for Linux, Solaris or HPUX.
3. Depending on your system:
• On Windows,
mymodel.dll
appears in:
install_directory\ARMulate\armulext\mymodel.b\intelrel
Move
mymodel.dll
to:
install_directory\Bin
• On Linux or Solaris,
mymodel.so
appears in:
install_directory/Source/armulext/mymodel.b/target
Move
mymodel.so
to:
install_directory/target/bin
• On HPUX,
mymodel.sl
appears in:
install_directory/Source/armulext/mymodel.b/cchppa
Move
mymodel.sl
to:
install_directory/cchppa/bin
ARMulator expects to find models in
install_directory\bin
or
install_directory/os/bin
, where
os
is one of:
•
solaris
•
linux
•
hpux
.