Compile C++ for Unix environment

4 Ansichten (letzte 30 Tage)
William White
William White am 19 Dez. 2016
Kommentiert: Walter Roberson am 21 Dez. 2016
Sirs, I have some C++ code that is currently compiled to operate within Matlab in a Windows environment (Mex'ed).
I wish to run the Matlab code within a Unix environment, which means re-compiling the C++ code.
Can I re-compile the code within a Windows environment so that it works on Unix? Or do I need to use Matlab on a Linux machine to compile the code?
kind regards W
  3 Kommentare
William White
William White am 19 Dez. 2016
Hi Jose-Luis, yes, I think that is inevitable, but thought there might be a way around it without the need to getting a linux environment installed! Thanks, W
Walter Roberson
Walter Roberson am 21 Dez. 2016
You would have to install a Windows emulator on the Linux system.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Mandar Patwardhan
Mandar Patwardhan am 21 Dez. 2016
If you wish to run the Matlab code within a Unix environment then you will have to compile it on a Linux machine. Compiling on a Windows machine will not work in this case.
Take a look at the Tips section in the following link which talks about platform specific extensions for mex. https://www.mathworks.com/help/matlab/ref/mex.html?searchHighlight=mex&s_tid=doc_srchtitle#moreabout

Weitere Antworten (0)

Kategorien

Mehr zu Write C Functions Callable from MATLAB (MEX Files) finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by