From: Kate J. on
As promised above, here is the text that appears on my Matlab screen before each build attempt fails:

cl /O2 /c /nologo -DMODEL=das1act_temp1 -DRT -DNUMST=3 -DTID01EQ=1 -DNCSTATES=16 -DMT=1 -DHAVESTDIO -DXPCMSVISUALC -DXPCCALLCONV=__cdecl -DUSE_RTMODEL -DERT_CORE -D_MT -MT /Op ..\sdbio.c
cl : Command line warning D9002 : ignoring unknown option '/Op'
sdbio.c
....

(Note: there is a HUGE set of similar warning messages preceding these 3 messages below)

Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
...\sdbio.c(1674) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
...\sdbio.c(1675) : warning C4996: 'strcat' was declared deprecated
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
NMAKE : fatal error U1077: '"c:\program files\microsoft visual studio 8\VC\BIN\cl.EXE"' : return code '0x2'
Stop.

C:\pathname \das1act_temp1_xpc_rtw>echo The make command returned an error of 2
The make command returned an error of 2

C:\pathname \das1act_temp1_xpc_rtw>An_error_occurred_during_the_call_to_make
'An_error_occurred_during_the_call_to_make' is not recognized as an internal or external command,
operable program or batch file.
 | 
Pages: 1
Prev: Real Time Workshop build error 1070
Next: MATCONT