Re: [Qemu-devel] Qemu as Instruction Set Simulator without any OS

2010-09-01 Thread Anitha Boyapati
Hello Jan-Simon, 2010/9/1 Jan-Simon Möller : > Am Mittwoch, 1. September 2010, 14:54:41 schrieb Anitha Boyapati: > [...] >> >> My exact requirement is to test a gcc cross-compiler using DejaGnu for >> a given target (AVR32). While the cross-compiler is ready, there is no >> simulator. Since there

Re: [Qemu-devel] Qemu as Instruction Set Simulator without any OS

2010-09-01 Thread Anitha Boyapati
On 1 September 2010 19:22, Robin Randhawa wrote: [...] >> My exact requirement is to test a gcc cross-compiler using DejaGnu for >> a given target (AVR32). While the cross-compiler is ready, there is no >> simulator. Since there is not much of OS support, I am trying to >> evaluate if Qemu can sti

Re: [Qemu-devel] Qemu as Instruction Set Simulator without any OS

2010-09-01 Thread Robin Randhawa
Hi again. On Wed, Sep 01, 2010 at 06:24:41pm +0530, Anitha Boyapati wrote: > Hello Robin, [...] > > >> 2. Can QEMU be used as a simple instruction set simulator with > >> probably gdb support for remote debugging? My guess is this would > >> require a bootloader to load the application to run the

Re: [Qemu-devel] Qemu as Instruction Set Simulator without any OS

2010-09-01 Thread Jan-Simon Möller
Am Mittwoch, 1. September 2010, 14:54:41 schrieb Anitha Boyapati: [...] > > My exact requirement is to test a gcc cross-compiler using DejaGnu for > a given target (AVR32). While the cross-compiler is ready, there is no > simulator. Since there is not much of OS support, I am trying to > evaluate

Re: [Qemu-devel] Qemu as Instruction Set Simulator without any OS

2010-09-01 Thread Anitha Boyapati
Hello Robin, >> 1. For a microcontroller which doesn't have any OS support, can QEMU be >> ported without any OS ? > > On the other hand, if your question could be rephrased as 'I want to add > support for a new microcontroller to qemu but I only want to run "bare-metal" > (not an OS or an appl

Re: [Qemu-devel] Qemu as Instruction Set Simulator without any OS

2010-09-01 Thread Robin Randhawa
Hi Anitha. Anitha Boyapati wrote: Hi All, Having gone through the documentation (developers) and source code, I couple of questions: 1. For a microcontroller which doesn't have any OS support, can QEMU be ported without any OS ? Not sure I understand. If you want to run qemu natively on the

[Qemu-devel] Qemu as Instruction Set Simulator without any OS

2010-08-30 Thread Anitha Boyapati
Hi All, Having gone through the documentation (developers) and source code, I couple of questions: 1. For a microcontroller which doesn't have any OS support, can QEMU be ported without any OS ? 2. Can QEMU be used as a simple instruction set simulator with probably gdb support for remote debuggi