Is there a way to make compatible a code compiled with Visual Studio 2015 with mex gcc?
2 views (last 30 days)
Show older comments
Santiago Figueroa Lorenzo
on 23 Nov 2021
Answered: Walter Roberson
on 23 Nov 2021
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 Comments
Accepted Answer
Walter Roberson
on 23 Nov 2021
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 Comments
More Answers (0)
See Also
Categories
Find more on Containers 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!