mcc-log.txt

来自「MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的」· 文本 代码 · 共 38 行

TXT
38
字号
This is the output from running MATLAB Add-in.Please close this window after viewing it.--------------MCC/MEX BEGIN---------------mcc -k "D:\VCtest\mcc.mak" -/n -m -A line:on -g libmmfile.mlib -vh  "D:\VCtest\Myfunc.m"Compiler version: 3.0
Parsing file "d:\vctest\myfunc.m"
	(Referenced from: "Compiler Command Line").
Generating file "myfunc.h".
Generating file "myfunc.c".
Generating file "myfunc_main.c".
Executing command: mbuild -g -v -output "Myfunc" "myfunc.c" "myfunc_main.c" -link exe -k "D:\VCtest\mcc.mak" -nohg -no_setup
 This is mbuild Copyright 1984-2002 The MathWorks, Inc.

-> Default options filename found in C:\Documents and Settings\Yang Gaobo\Application Data\MathWorks\MATLAB\R13
----------------------------------------------------------------
->    Options file           = C:\Documents and Settings\Yang Gaobo\Application Data\MathWorks\MATLAB\R13\compopts.bat
->    COMPILER               = cl
->    Compiler flags:
         COMPFLAGS           = -c -Zp8 -G5 -W3 -nologo
         OPTIMFLAGS          = -O2 -DNDEBUG
         DEBUGFLAGS          = -Zi -Fd"Myfunc.pdb"
         arguments           = 
         Name switch         = /Fo
->    Pre-linking commands   = 
->    LINKER                 = link
->    Link directives:
         LINKFLAGS           = kernel32.lib user32.lib gdi32.lib advapi32.lib oleaut32.lib ole32.lib /LIBPATH:"C:\MATLAB6p5\extern\lib\win32\microsoft\msvc60" libmmfile.lib libmatlb.lib /nologo libmx.lib libmat.lib libmwservices.lib libmex.lib libut.lib
         LINKFLAGSPOST       = 
         Name directive      = "/out:Myfunc.exe"
         File link directive = 
         Lib. link directive = 
         Rsp file indicator  = @
->    Resource Compiler      = rc /fo ".res"
->    Resource Linker        = 
----------------------------------------------------------------

--------------MCC/MEX DONE----------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?