Re: [Qemu-devel] qemu make file

2010-08-26 Thread Stefan Hajnoczi
On Thu, Aug 26, 2010 at 10:05 AM, chandra shekar wrote: > stefan sorry for bothering you but iam new to qemu i did the above steps > and after 2nd step i got into gdb and i used "r" command to run, it gave > qemu: could not open disk image [...]: No such file or directory > so in place of [..] i h

Re: [Qemu-devel] qemu make file

2010-08-26 Thread Stefan Hajnoczi
On Thu, Aug 26, 2010 at 7:03 AM, chandra shekar wrote: > i need to run qemu in gdb,thanks Try: $ ./configure --disable-strip $ gdb --args x86_64-softmmu/qemu-system-x86_64 [...] The --disable-strip configure option causes an ELF executable with debug information to be produced. Stefan

[Qemu-devel] qemu make file

2010-08-25 Thread chandra shekar
hi every one i tried to compile qemu using gcc and generate object code so that i can use that in gdb and it may have given me much of understanding of code but when i compile qemu with gcc their are so many errors but usually when i run make file there is no problem please someone help me i need