comparison 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
comparison
equal deleted inserted replaced
323:e9fe6988497c 324:ed6d0adaa626
1
2
3 arm-none-eabi-as -mcpu=arm926ej-s -g startup.s -o startup.o
4 arm-none-eabi-gcc -c -mcpu=arm926ej-s -g test.c -o test.o
5 arm-none-eabi-ld -T test.ld test.o startup.o -o test.elf
6 arm-none-eabi-objcopy -O binary test.elf bare.bin
7