Hi! ion@svn.reactos.com wrote:
Merge with 13846. Fixes QEMU+KDBG problem.
Added files: branches/alex_devel_branch/reactos/media/drivers/etc/KDBinit
Updated files: branches/alex_devel_branch/reactos/Makefile branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb.h branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_cli.c branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_keyboard.c branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_serial.c
Deleted files: branches/alex_devel_branch/reactos/media/drivers/etc/KDB.init
I think is is caused by blight patch. Gcc 3.4.2 bin utils 2.15.94.
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
Thanks, James
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
James Tabor wrote:
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 _______________________________________________ Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
I'm not having any problems compiling...I think its' up to blight to add these includes because I don't think they depend on the branch.
Best regards, Alex Ionescu
Alex Ionescu wrote:
James Tabor wrote:
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
I'm not having any problems compiling...I think its' up to blight to add these includes because I don't think they depend on the branch.
Best regards, Alex Ionescu
AAAAAAHHHH!
RtlQueryRegistryValues() failed (Status c0000034) RtlQueryRegistryValues() failed (Status c0000034) RtlQueryRegistryValues() failed (Status c0000034) Assertion Irp->CancelRoutine == NULL failed at io/irp.c:310 Entered debugger on embedded INT3 at 0x0008:0x800061e3. kdb:> bt Frames: <ntoskrnl.exe:5c88c (io/irp.c:311 (IofCompleteRequest))> <ntoskrnl.exe:5ce32 (io/irp.c:504 (IoCompleteRequest))> <npfs.sys:1133 (create.c:88 (NpfsSignalAndRemoveListeningServerInstance))> <npfs.sys:157e (create.c:243 (NpfsCreate))> <ntoskrnl.exe:5c6e6 (io/irp.c:211 (IofCallDriver))> <ntoskrnl.exe:517e7 (io/create.c:564 (IoCreateFile))> <ntoskrnl.exe:51ab1 (io/create.c:644 (NtCreateFile))> <ntoskrnl.exe:39f2 (/tmp/ccbVFTi1.s:178 (KiSystemService))> <kernel32.dll:2469c (file/create.c:259 (CreateFileW))> <advapi32.dll:13244 (service/sctrl.c:157 (ScConnectControlPipe))> <advapi32.dll:13ade (service/sctrl.c:567 (StartServiceCtrlDispatcherW))> <eventlog.exe:1328 (eventlog.c:77 (main))> eventlog.exe:11e7 eventlog.exe:1238 <kernel32.dll:2d069 (process/create.c:339 (BaseProcessStart))> <deadbeef>
8^/ James