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
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.
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