Hi, all
I am trying to lanch linaro-android using qemu on ubuntu 14.04 (64bit) referring to the guide. https://wiki.linaro.org/KenWerner/Sandbox/AndroidQEMU
I used this command for booting linaro-android. $ qemu-system-arm -M vexpress-a9 -m 1024 -smp 1 -snapshot -serial stdio -no-reboot -kernel vmlinuz -initrd initrd.gz -drive file=vexpress-ics-gcc47-armlt-tracking-open.img,if=sd,cache=writeback --append "console=tty0 console=ttyAMA0,38400n8 rootwait ro init=/init androidboot.console=ttyAMA0"
After booting linaro (about 15 min), the mouse pointer can move but I can't click on anything in linaro.
How can i use the mouse in linaro-android using qemu?
※ I also applied this patch because I met compile errors(like undefined refernce to 'timer_gettime'). http://git.qemu.org/?p=qemu.git%3Ba=commitdiff%3Bh=8bacde8d86a09699207d85d4b...
Thank you for reading.