Mercurial > lcfOS
comparison test/bare/make.sh @ 327:61c9df5bffce
Changed emulated board to cortex a8 board
author | Windel Bouwman |
---|---|
date | Sat, 01 Feb 2014 17:21:21 +0100 |
parents | ed6d0adaa626 |
children |
comparison
equal
deleted
inserted
replaced
326:2fa27c44e3c9 | 327:61c9df5bffce |
---|---|
1 | 1 |
2 | 2 |
3 arm-none-eabi-as -mcpu=arm926ej-s -g startup.s -o startup.o | 3 arm-none-eabi-as -mcpu=cortex-a8 -g startup.s -o startup.o |
4 arm-none-eabi-gcc -c -mcpu=arm926ej-s -g test.c -o test.o | 4 arm-none-eabi-gcc -c -mcpu=cortex-a8 -g test.c -o test.o |
5 arm-none-eabi-ld -T test.ld test.o startup.o -o test.elf | 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 | 6 arm-none-eabi-objcopy -O binary test.elf bare.bin |
7 | 7 |