Menu

#1 Running mexall.m with win64

open
nobody
5
2011-01-09
2011-01-09
Michal J
No

I want to install the SSM toolbox on a 64-bit machine. Since Matlab for win64 does not come with a compiler, I followed Matlab Help instructions:

http://www.mathworks.com/support/compilers/R2010b/win64.html

where I installed Microsoft Visual C++ 2010 Express and Windows SDK 7.1. I ran mexall.m in the csrc folder but encountered the following problem:

LINK : fatal error LNK1104: cannot open file '../@SSMAT\getmat_c.mexw64'

C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error: Link of '..\@SSMAT\getmat_c.mexw64' failed.

??? Error using ==> mex at 222
Unable to complete successfully.

Error in ==> mexssm at 2
mex(varargin{:}, '-outdir', '../@ssmat', 'getmat_c.c');

Error in ==> mexall at 2
mexssm(varargin{:});

If anyone has had a similar problem, I would be grateful if you shared your solution. I also tried to install the toolbox on a 32-bit machine (not mine) and everything went smoothly with no problems.

Thank you very much.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.