Using the compiler on 64 bit win10 can I generate a unix executable?

A am developing Matlab on win10 64 for deployment to colleagues who run only unix. can I generate executables for them?

Answers (1)

Cross-compilation is not possible: you need to compile your app on a computer running exactly the same OS as the target machine.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Asked:

on 22 Jan 2018

Commented:

N/A
on 1 Mar 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!