I am running Ubuntu 18.04 and I am sending this email because when I try to run these series of commands in an executable file in
arm-none-eabi-as -mcpu=arm926ej-s -g ts.s -o ts.o arm-none-eabi-gcc -c -mcpu=arm926ej-s -g t.c -o t.o arm-none-eabi-ld -T t.ld ts.o t.o -o t.elf arm-none-eabi-objcopy -O binary t.elf t.bin arm-none-eabi-readelf -a t.elf rm *.o *.elf echo ready to go? read dummy qemu-system-arm -M realview-pbx-a9 -m 128M -kernel t.bin \ -serial mon:stdio -serial /dev/pts/0 -serial /dev/pts/0 -serial /dev/pts/0 (where the number in /dev/pts/# is the number I get when I run ps in the terminal) The qemu terminal appears, but once I press 'Enter' again so that my code runs, I am faced with the unknown keycodes `(unnamed)', please report to qemu-devel@nongnu.org error message. After a couple of hours searching online I have not been able to find a solution and I have download and reinstalled qemu a couple of times. Thanks, Alison Burgess