I'm trying to run a simple test program for ARM in Qemu under Windows. The command line is:
>qemu-system-arm -M versatilepb -chardev console,id=foo -serial file:CON -m 128m -kernel test.bin
I get no output and stderr.txt says
qemu_event_increment: SetEvent failed: 6
Any ideas?