To export a Rational Statemate-generated executable so it will run in a different directory or even on a different computer, you just have to copy the contents of the output directory. At a minimum, you have to copy the following files:
● Executable image —<profile_name>
or <profile_name>_dbg
depending on whether the Debugger was requested in the profile.
This file contains a symbol table needed to run the code with the Debugger. If this file is not copied, you can still run the executable, but Debugger facilities will not be available to you.
Needed when the profile specifies that the panel is to be displayed on a non-default terminal (for example., not the one executing the code).Note: To run the code on an operating system other than the one it was originally created on, you must compile the source code as well as all of the Rational Statemate libraries for that particular operating system.