Hi HISONA, It works, thx!
Btw, step 2 Remark the "-lpthread", should be not needed if you installed pthread for mingw as below :) ==== install pthread for mingw ==== 1. download pthreads-w32-2-8-0-release.tar.gz from ftp://sourceware.org/pub/pthreads-win32 2. tar -zxvf pthreads-w32-2-8-0-release.tar.gz 3. cd pthreads-w32-2-8-0-release 4. make clean GC-static 5. cp libpthreadGC2.a /mingw/lib/libpthread.a 6. cp pthread.h /mingw/include/pthread.h ==== end ==== On Dec 26 2008, 1:11 pm, HISONA <[email protected]> wrote: > Hi, > > android-emulator-1.0_r2.tar.bz2 has some bug ... > > 1. Copy the "qemu\android\config\windows\config-host.h" to "qemu > \config-host.h" > 2. Remark the "-lpthread" option in "qemu\Makefile.android" line 476. > 3. Execute "sh build-emulator.sh" in root directory. > > Good luck ... > > http://ohadev.tistory.com/ > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

