From: Crystal on
Hello,

I have created a standalone executable using the MATLAB Compiler toolbox on a Windows 64 PC. I want to deploy it on a machine running Linux, but the only MCR installer I have is for Windows 64. Is it even possible to deploy a MATLAB-compiled executable function on a different architecture?

Thanks,

Crystal
From: Aurelien Queffurust on
"Crystal " <amaunette(a)hotmail.com> wrote in message <i2k81m$ptj$1(a)fred.mathworks.com>...
> Hello,
>
> I have created a standalone executable using the MATLAB Compiler toolbox on a Windows 64 PC. I want to deploy it on a machine running Linux, but the only MCR installer I have is for Windows 64. Is it even possible to deploy a MATLAB-compiled executable function on a different architecture?
>
> Thanks,
>
> Crystal

No you have to compile your code on the same platform as your end-users. If they are under Linux, you need to compile your code using MATLAB compiler under Linux.