Re: [Qemu-devel] qemu-system-arm -M akita/terrier - which roms work? (more patches... :)

2007-07-28 Thread andrzej zaborowski
Hi, On 29/07/07, Juergen Lock <[EMAIL PROTECTED]> wrote: > On Sat, Jul 28, 2007 at 02:12:37AM +0200, Juergen Lock wrote: > > On Sat, Jul 28, 2007 at 12:27:33AM +0200, andrzej zaborowski wrote: > > > On 28/07/07, andrzej zaborowski <[EMAIL PROTECTED]> wrote: > > > > On 26/07/07, Juergen Lock <[EMAI

Re: [Qemu-devel] qemu-system-arm -M akita/terrier - which roms work? (more patches... :)

2007-07-28 Thread Juergen Lock
On Sat, Jul 28, 2007 at 02:12:37AM +0200, Juergen Lock wrote: > On Sat, Jul 28, 2007 at 12:27:33AM +0200, andrzej zaborowski wrote: > > On 28/07/07, andrzej zaborowski <[EMAIL PROTECTED]> wrote: > > > On 26/07/07, Juergen Lock <[EMAIL PROTECTED]> wrote: > > > > and now I get lots of > > > > nand e

Re: [Qemu-devel] Re: QEmu as a Device Software Optimization tool

2007-07-28 Thread Paul Sokolovsky
Hello, Andrzej Zaborowski wrote: > There is some interesting work being done on a similar project by Paul > Sokolovsky for his and Maria Zabolotnaya's Google Summer Of Project. Yes, there's such project, being done from Handhelds.org, with the motivation that the project works on porting Linux

Re: [Qemu-devel] QEmu as a Device Software Optimization tool

2007-07-28 Thread Paul Sokolovsky
Hello Paul, Friday, July 27, 2007, 12:25:13 PM, you wrote: > The embedded space contains a vast number of boards, often only > different by what devices are use, where they are located, etc. > Building a new version of qemu for each board would be burdensome. > The hope would be that we c

[Qemu-devel] Re: QEMU Automated Testing

2007-07-28 Thread Stefan Weil
QEMU can build and run on a MIPS32 host - it just needs a few patches (which were already sent to the list but got lost in CVS head). The patched sources I use to run QEMU MIPS Malta with Debian stable inside of a QEMU Malta emulation on x86 hardware are available from URL http://svn.berlios.de/vi

Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...)

2007-07-28 Thread Sunil Amitkumar Janki
Thiemo Seufer wrote: The problem is the linker (presumably /usr/bin/ld) does not find the math library (likely name is /lib/libm.so.6). You can add "-v" to the gcc command line to find out what it looks for. JFTR, building qemu on Debian mips worked for me some days ago, but the resulting binary

Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...)

2007-07-28 Thread Thiemo Seufer
Andreas Färber wrote: > > Am 27.07.2007 um 16:58 schrieb Sunil Amitkumar Janki: > >> Dan Shearer wrote: >>> I see this as a different class of testing >>> [...], checking out and compiling >>> under different circumstances. That's very valuable, and will help >>> address a problem that drives away

Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...)

2007-07-28 Thread Thiemo Seufer
Sunil Amitkumar Janki wrote: > Thiemo Seufer wrote: >> A missing libm sounds like a build environment problem. >> >> Thiemo > > Do you have a test for this because I reinstalled the entire > system from scratch and have had no problems building > lots of packages over the last week except for those