MATLAB COMPILER RELEASE NOTES User's Guide Page 237

  • Download
  • Add to my manuals
  • Print
  • Page
    / 264
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 236
Compile-Time Errors
B-3
Compile-Time Errors
Error: An error occurred while shelling out to
mex/mbuild
(error code =
errorno
). Unable to
build executable (specify the -v option for more information).
TheCompilerreportsthis
error if
mbuild or mex generates an error.
Error: An error occurred writing to file "
filename
":
reason
. The file could not be
written.The reasonisprovidedby the operatingsystem. For example,you may
not have sufficient disk space available to write the file.
Error: Cannot recompile M-file "
filename
" because it is already in library "
libraryname
".
There already exists a procedure in a library t hat has t he same name as the
M-file th at is being comp iled. For example,
mcc -x sin.m % Incorrect
Error: Cannot write file "
filename
" because MCC has already created a file with that name, or
a file with that name was specified as a command line argument.
The Compiler has
been inst ructe d to generate tw o files w ith the same n ame . F o r example,
mcc -W lib:liba liba -t % Incorrect
Error: Could not check out a Compiler license.
No additional Compiler licenses are
available for your workgroup.
Error: Could not find license file "
filename
". ( Windows only)Thelicense.dat file
could not be found in
<MATLAB>\bin.
Error: Could not run mbuild. The MATLAB C/C++ Math Library must be installed in order to
build stand-alone applications.
Install the MATLAB C/C++ Math Library.
Error: File: "
filename
" not found. A specified file could not be found on the path.
Verify that the fil e exists and t hat the path includes t he file’s location. You can
use t he
-I option to add a directory to the search path
Error: File: "
filename
" is a script M-file which cannot be compiled with the current Compiler.
The MATLAB Compiler cannot compile script M-files. To learn how to convert
script M-files to function M-files, see “Converting Script M-Files to Function
M-Files in Chapter 3.
Error: File:
filename
Line: # Column: # != is not a MATLAB operator. Use ~= instead. Use
the MATLAB relational operator
~= (not equal).
Page view 236
1 2 ... 232 233 234 235 236 237 238 239 240 241 242 ... 263 264

Comments to this Manuals

No comments