1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| mcc -W cpplib:libmatrixp -T link:lib addmatrix.m multiplymatrix.m eigmatrix.m -v
Compiler version: 4.8 (R2008a)
Processing C:\Program Files\MATLAB\R2008a research\toolbox\matlab\mcc.enc
Processing include files...
2 item(s) added.
Processing directories installed with MCR...
The file mccExcludedFiles.log contains a list of functions excluded from the CTF archive.
1 item(s) added.
Generating MATLAB path for the compiled application...
Created 38 path items.
Begin validation of MEX files: Tue Mar 31 16:38:28 2009
Validating 'C:\Program Files\MATLAB\R2008a research\toolbox\compiler\deploy\deploywhich.mexw32'.
No conflicting M-file found.
Validating 'C:\Program Files\MATLAB\R2008a research\toolbox\compiler\deploy\readline.mexw32'.
No conflicting M-file found.
End validation of MEX files: Tue Mar 31 16:38:28 2009
Deleting 2 temporary MEX authorization files.
Removing: 'C:\DOCUME~1\STTO00~1.IT0\LOCALS~1\Temp\mathworks_tmp_5948_26828_5948.auth'.
Removing: 'C:\DOCUME~1\STTO00~1.IT0\LOCALS~1\Temp\mathworks_tmp_5948_18098_5948.auth'.
Parsing file "H:\data\essai_matlab_c++\addmatrix.m"
(Referenced from: "Compiler Command Line").
Parsing file "H:\data\essai_matlab_c++\multiplymatrix.m"
(Referenced from: "Compiler Command Line").
Parsing file "H:\data\essai_matlab_c++\eigmatrix.m"
(Referenced from: "Compiler Command Line").
Parsing file "C:\Program Files\MATLAB\R2008a research\toolbox\compiler\deploy\deployprint.m"
(Referenced from: "Compiler Command Line").
Parsing file "C:\Program Files\MATLAB\R2008a research\toolbox\compiler\deploy\printdlg.m"
(Referenced from: "Compiler Command Line").
Generating file "libmatrixp.h".
Generating file "libmatrixp.cpp".
Generating file "libmatrixp.exports".
Generating file "H:\data\essai_matlab_c++\readme.txt".
Generating file "libmatrixp_mcc_component_data.c".
Executing command: mbuild -O -v -output "libmatrixp" "libmatrixp.cpp" "libmatrixp.exports" "libmatrixp_mcc_component_data.c" -link shared
'mbuild' is not recognized as an internal or external command,
operable program or batch file.
Error: An error occurred while shelling out to mbuild (error code = 1).
Unable to build executable.
??? Error using ==> mcc
Error executing mcc, return status = 1. |
Partager