Hi! Can I do a stand alone executable if my program is targeted for plotting? I am getting the following error:
Mostrar comentarios más antiguos
Hi! Can I do a stand alone executable if my program is targeted for plotting? I am getting the following error:
-> gcc-4.0 -c -fno-common -no-cpp-precomp -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -I/Applications/MATLAB_R2010a.app/extern/include -DUNIX -DX11 -O2 -DNDEBUG "test_main.c"
/Applications/MATLAB_R2010a.app/bin/mbuild: line 1885: gcc-4.0: command not found
mbuild: compile of ' "test_main.c"' failed.
Error: An error occurred while shelling out to mbuild (error code = 1). Unable to build executable. ??? Error using ==> mcc Error executing mcc, return status = 1 (0x1).
Do you know how to solve this? or what is going on? I can imagine is a cpp compiler error since the command not found targets gcc-4.0
Respuesta aceptada
Más respuestas (2)
Titus Edelhofer
el 11 de Jul. de 2014
Hi,
did you do a
mbuild -setup
before? Did MATLAB find your gcc 4.0?
Titus
Sruthi Ayloo
el 11 de Jul. de 2014
Editada: Sruthi Ayloo
el 11 de Jul. de 2014
0 votos
What is the version of xcode and MAC OS you are using?
The following link might be helpful where a similar issue has been discussed:
Categorías
Más información sobre C Shared Library Integration 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!