I have downloaded android emulator source code and built it. I was trying to run the emulator and I got this error
emulator: sent '0012host:emulator:5555' to ADB server
emulator: ping program: /home/chayong/Downloads/android-emulator-20071212/ddms
qemu: fatal: platform_timer_write: Bad offset 14
R00=00000001 R01=c029a250 R02=00000001 R03=fe003000
R04=c029a250 R05=00000001 R06=c029a250 R07=00000000
R08=c02c8638 R09=41069265 R10=c029a250 R11=c0297ecc
R12=c0297ed0 R13=c0297ec0 R14=c0054d8c R15=c002a7d8
PSR=600001d3 -ZC- A svc32 3cf580
s00=00000000(0.000000) s01=00000000(0.000000) d00=0000000000000000(0.000000)
s02=00000000(0.000000) s03=00000000(0.000000) d01=0000000000000000(0.000000)
s04=00000000(0.000000) s05=00000000(0.000000) d02=0000000000000000(0.000000)
s06=00000000(0.000000) s07=00000000(0.000000) d03=0000000000000000(0.000000)
s08=00000000(0.000000) s09=00000000(0.000000) d04=0000000000000000(0.000000)
s10=00000000(0.000000) s11=00000000(0.000000) d05=0000000000000000(0.000000)
s12=00000000(0.000000) s13=00000000(0.000000) d06=0000000000000000(0.000000)
s14=00000000(0.000000) s15=00000000(0.000000) d07=0000000000000000(0.000000)
s16=00000000(0.000000) s17=00000000(0.000000) d08=0000000000000000(0.000000)
s18=00000000(0.000000) s19=00000000(0.000000) d09=0000000000000000(0.000000)
s20=00000000(0.000000) s21=00000000(0.000000) d10=0000000000000000(0.000000)
s22=00000000(0.000000) s23=00000000(0.000000) d11=0000000000000000(0.000000)
s24=00000000(0.000000) s25=00000000(0.000000) d12=0000000000000000(0.000000)
s26=00000000(0.000000) s27=00000000(0.000000) d13=0000000000000000(0.000000)
s28=00000000(0.000000) s29=00000000(0.000000) d14=0000000000000000(0.000000)
s30=00000000(0.000000) s31=00000000(0.000000) d15=0000000000000000(0.000000)
FPSCR: 00000000
Aborted
Does anyone know how to fix this? Thanks in advance.