Is there a way to make compatible a code compiled with Visual Studio 2015 with mex gcc?
2 ビュー (過去 30 日間)
古いコメントを表示
Santiago Figueroa Lorenzo
2021 年 11 月 23 日
回答済み: Walter Roberson
2021 年 11 月 23 日
I am using matlab on docker and I planning import into Matlab Simulink a project compiled in Visual Studio 2015. Considering that the compilers supported for docker Matlab are gcc, g++ and gfortran, is there a way to make compatible the libraries created in Visual Studio 2015 or is mandatory to make a refactoring?
0 件のコメント
採用された回答
Walter Roberson
2021 年 11 月 23 日
The MATLAB tool to package for docker runs only in Linux; https://www.mathworks.com/help/compiler/package-matlab-standalone-applications-into-docker-images.html
Windows libraries are not compatible with Linux -- not unless you run something like Vine that does Windows emulation.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Containers についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!