Since QEMU is part of android emulator, I don't know how to configure it to
only compile for ARM target. Is there any way that I just add the code for
ARM target? Or if anyone else has any suggestion on how to compile android
emulator only for ARM.
Thanks,
FArdin
On Wed, Nov 13, 2013 at 1:59 AM,
On Sat, Nov 16, 2013 at 3:29 AM, Fardin Abdi wrote:
> Since QEMU is part of android emulator, I don't know how to configure it to
> only compile for ARM target. Is there any way that I just add the code for
> ARM target? Or if anyone else has any suggestion on how to compile android
> emulator onl
On Wed, Nov 13, 2013 at 11:26 AM, Fardin wrote:
> Hi everyone,
>
> My question might look very stupid but the answer would really help me.
>
> I am working on Android emulator which is using QEMU. I need to print out
> the value of env->cp15.c13_fcse everytime the void tlb_flush(CPUState *env,
> i
Hi everyone,
My question might look very stupid but the answer would really help me.
I am working on Android emulator which is using QEMU. I need to print out the
value of env->cp15.c13_fcse everytime the
voidtlb_flush(CPUState*env,intflush_global) in exec.c is called. The problem is
when co