Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-07 Thread Tieu Ma Dau
I recently try the patch you recommend but I got the same result. In fact, after make this patch into Qemu source code 0.8.1, I compiled it with these commands: ./configure --prefix=/travail/install/qemu-8.1 make install And I run Qemu to simulate ARM on debugging mode: ./qemu-system-arm

[Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread Tieu Ma Dau
Hi All,I've compiled Linux kernel 2.6.16 with kgdb on Linux. And after that, I've tried to debug this kernel with Qemu 0.8.1 on Msys to simulate ARM Processor. In fact, I've run the command below:qemu-system-arm -kernel myKernel -initrd arm_root.img -sBut I can't make the

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread Robin Green
On Tue, 6 Jun 2006 05:35:13 -0700 (PDT) Tieu Ma Dau [EMAIL PROTECTED] wrote: Hi All, I've compiled Linux kernel 2.6.16 with kgdb on Linux. And after that, I've tried to debug this kernel with Qemu 0.8.1 on Msys to simulate ARM Processor. In fact, I've run the command below:

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread Tieu Ma Dau
In fact, I can connect by using the port 1234 on Linux with the command: (I use arm-toolchain and run the command: arm-linux-gdb vmlinux) (gdb) target remote localhost:1234 And the debugging mode run well (normally) but the problem arrives when running on Windows with Msys/MinGW Furthermore, I had

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread andrzej zaborowski
Hi, On 06/06/06, Robin Green [EMAIL PROTECTED] wrote: On Tue, 6 Jun 2006 05:35:13 -0700 (PDT) Tieu Ma Dau [EMAIL PROTECTED] wrote: Hi All, I've compiled Linux kernel 2.6.16 with kgdb on Linux. And after that, I've tried to debug this kernel with Qemu 0.8.1 on Msys to simulate ARM

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread Tieu Ma Dau
Hi, Have you already read my previous reply? I wrote that: [quote]In fact, I can connect by using the port 1234 on Linux with the command: (I use arm-toolchain and run the command: arm-linux-gdb vmlinux) (gdb) target remote localhost:1234 And the debugging mode run well (normally)

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread Robin Green
On Tue, 6 Jun 2006 16:10:39 +0200 andrzej zaborowski [EMAIL PROTECTED] wrote: Acutally you don't need networking in the guest. QEMU listens on the host's port 1234 Yes, you're right. Sorry - I had misread the email and assumed the original poster was trying to connect to a debugger running on