MATLAB Detection of Compiler
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jason Nicholson
el 16 de Oct. de 2018
Respondida: Jason Nicholson
el 25 de Oct. de 2018
How does MATLAB detect the compiler in 2016b or newer?
I have written a custom compiler configuration xml file. mex.getCompilerConfigurations('C++,'supported') lists my configured compiler. However, I cannot get any further with "mex -setup C++". I get an error because MATLAB doesn't detect my custom compiler.
The custom xml file is attached. Note the main differences are at the bottom of the xml file in the "env" section.
2 comentarios
Helper
el 19 de Oct. de 2018
The msvcpp files would be used during the compilation. Please use "mex -setup -v" to check more information for searching the compiler.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre C Shared Library Integration en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!