?? gformat.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: gformat - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\jia\LOCALS~1\Temp\RSP7.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/gformat.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\課件--學習資料\os\os實驗3\gformat.c"
]
Creating command line "cl.exe @C:\DOCUME~1\jia\LOCALS~1\Temp\RSP7.tmp"
<h3>Output Window</h3>
Compiling...
gformat.c
e:\課件--學習資料\os\os實驗3\gformat.c(23) : error C2079: 'inregs' uses undefined union 'REGS'
e:\課件--學習資料\os\os實驗3\gformat.c(23) : error C2079: 'outregs' uses undefined union 'REGS'
e:\課件--學習資料\os\os實驗3\gformat.c(24) : error C2079: 'segs' uses undefined struct 'SREGS'
e:\課件--學習資料\os\os實驗3\gformat.c(48) : error C2182: 'argc' : illegal use of type 'void'
e:\課件--學習資料\os\os實驗3\gformat.c(48) : error C2082: redefinition of formal parameter 'argc'
e:\課件--學習資料\os\os實驗3\gformat.c(50) : error C2065: 'argv' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(50) : error C2109: subscript requires array or pointer type
e:\課件--學習資料\os\os實驗3\gformat.c(50) : error C2109: subscript requires array or pointer type
e:\課件--學習資料\os\os實驗3\gformat.c(51) : warning C4013: 'atoi' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(51) : error C2109: subscript requires array or pointer type
e:\課件--學習資料\os\os實驗3\gformat.c(52) : error C2109: subscript requires array or pointer type
e:\課件--學習資料\os\os實驗3\gformat.c(54) : error C2106: '=' : left operand must be l-value
e:\課件--學習資料\os\os實驗3\gformat.c(56) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(57) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(59) : warning C4013: 'int86' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(60) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(62) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(62) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(64) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(67) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(68) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(69) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(70) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(71) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(73) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(74) : error C2224: left of '.x' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(75) : warning C4013: 'segread' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(97) : warning C4013: 'Textout' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(101) : error C2065: 'rpn0' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(104) : error C2065: 'sector_per_cluster' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(105) : error C2065: 'number_of_reserved' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(105) : error C2065: 'sectors' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(106) : error C2065: 'number_of_FATs' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(107) : error C2065: 'maxinum_number_of_root_entries' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(109) : warning C4305: '=' : truncation from 'const int ' to 'char '
e:\課件--學習資料\os\os實驗3\gformat.c(114) : error C2065: 'number_of_reserved_sectors' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(117) : error C2065: 'number_of_FATS' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(119) : warning C4013: 'malloc' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(128) : warning C4018: '<' : signed/unsigned mismatch
e:\課件--學習資料\os\os實驗3\gformat.c(130) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(131) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(132) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(133) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(134) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(135) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(136) : warning C4013: 'int86x' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(137) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(141) : warning C4018: '<' : signed/unsigned mismatch
e:\課件--學習資料\os\os實驗3\gformat.c(171) : warning C4018: '<' : signed/unsigned mismatch
e:\課件--學習資料\os\os實驗3\gformat.c(175) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(176) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(177) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(178) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(179) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(180) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(181) : error C2100: illegal indirection
e:\課件--學習資料\os\os實驗3\gformat.c(184) : error C2065: 'edia_descriptor' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(184) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
e:\課件--學習資料\os\os實驗3\gformat.c(188) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(201) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(202) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(203) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(204) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(205) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(206) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(207) : error C2224: left of '.x' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(211) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(212) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(213) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(214) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(215) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(216) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(217) : error C2224: left of '.x' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(260) : error C2059: syntax error : ')'
e:\課件--學習資料\os\os實驗3\gformat.c(261) : error C2065: 'speed_itd' : undeclared identifier
e:\課件--學習資料\os\os實驗3\gformat.c(262) : warning C4013: 'itoa' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(263) : warning C4013: 'strcat' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(264) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(265) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(266) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(267) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(271) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(272) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(273) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(274) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(282) : warning C4013: 'strcpy' undefined; assuming extern returning int
e:\課件--學習資料\os\os實驗3\gformat.c(291) : error C2039: 'total_huge_sectors' : is not a member of 'BPBtag'
e:\課件--學習資料\os\os實驗3\gformat.h(22) : see declaration of 'BPBtag'
e:\課件--學習資料\os\os實驗3\gformat.c(317) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(318) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(319) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(320) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(321) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(322) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(323) : error C2224: left of '.x' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(328) : warning C4018: '<' : signed/unsigned mismatch
e:\課件--學習資料\os\os實驗3\gformat.c(334) : error C2039: 'data_stamp' : is not a member of 'DirEntrytag'
e:\課件--學習資料\os\os實驗3\gformat.h(54) : see declaration of 'DirEntrytag'
e:\課件--學習資料\os\os實驗3\gformat.c(342) : warning C4018: '<' : signed/unsigned mismatch
e:\課件--學習資料\os\os實驗3\gformat.c(344) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(345) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(346) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(347) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(348) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(349) : error C2224: left of '.h' must have struct/union type
e:\課件--學習資料\os\os實驗3\gformat.c(350) : error C2224: left of '.x' must have struct/union type
Error executing cl.exe.
<h3>Results</h3>
gformat.obj - 88 error(s), 16 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -