Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Library pathTarget path(s) where user libraries can be found. Used to search for libraries other than the MATLAB and RT-LAB libraries when incorporating user-written code.
AddAdds a library path to the list.
EditEdits the selected library path.
DeleteRemoves the selected library path from the list.
Move upChanges the ordering of the library's path; moves up.
Move downChanges the ordering of the library's path; moves down.

Compiler

Image RemovedImage Added

Compiler VersionSelection of the compiler to be used when building the model.  AUTOMATIC is recommended for most usages, and defaults to MinGW for Windows targets.  If Microsoft Visual C++ is to be used, it must explicitly be selected.
Compiler CommandUser command called on the target during the compilation process.
Compiler Options

Options used by the target compiler during the compilation process.

Refer to the target compiler documentation for specific information on the possible compiler options (e.g. -xxx).

Add flags for maximum CPU portabilityAdds options to the compiler to enable maximum CPU portability (-mtune=generic). Enables the compiled executable to be run on a machine with different CPU from the one it was compiled on. This feature is only available for windows  machines.
Linker Options

Options used by the target linker during the linkage process.

Refer to the target linker documentation for specific information on the possible linker options (e.g. -xxx).

...