Probleme executable can't open output file .exe:
Bonjour,
j'ai une application matlab composée de 2 fichiers (fonction_principale.m et image_de_fond.jgp)
j'utilise matlab 2008a.
j'essaye de créé un .exe avec les différentes commandes de mcc et avec l'outil gui mais ca ne marche pas.
différents problèmes de link, des fois une fenêtre ouvre et se referme quand j'essaye d'autre méthode de compilation.
exemples :
si je tape
voici l'erreur
Code:
1 2 3 4 5 6 7 8 9
|
--> lcclnk -o "wound_graph.exe" -tmpdir "." -L"C:\PROGRA~1\MATLAB\R2008a\sys\lcc\lib" -libpath "C:\PROGRA~1\MATLAB\R2008a\extern\lib\win32\lcc" @C:\Users\Nico\AppData\Local\Temp\mbuild_oiBfdd\mbuild_tmp.rsp mclmcrrt.lib
cannot open output file wound_graph.exe:
C:\PROGRA~1\MATLAB\R2008A\BIN\MEX.PL: Error: Link of 'wound_graph.exe' failed.
Error: An error occurred while shelling out to mbuild (error code = 2).
Unable to build executable. |
si je tape
Code:
1 2
|
mc -mv wound_graph.m fond1.jpg |
même erreur...
Code:
1 2
|
mcc -m -B sgl wound_graph.m |
encore même erreur...
comment puis-je la résoudre?