Using the compiler on 64 bit win10 can I generate a unix executable?
Show older comments
A am developing Matlab on win10 64 for deployment to colleagues who run only unix. can I generate executables for them?
Answers (1)
Von Duesenberg
on 1 Mar 2018
0 votes
Cross-compilation is not possible: you need to compile your app on a computer running exactly the same OS as the target machine.
1 Comment
N/A
on 1 Mar 2018
|
monospaced|
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!