User`s guide

B Error and Warning Messages
B-8
Error: The argument after the -option option must contain a colon. The format for this
argument requires a colon. For more information, see MATLAB Compiler
Option Flags on page 7-31 or type
mcc -? at the command prompt.
Error: The environment variable MATLAB must be set to the MATLAB root directory. On
UNIX, the
MATLAB and LM_LICENSE_FILE variables must be set. The mcc shell
script does this automatically when it is called the first time.
Error: The file filename cannot be written. When generating an mlib file, the
Compiler cannot write out the
mlib file.
Error: The license manager failed to initialize (error code is errornumber). You do not
have a valid Compiler license or no additional Compiler licenses are available.
Error: The option -option is invalid in modename mode (specify -? for help). The specified
option is not available.
Error: The option -option must be immediately followed by whitespace (e.g.
"proper_example_usage").
These options require additional information, so they
cannot be combined.
-A, -B, -d, -f, -F, -I, -L, -M, -o, -T, -u, -W, -x, -y, -Y, -z
For example, you can use mcc -vc, but you cannot use
mcc -Ac annotation:all.
Error: The options specified will not generate any output files.
Please use one of the following options to generate an executable output file:
-x (generates a MEX-file executable using C)
-m (generates a stand-alone executable using C)
-p (generates a stand-alone executable using C++)
-S (generates a Simulink MEX S-function using C)
-B sgl (generates a stand-alone graphics library executable using C (requires the SGL))
-B sglcpp (generates a stand-alone graphics library executable using C++ (requires the SGL))
-B pcode (generates a MATLAB P-code file)
Or type mcc -? for more usage information.
Use one of these options or another
option that generates an output file(s). See MATLAB Compiler Option Flags
on page 7-31 or type
mcc -? at the command prompt for more information.