Hi, i compiled qemu on win10 by the newest msys64+mingw64, but they can't run with no print errors, can you help me?
I tried add "--disable-stack-protector ", then qemu-img.exe can works, but qemu-system-arm.exe still can't work and no stderr.txt or stdout.txt generated. my configure option: ../configure --target-list=arm-softmmu --disable-werror --disable-capstone --prefix=/usr/local/qemu/ --disable-stack-protector --enable-gtk --enable-sdl --disable-debug-info --python=python2 --disable-guest-agent-msi my mingw gcc: gcc version 8.2.1 20181214 (Rev1, Built by MSYS2 project) Thanks for your help!