How to Compile RDM for INTEGRITY
Compiling RDM for INTEGRITY consists of a native build for your host development platform and a cross compiled build for your INTEGRITY target.
Cross Compiled Build for INTEGRITY
Assuming you have done a native build for your host development platform using the configure script and make on UNIX or the Visual Studio project files on Windows, you can now do a cross compiled build for INTEGRITY.
Run the MULTI IDE and within a workspace open the project file named
default.gpj
located in:
target/integrity11-x86/default.gpj
or something similar depending on your actual target or version of
INTEGRITY. If the location of the INTEGRITY development environment
(os_dir) does not match your install, you can edit default.gpj
to
match it.
Build the examples and getting started from within Multi.
Tools and examples will appear under mod in the appropriate target
directory. The files with extension '.ael
' are INTEGRITY applications
you can load and run on the target. You will not be able to set
program arguments unless you change the integrate file (extension
.int
). In the AddressSpace section add a line starting with
"Arguments" followed by the actual arguments you want to pass in.