diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/bare/make.sh	Fri Jan 31 12:45:17 2014 +0100
@@ -0,0 +1,7 @@
+
+
+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
+