Setting Up Build Tools on UNIX
To build targets on UNIX:
- 1
. - Install the C compiler you want Stateflow to use to build targets on your
system.
- You can use any compiler supported by MATLAB for building MATLAB
extension (MEX) files. See the MATLAB Application Program Interface
Guide for information on C compilers supported by MATLAB. To access the
online version of this guide, choose Help Desk from the MATLAB Help
window.
- 2
. - Set up MATLAB to build MEX files, using the compiler installed in step 1.
- See "System Setup" in the MATLAB Application Program Interface Guide
for information on setting up MATLAB to build MEX files. Stateflow uses
the compiler that you specify to build MEX files to build Stateflow targets.
[ Previous | Help Desk | Next ]