Mercurial > lcfOS
view test/bare/make.sh @ 324:ed6d0adaa626
Added qemu arm emulated image
author | Windel Bouwman |
---|---|
date | Fri, 31 Jan 2014 12:45:17 +0100 |
parents | |
children | 61c9df5bffce |
line wrap: on
line source
arm-none-eabi-as -mcpu=arm926ej-s -g startup.s -o startup.o arm-none-eabi-gcc -c -mcpu=arm926ej-s -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