Mercurial > lcfOS
view test/bare/make.sh @ 402:0fb6633c42f6
Moved several files to logical locations
author | Windel Bouwman |
---|---|
date | Thu, 19 Feb 2015 00:13:07 +0100 |
parents | 61c9df5bffce |
children |
line wrap: on
line source
arm-none-eabi-as -mcpu=cortex-a8 -g startup.s -o startup.o arm-none-eabi-gcc -c -mcpu=cortex-a8 -g test.c -o test.o arm-none-eabi-ld -T test.ld test.o startup.o -o test.elf arm-none-eabi-objcopy -O binary test.elf bare.bin