Compiler error in 2014a
Mostrar comentarios más antiguos
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 comentarios
Christopher Hall
el 17 de Jun. de 2014
Madhura Suresh
el 17 de Jun. de 2014
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.
Respuestas (1)
Madhura Suresh
el 16 de Jun. de 2014
0 votos
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.
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!