Build Log |
|
Command Lines |
Creating temporary file "c:\djgpp\Demo14\SysCore\Demo14\SysCore\Kernel\Debug\RSP00000113363468.rsp" with contents [ /O2 /Oy /I "..\Include\\" /I "..\Keyboard" /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\Demo14\SysCore\Demo14\SysCore\Kernel\Debug\RSP00000113363468.rsp /nologo /errorReport:prompt" Creating temporary file "c:\djgpp\Demo14\SysCore\Demo14\SysCore\Kernel\Debug\RSP00000213363468.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 "..\debug\lib.lib" "..\debug\hal.lib" ".\Debug\entry.obj" ".\Debug\main.obj" ".\Debug\DebugDisplay.obj" ".\Debug\exception.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\Demo14\SysCore\Demo14\SysCore\Kernel\Debug\RSP00000213363468.rsp /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... main.cpp .\main.cpp(60) : warning C4244: 'argument' : conversion from 'uint64_t' to 'size_t', possible loss of data .\main.cpp(218) : warning C4127: conditional expression is constant c:\djgpp\demo14\syscore\demo14\syscore\kernel\main.cpp(244) : 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\Demo14\SysCore\Demo14\SysCore\Kernel\Debug\BuildLog.htm" Kernel - 0 error(s), 4 warning(s) |