User`s guide
Compile-Time Errors
B-9
Error: The specified file "filename" cannot be read. There is a problem with your
specified file. For example, the file is not readable because there is no read
permission.
Error: The -option option cannot be combined with other options. The -V2.0 option
must appear separate from other options on the command line. For example:
mcc -V2.0 -L Cpp % Correct
mcc -V2.0L Cpp % Incorrect
Error: The -optionname option requires an argument (e.g. "proper_example_usage").
You
have incorrectly used a Compiler option. For more information about Compiler
options, see “MATLAB Compiler Option Flags” on page 7-31 or type
mcc -? at
the command prompt.
Error: This version of MCC does not support the creation of C++ MEX code. You cannot
create C++ MEX functions with the current Compiler.
Error: Unable to open file "filename":<string>. There is a problem with your specified
file. For example, there is no write permission to the output directory, or the
disk is full.
Error: Unable to set license linger interval (error code is errornumber). A license
manager failure has occurred. Contact Technical Support at The MathWorks
with the full text of the error message.
Error: Uninterpretable number of inputs set on command line "commandline". When
generating a Simulink S-function, the inputs specified on the command line
was not a number. For example:
mcc -S -u 2 sample.m % Correct
mcc -S -u a sample.m % Incorrect
Error: Uninterpretable number of outputs set on command line "commandline".
When
generating a Simulink S-function, the outputs specified on the command line
was not a number. For example:
mcc -S -y 2 sample.m % Correct
mcc -S -y a sample.m % Incorrect
Error: Uninterpretable width set on command line "commandline".
The argument to the
page width option was not interpretable as a number.