Using the compiler on 64 bit win10 can I generate a unix executable?
2 ビュー (過去 30 日間)
古いコメントを表示
A am developing Matlab on win10 64 for deployment to colleagues who run only unix. can I generate executables for them?
0 件のコメント
回答 (1 件)
Von Duesenberg
2018 年 3 月 1 日
Cross-compilation is not possible: you need to compile your app on a computer running exactly the same OS as the target machine.
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!