📄 pid.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: pid - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\JSJ\LOCALS~1\Temp\RSP7.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/pid.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"H:\PID算法\pid.c"
]
Creating command line "cl.exe @C:\DOCUME~1\JSJ\LOCALS~1\Temp\RSP7.tmp"
Creating temporary file "C:\DOCUME~1\JSJ\LOCALS~1\Temp\RSP8.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/pid.pdb" /debug /machine:I386 /out:"Debug/pid.exe" /pdbtype:sept
".\Debug\pid.obj"
]
Creating command line "link.exe @C:\DOCUME~1\JSJ\LOCALS~1\Temp\RSP8.tmp"
<h3>Output Window</h3>
Compiling...
pid.c
h:\pid算法\pid.c(20) : error C2143: syntax error : missing '{' before '.'
h:\pid算法\pid.c(20) : error C2059: syntax error : '.'
h:\pid算法\pid.c(21) : error C2143: syntax error : missing '{' before '.'
h:\pid算法\pid.c(21) : error C2059: syntax error : '.'
h:\pid算法\pid.c(22) : error C2143: syntax error : missing '{' before '.'
h:\pid算法\pid.c(22) : error C2059: syntax error : '.'
h:\pid算法\pid.c(23) : error C2374: 'fOut' : redefinition; multiple initialization
h:\pid算法\pid.c(19) : see declaration of 'fOut'
h:\pid算法\pid.c(23) : warning C4013: 'PIDCalc' undefined; assuming extern returning int
h:\pid算法\pid.c(23) : error C2065: 'fT' : undeclared identifier
h:\pid算法\pid.c(23) : error C2099: initializer is not a constant
h:\pid算法\pid.c(29) : warning C4142: benign redefinition of type
h:\pid算法\pid.c(38) : warning C4244: 'return' : conversion from 'float ' to 'int ', possible loss of data
h:\pid算法\pid.c(41) : error C2371: 'active' : redefinition; different basic types
h:\pid算法\pid.c(24) : see declaration of 'active'
h:\pid算法\pid.c(42) : warning C4013: 'turn_off_relay' undefined; assuming extern returning int
h:\pid算法\pid.c(43) : warning C4013: 'turn_off_timerB' undefined; assuming extern returning int
h:\pid算法\pid.c(47) : warning C4013: 'turn_on_relay' undefined; assuming extern returning int
h:\pid算法\pid.c(50) : warning C4013: 'SP_INT_TIMEB' undefined; assuming extern returning int
执行 cl.exe 时出错.
<h3>Results</h3>
pid.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -