On Wed, Aug 28, 2013 at 10:14:04AM +0500, Taimoor Mirza wrote: > I am building QEMU on Windows using MinGW + Msys. If I build QEMU with > Glib 2.28, qemu binary works fine for sdcard. I noticed that QEMU > binary has dependency on libgthread-2.0-0.dll in this case. > But when I build QEMU with Glib 2.33.8 version, its sdcard option > throw error at run time. Also generated QEMU binary has no dependency > on gthread DLL. > Below is the error thrown while using -sd: > > vvfat C:\qemu_arm_win32\sdcard\files chs 1024,16,63 > Co-routine is yielding to no one
What is the output of: $ grep CONFIG_COROUTINE_BACKEND config-host.mak On Windows it should be "win32". Can you capture a backtrace using gdb? $ gdb --args qemu-system-arm.exe ... (gdb) r Co-routine is yielding to no one (gdb) bt Stefan