Warning matlab / simulink
Bonjour,
Je suis nouvelle dans le monde de matlab car je suis technicien de maintenance informatique et réseaux, donc pas du tout dans l’ingénierie de matlab de mes collègues.
J'ai un souci de warning sous matlab R2006b.
La configuration utilisée :
du pc : Windows XP SP3 32 bits/3go RAM processeur intel / antivirus mcafee
du serveur : windows 2003 R2 SP2, antivirus Sophos paramétré pour ne pas scruter le répertoire du projet auquel les warnings apparaissent.
Le projet est très important en terme de volume.
Lorsque mon collègue veut simuler, il y a le warning :
Citation:
Stateflow parsing for model "MIL_INV_FPGA_Fast_dev"...Done
Stateflow code generation for model "MIL_INV_FPGA_Fast_dev"...c_indent: Unable to indent 'O:\Dev\v004\MIL INV\sfprj\build\MIL_INV_FPGA_Fast_dev\sfun\src\MIL_INV_FPGA_Fast_dev_sfun_registry.c'. Cannot open file for writing: Permission denied
Done
Stateflow compilation for model "MIL_INV_FPGA_Fast_dev"...Making simulation target "MIL_INV_FPGA_Fast_dev_sfun", ...
O:\Dev\v004\MIL INV\sfprj\build\MIL_INV_FPGA_Fast_dev\sfun\src>"c:\applic\matlab\r2006b\sys\lcc\bin\lccmake" -f MIL_INV_FPGA_Fast_dev_sfun.lmk
Warning MIL_INV_FPGA_Fast_dev_sfun_registry.c: 0 empty input file
0 errors, 1 warnings
B:\matlab\state .text: undefined reference to '_sf_machine_global_method_dispatcher'
B:\matlab\state .text: undefined reference to '_sf_machine_global_initializer'
B:\matlab\state .text: undefined reference to '_sf_machine_global_terminator'
B:\matlab\state .text: undefined reference to '_ssWriteRTWNameValuePair'
B:\matlab\state .text: undefined reference to '_ssWriteRTWStr'
Specified export _mexFunction is not defined
Missing exports. Aborting
"c:\applic\matlab\r2006b\sys\lcc\bin\lcc.exe" -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup -I"c:\applic\matlab\r2006b\sys\lcc\include" -I"c:\applic\matlab\r2006b\extern\include" -I"c:\applic\matlab\r2006b\simulink\include" -I"c:\applic\matlab\r2006b\stateflow\c\mex\include" -I"c:\applic\matlab\r2006b\stateflow\c\debugger\include" -I"o:\dev\v004\mil inv\sfprj\build\mil_inv_fpga_fast_dev\sfun\src" -I"o:\dev\v004\mil inv" "MIL_INV_FPGA_Fast_dev_sfun.c"
"c:\applic\matlab\r2006b\sys\lcc\bin\lcc.exe" -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup -I"c:\applic\matlab\r2006b\sys\lcc\include" -I"c:\applic\matlab\r2006b\extern\include" -I"c:\applic\matlab\r2006b\simulink\include" -I"c:\applic\matlab\r2006b\stateflow\c\mex\include" -I"c:\applic\matlab\r2006b\stateflow\c\debugger\include" -I"o:\dev\v004\mil inv\sfprj\build\mil_inv_fpga_fast_dev\sfun\src" -I"o:\dev\v004\mil inv" "MIL_INV_FPGA_Fast_dev_sfun_registry.c"
"c:\applic\matlab\r2006b\sys\lcc\bin\lcclnk.exe" -s -dll -L"c:\applic\matlab\r2006b\sys\lcc\lib" -o MIL_INV_FPGA_Fast_dev_sfun.mexw32 @MIL_INV_FPGA_Fast_dev_sfun.lmko
c:\applic\matlab\r2006b\sys\lcc\bin\lccmake: Error code 1
c:\applic\matlab\r2006b\sys\lcc\bin\lccmake: 'MIL_INV_FPGA_Fast_dev_sfun.mexw32' removed.
??? Error using ==> sim
Error using ==> stateflow\private\slsf
Error using ==> stateflow\private\targetman>throw_make_error
(SLSF Diagnostic).
Error in ==> runTest at 99
sim(Cfg.MILModelFast, SIM.tmax, options);
auriez-vous une idée de ce que je pourrais faire pour améliorer ceci ? Sachant que pour des projets moins importants, il n'y a pas de souci
C'est très gentil de votre part par avance !!
Ticamomille