Re: [Qemu-devel] unknown keycodes `(unnamed)', please report to qemu-devel@nongnu.org

2019-01-24 Thread Daniel P . Berrangé
On Thu, Jan 24, 2019 at 08:34:50AM +, Burgess, Alison E wrote: > 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

Re: [Qemu-devel] unknown keycodes `(unnamed)', please report to qemu-devel@nongnu.org

2019-01-24 Thread Peter Maydell
On Thu, 24 Jan 2019 at 13:30, Burgess, Alison E wrote: > 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.

[Qemu-devel] unknown keycodes `(unnamed)', please report to qemu-devel@nongnu.org

2019-01-24 Thread Burgess, Alison E
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