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