User`s guide

B Error and Warning Messages
B-10
Error: Unknown annotation option: optionname. An invalid string was specified after
the
-A option. For a complete list of the valid annotation options, see MATLAB
Compiler Option Flags on page 7-31 or type
mcc -? at the command prompt.
Error: Unknown typesetting option: optionname. The valid typesetting options
available with
-F are expression-indent:n, list, page-width, and
statement-indent:n.
Error: Unknown warning enable/disable string: warningstring. -w enable:, -w
disable:
, and -w error: require you to use one of the warning string
identifiers listed in the Warning Messages on page B-11.
Error: Unrecognized option: -option. The option is not one of the valid options for
this version of the Compiler. See MATLAB Compiler Option Flags on page
7-31 for a complete list of valid options for MATLAB Compiler 3.0 or type
mcc -? at the command prompt.
Error: Use "-V2.0" to specify desired version. You specified -V without a version
number. You must use
-V2.0 if you specify a version number.
Error: versionnumber is not a valid version number. Use "-V2.0". If you specify a
Compiler version number, it must be
-V2.0. The default is -V2.0.