Bonjour,

J'essaie de générer du code à partir de Simulink avec Simulink Coder, mais je reçois les messages d'erreur :LINK : fatal error LNK1181: cannot open input file
Les détails du message sont :



Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
### Linking ... 
	C:\PROGRA~1\MATLAB\R2011a\sys\perl\win32\bin\perl C:\PROGRA~1\MATLAB\R2011a\rtw\c\tools\mkvc_lnk.pl Drive.lnk Drive.obj Drive_data.obj rtGetInf.obj rtGetNaN.obj rt_logging.obj rt_nonfinite.obj  grt_main.obj rt_sim.obj     APP_test_Outputs_wrapper.obj MC_test_Outputs_wrapper.obj 
	link /RELEASE /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  libcmt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib libcpmt.lib      @Drive.lnk @Drive_ref.rsp -out:..\Drive.exe 
LINK : fatal error LNK1181: cannot open input file "APP_test_Outputs_wrapper.obj" 
NMAKE : fatal error U1077: 'link' : return code '0x49d' 
Stop. 
The make command returned an error of 2 
'An_error_occurred_during_the_call_to_make' is not recognized as an internal or external command, 
operable program or batch file. 
### Build procedure for model: 'Drive' aborted due to an error.
Une idée pour résoudre le problème?

Merci,