[ros-dev] Re: [ros-svn] [ion] 13847: Merge with 13846. Fixes QEMU+KDBG problem.

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Sun Mar 6 19:26:03 CET 2005


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


More information about the Ros-dev mailing list