hello world i download the emulator source from Google and try to build it (version 1.0r1)
first i met a compile error about _mm_add_si64 i seek a solution? on android issues http://code.google.com/p/android/issues/detail?id=838&can=1&q=emulator&colspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summary&start=100 finally my build is succeed then i try to run my emulator (not the 'emulator' from $ANDROID_SDK/ tools/) so i copy the images from $ANDROID_SDK/tools/images to my emulator src emu1.0 + | +--- build_emulator.sh | +--- emulator | +--- images/ | +--- local //generated by build_emulator.sh | +--- qemu/ | +--- sdl/ then i type $> ./emulator -system images -kernel images/kernel-qemu -ramdisk images/ramdisk.img -image images/system.img -initdata images/ userdata.img i am not sure if $>./emulator -system images will be enough, but it is the same result above and it will crash immediately =============================================== qemu: fatal: Bad mode 0 R00=0000001c R01=00000001 R02=02910900 R03=c5e1a800 R04=00000000 R05=00000000 R06=00000800 R07=00000000 R08=c5dca408 R09=00000800 R10=c5c17c00 R11=c5c17b9c R12=677d46cf R13=c5c17b84 R14=c6802000 R15=c015cae0 PSR=60000093 -ZC- A svc32 b7df7ff4 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 =================================================== i find the "Bad mode" log comes from qemu/target-arm/helper.c in function bank_number() also i see some comments help.c: 230 /* ??? Thumb interrupt handlers not implemented. */ and many other comments start with ??? says "for debug only ", "not implemented" ,.... (i have met Bad mode 6 earlier , but now the number becomes 0) i have also tried version 0.9 the same thing , but the log becomes Bad mode 8 so i would like to ask has someone successfully run your own emulator ? thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

