Build Log
  

Build started: Project: Kernel, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\djgpp\Demo12\SysCore\Kernel\Debug\RSP0000036242544.rsp" with contents
[
/O2 /Oy /I "..\Include\\" /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\Demo12\SysCore\Kernel\Debug\RSP0000036242544.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\djgpp\Demo12\SysCore\Kernel\Debug\RSP0000046242544.rsp" with contents
[
/OUT:"A:\KRNL32.EXE" /INCREMENTAL:NO /LIBPATH:"..\Lib\\" /MANIFEST:NO /NODEFAULTLIB /MAP:"Kernel.map" /SUBSYSTEM:NATIVE /DRIVER /OPT:REF /OPT:ICF /ENTRY:"kernel_entry" /BASE:"0xC0000000" /FIXED:No /ALIGN:512 ..\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\Demo12\SysCore\Kernel\Debug\RSP0000046242544.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
main.cpp
.\main.cpp(77) : warning C4244: 'argument' : conversion from 'uint64_t' to 'size_t', possible loss of data
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\Demo12\SysCore\Kernel\Debug\BuildLog.htm"
Kernel - 0 error(s), 2 warning(s)