MATLAB COMPILER RELEASE NOTES Podręcznik Użytkownika Strona 244

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 243
B Error and Warning Messages
B-10
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 the section, “MATLAB Compiler Option Flags,” in Chapter 7 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>. Thereisaproblemwithyourspecified
file. For example, there is no write permission to the output directory, or t he
disk is fu ll.
Error: Unable to set license linger interval (error code is
errornumber
). Alicense
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 o n 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 s pecified 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.
Error: Unknown annotation option:
optionname
. An invalid string was specified after
the
-A option.Foracompletelistofthevalidannotationoptions, see “MATLAB
Compiler Option Flags,” in Chapter 7 or type
mcc -? at the command prompt.
Przeglądanie stron 243
1 2 ... 239 240 241 242 243 244 245 246 247 248 249 ... 263 264

Komentarze do niniejszej Instrukcji

Brak uwag