James Tabor wrote:
ntoskrnl: [CC] dbg/kdb_cli.c
dbg/kdb_cli.c: In function `KdbpPrint':
dbg/kdb_cli.c:1721: warning: implicit declaration of function `isalpha'
make[1]: *** [dbg/kdb_cli.o] Error 1
make: *** [ntoskrnl] Error 2
I gave up and added #include <ctype.h> in kdb_cli.c and kdb_string.c.
Set OPTIMIZED := 0 in the config file.
So far I'm compiling ok.
Thanks,
James