Borrar filtros
Borrar filtros

What mex compiler can I use on my Macbook Pro 2017?

19 visualizaciones (últimos 30 días)
Lisa Taylor
Lisa Taylor el 31 de Jul. de 2024 a las 2:48
Comentada: Lisa Taylor el 1 de Ag. de 2024 a las 17:49
I have some software which utilizes a couple mex functions, compiled from .c files. They were compiled on a windows computer and so only work on Windows. I'm updating the software to work on other platforms, so I need to re-compile the c files on my mac to make mex functions that are compatible with mac. To do this, I need a compiler that's compatible with mac. As far as I can tell, the only compiler I can get for free is Xcode.
However, when I try to install Xcode, I can't. It is not compatible with anything before MacOS 14. Yet when I try to download MacOS 14 Sonoma, I can't because it's not compatible with my computer, only with Macbook Pro 2018 and later.
So my question is, how can I compile .c files into mex functions on my macbook pro 2017? Is there any free compiler out there that will do the job?

Respuesta aceptada

SACHIN KHANDELWAL
SACHIN KHANDELWAL el 31 de Jul. de 2024 a las 3:35
I understand that you want to compile C files into MEX files on a MacBook. MATLAB requires you to install a supported C or Fortran compiler along with Xcode (on macOS with Intel chips) or Microsoft Visual Studio (on Windows).
Here is the list of System Requirements and Supported Compilers for all operating systems (Windows, Linux, and Mac): https://www.mathworks.com/support/requirements/previous-releases.html
Refer to the following documentation to understand the setup of MEX: https://www.mathworks.com/help/matlab/ref/mex.html
I hope the above information helps in resolving the query that you have reported. Thank you!
  1 comentario
Lisa Taylor
Lisa Taylor el 1 de Ag. de 2024 a las 17:49
Thank you, I found a way to download and use old versions of xcode rather than the version in the apple store and then was able to use it as my compiler.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by