On 18.06.2010 18:52, Paul Brook wrote:
$ qemu-system-arm -semihosting -cpu cortex-a9 -nographic -kernel ./input.exe-nographic implies -monitor stdio -serial stdio. Don't do that if you want to access stdio via semihosting.
Indeed, using either -monitor null -serial none -nographic or -monitor vc -serial vc -nographic -kernel achieves what I want. (probably other values too, not sure which is optimal) Thanks! Christophe.