Compiler error in 2014a
이전 댓글 표시
I am moving my code development to a new (x64) machine, and also upgrading to 2014a. I have hit a stumbling block in running the deployment tool. The console messages are copied below. A quick search for 'hwconnectinstaller' has not thrown any light on the issue. Can anyone help?
Thanks
>> mbuild -setup
MBUILD configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation.
To choose a different language, select one from the following:
mex -setup C++ -client MBUILD
mex -setup FORTRAN -client MBUILD
>> deploytool
Undefined variable "hwconnectinstaller" or class "hwconnectinstaller.PackageInstaller".
Error in matlab.depfun.internal.requiredSupportPackages (line 17)
pkgInstaller = hwconnectinstaller.PackageInstaller;
Error in matlab.depfun.internal.filesAndSupportPackages (line 17)
depsupportpackagelist = matlab.depfun.internal.requiredSupportPackages(depfileslist,
depproductname);
>>
댓글 수: 2
Christopher Hall
2014년 6월 17일
Madhura Suresh
2014년 6월 17일
To build 32 bit executables on a 64 bit machine, it is recommended that you install 32 bit MATLAB also, on the 64 bit machine. They will be installed in separate locations, and you should build from the corresponding MATLAB. Its better not to use the -win32 flag, as it might cause inconsistencies.
답변 (1개)
Madhura Suresh
2014년 6월 16일
0 개 추천
Even though this warning appears, you should be able to package your code into an executable successfully. If the code does not compile, there might be issues with your MATLAB code.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!