Not able to generate c++ code ?
Mostrar comentarios más antiguos
ERROR LOG:
The specified code generation target is configured to generate C++, but the C-only compiler, LCC, is the default compiler. To allow code generation, you can deselect the 'Generate makefile' option. Or, to specify a C++ compiler, enter 'mex -setup' at the command prompt. To generate C code, set the target language to C in the configuration object.
- Compiler able to convert .m to C file, but i need to convert to c++.
- 'Generate makefile' option where is this option present ?
please help
3 comentarios
James Tursa
el 5 de Feb. de 2020
Do you have a supported C++ compiler installed?
anshuman mishra
el 6 de Feb. de 2020
Kojiro Saito
el 10 de Feb. de 2020
You can check by
mex -setup c++
Respuestas (0)
Categorías
Más información sobre Simulink Coder en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!