Re: [Qemu-discuss] QEMU Binary: qemu-nios2

2018-11-21 Thread Peter Maydell
On 21 November 2018 at 12:27, Zeeshan Hayat wrote: > Hi, > > > In target list there is nios2-softmmu and nios2-linux-user. If I select as, > > >> ./configure --target-list=nios2-softmmu, nios2-linux-user > > > I get only QEMU binary: qemu-system-nios2. How can we generate the QEMU > binay: qemu-n

Re: [Qemu-discuss] QEMU Binary: qemu-nios2

2018-11-21 Thread Peter Maydell
On 21 November 2018 at 12:27, Zeeshan Hayat wrote: > Hi, > > > In target list there is nios2-softmmu and nios2-linux-user. If I select as, > > >> ./configure --target-list=nios2-softmmu, nios2-linux-user > > > I get only QEMU binary: qemu-system-nios2. How can we generate the QEMU > binay: qemu-n

[Qemu-discuss] QEMU Binary: qemu-nios2

2018-11-21 Thread Zeeshan Hayat
Hi, In target list there is nios2-softmmu and nios2-linux-user. If I select as, > ./configure --target-list=nios2-softmmu, nios2-linux-user I get only QEMU binary: qemu-system-nios2. How can we generate the QEMU binay: qemu-nios2? /Zeeshan

Re: [Qemu-discuss] Debugging QEMU NIOS2

2018-11-21 Thread Thomas Huth
On 2018-11-21 11:24, Zeeshan Hayat wrote: > Hi, > > > I am trying to debug simple program (hello_world). I run the QEMU as, > > >> qemu-system-nios2 -s > > > and run the nios aware gdb as, > > >> nios2-elf-gdb hello > > > and than in gdb I attach it to QEMU by, > > >> target remote loc

[Qemu-discuss] Debugging QEMU NIOS2

2018-11-21 Thread Zeeshan Hayat
Hi, I am trying to debug simple program (hello_world). I run the QEMU as, > qemu-system-nios2 -s and run the nios aware gdb as, > nios2-elf-gdb hello and than in gdb I attach it to QEMU by, > target remote localhost:1234 but when I type "continue" in gdb window, it just hangs and pri