Where is KiIdleSchedule for AMD64?
-
21. februar 2007 21:28
While compiling the kernel for AMD64 I received the following error
"ke.lib(idle.obj) : error LNK2019: unresolved external symbol KiIdleSchedule referenced in function KiIdleLoop"
KiIdleSchedule is called in idle.asm in case of MP kernel but is not defined in any source file or *.lib file.
Alle besvarelser
-
5. marts 2007 18:12
Slava,
KiIdleSchedule is located in \base\ntos\ke\idsched.c
I'm not sure why you're having linking problems with this function. Can you check to make sure you have this file?
Brian
-
6. marts 2007 11:21
There is no such file in my WRK v1.2.
IA-32 builds OK.
-
6. marts 2007 18:10Did you get the source from one of our distribution CDs or download it through MSDNAA/Faculty Connection?