cstdlib: No such file or directory

3 visualizaciones (últimos 30 días)
Chang seok Ma
Chang seok Ma el 21 de Feb. de 2021
Comentada: Walter Roberson el 21 de Feb. de 2021
Hello, I am trying to compile mex function
clear
clc
mex vfi_mex.c -I"../CRoutines"
But then I got an error message as below
..\CRoutines/blitz/compiler.h:132:19: fatal error: cstdlib: No such file or directory
How can I solve this?
Thanks in advance
  1 comentario
Walter Roberson
Walter Roberson el 21 de Feb. de 2021
That is the C++ standard library. Make sure your C++ is fully installed.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Write C Functions Callable from MATLAB (MEX Files) en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by