Re: [Qemu-devel] Compile QEMU for android

2012-01-18 Thread Spartacus Rex
When you try and compile the latest version with ndk tool it says it can't find arm-linux-androideabi-pkg-config ? How can I get that ? Can that be disabled in the latest version, so as to not use pkg-config? Sorry, more of a java man.. Spartacus On Jan 19, 2012 12:27 AM, "Alex Bradbury" wro

Re: [Qemu-devel] Compile QEMU for android

2012-01-18 Thread Alex Bradbury
On 18 January 2012 21:33, Peter Maydell wrote: > There's an Android bug where (at least for some gcc versions) the > __builtin___clear_cache() function doesn't work. You might like to > try the test in this Android bug report: > http://code.google.com/p/android/issues/detail?id=1803 > to see if it

Re: [Qemu-devel] Compile QEMU for android

2012-01-18 Thread Peter Maydell
On 18 January 2012 21:36, Spartacus Rex wrote: > Is there a version that is known to work..? On arm. Current git master plus this patch: http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=commitdiff;h=5462c1db44e6bfb4cd9e8de45aad208910af3a88 should work on a Linux ARM host. -- PMM

Re: [Qemu-devel] Compile QEMU for android

2012-01-18 Thread Spartacus Rex
OK. Is there a version that is known to work..? On arm. Spartacus On Jan 18, 2012 10:33 PM, "Peter Maydell" wrote: > On 18 January 2012 15:41, Spartacus Rex wrote: > > I am trying to get a version of qemu to compile for Android. > > > > Then I would like to boot debian-armel.. or even a minima

Re: [Qemu-devel] Compile QEMU for android

2012-01-18 Thread Peter Maydell
On 18 January 2012 15:41, Spartacus Rex wrote: > I am trying to get a version of qemu to compile for Android. > > Then I would like to boot debian-armel.. or even a minimal arm buildroot fs. > > I have so far tried compiling with NDK toolchain and codesourcery. > > You can build them, but either t

Re: [Qemu-devel] Compile QEMU for android

2012-01-18 Thread Spartacus Rex
Yes, it's important that root is not required.. I just want a Normal version of qemu. I am trying to get it to work in terminal IDE :-) A slow full gcc-arm tool chain would be nice.. Spartacus On Jan 18, 2012 8:37 PM, "David Ahern" wrote: > On 01/18/2012 08:41 AM, Spartacus Rex wrote: > > Hi

Re: [Qemu-devel] Compile QEMU for android

2012-01-18 Thread David Ahern
On 01/18/2012 08:41 AM, Spartacus Rex wrote: > Hi there, > > I am trying to get a version of qemu to compile for Android. > > Then I would like to boot debian-armel.. or even a minimal arm buildroot fs. Why do you want to run a VM on Android versus using the rootfs natively? David

[Qemu-devel] Compile QEMU for android

2012-01-18 Thread Spartacus Rex
Hi there, I am trying to get a version of qemu to compile for Android. Then I would like to boot debian-armel.. or even a minimal arm buildroot fs. I have so far tried compiling with NDK toolchain and codesourcery. You can build them, but either they seg-fault when you run them on Android or th

Re: [Qemu-devel] compile qemu

2010-08-14 Thread Stefan Hajnoczi
On Sun, Aug 15, 2010 at 5:17 AM, chandra shekar wrote: > how to compile qemu using gcc when i compile it is giving so many > errors,thank you In order to get help you need to post the build output (compiler error messages) and you gcc version. Also see the "Latest version in Git doesn't link - a

[Qemu-devel] compile qemu

2010-08-14 Thread chandra shekar
how to compile qemu using gcc when i compile it is giving so many errors,thank you

[Qemu-devel] Compile qemu-i386 as library

2010-05-24 Thread John Vele
Greetings, I want to compile the i386 linux user part of qemu as a library (Shared or static) to use it with other applications. (Right now it produces a ./i386-linux-user/qemu-i386 executable). Anyone does know if this is possible? Which Makefile shall I edit? Thanx in advance

Re: [Qemu-devel] Compile Qemu on Windows?

2010-04-22 Thread jvrao
Roy Tam wrote: > 2010/4/22 Jun Koi : >> Hi, >> >> I want to compile Qemu on Windows (then run it there). Is there any >> instruction on how to do that? >> (I googled around, to no avail) >> > > You will need MinGW(latest stable one), GCC (I use GCC 3.4.5, included > in MinGW), binutils, make, MSYS

Re: [Qemu-devel] Compile Qemu on Windows?

2010-04-22 Thread Roy Tam
2010/4/22 Jun Koi : > Hi, > > I want to compile Qemu on Windows (then run it there). Is there any > instruction on how to do that? > (I googled around, to no avail) > You will need MinGW(latest stable one), GCC (I use GCC 3.4.5, included in MinGW), binutils, make, MSYS (for MSYS bash), SDL 1.2 sou

[Qemu-devel] Compile Qemu on Windows?

2010-04-22 Thread Jun Koi
Hi, I want to compile Qemu on Windows (then run it there). Is there any instruction on how to do that? (I googled around, to no avail) Many thanks, Jun