Build Log |
|
Command Lines |
Creating temporary file "c:\djgpp\Demo22\SysCore\Kernel\Debug\RSP00000B5283240.rsp" with contents [ /O2 /Oy /I "..\Include\\" /I "..\Keyboard" /I "..\FloppyDisk" /D "ARCH_X86" /X /FD /MT /Zp1 /GS- /GR- /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W4 /c /Gd /TP /Oy .\main.cpp ] Creating command line "cl.exe @c:\djgpp\Demo22\SysCore\Kernel\Debug\RSP00000B5283240.rsp /nologo /errorReport:prompt" Creating temporary file "c:\djgpp\Demo22\SysCore\Kernel\Debug\RSP00000C5283240.rsp" with contents [ /OUT:"A:\KRNL32.EXE" /INCREMENTAL:NO /LIBPATH:"..\Lib\\" /LIBPATH:"..\debug\\" /MANIFEST:NO /NODEFAULTLIB /MAP:"Kernel.map" /SUBSYSTEM:NATIVE /DRIVER /OPT:REF /OPT:ICF /ENTRY:"kernel_entry" /BASE:"0xC0000000" /FIXED:No /ALIGN:512 keyboard.lib floppydisk.lib fat12.lib "..\debug\lib.lib" "..\debug\hal.lib" ".\Debug\entry.obj" ".\Debug\main.obj" ".\Debug\DebugDisplay.obj" ".\Debug\exception.obj" ".\Debug\fsys.obj" ".\Debug\mmngr_phys.obj" ".\Debug\mmngr_virtual.obj" ".\Debug\panic.obj" ".\Debug\Resource.res" ".\Debug\vmmngr_pde.obj" ".\Debug\vmmngr_pte.obj" ] Creating command line "link.exe @c:\djgpp\Demo22\SysCore\Kernel\Debug\RSP00000C5283240.rsp /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... main.cpp .\main.cpp(97) : warning C4244: 'argument' : conversion from 'uint64_t' to 'size_t', possible loss of data .\main.cpp(316) : warning C4127: conditional expression is constant c:\djgpp\demo22\syscore\kernel\main.cpp(345) : warning C4702: unreachable code Linking... lib.lib(cstd.obj) : warning LNK4254: section '.CRT' (40000040) merged into '.data' (C0000040) with different attributes |
Results |
Build log was saved at "file://c:\djgpp\Demo22\SysCore\Kernel\Debug\BuildLog.htm" Kernel - 0 error(s), 4 warning(s) |