Using the compiler on 64 bit win10 can I generate a unix executable?
1 view (last 30 days)
Show older comments
A am developing Matlab on win10 64 for deployment to colleagues who run only unix. can I generate executables for them?
0 Comments
Answers (1)
Von Duesenberg
on 1 Mar 2018
Cross-compilation is not possible: you need to compile your app on a computer running exactly the same OS as the target machine.
See Also
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!