- all:
- arm-none-eabi-gcc -o test.o -c test.S -mthumb -mcpu=cortex-m3 -g3
- arm-none-eabi-gcc -o main.o -c main.c -mthumb -mcpu=cortex-m3 -Os -g3
- arm-none-eabi-gcc -o memset.o -c memset.c -mthumb -mcpu=cortex-m3 -Os -g3
- arm-none-eabi-gcc -o sram.elf test.o main.o memset.o -nostartfiles -nostdlib -Tram.ld -mcpu=cortex-m3 -mthumb -g3
- arm-none-eabi-objcopy -O binary sram.elf shellcode-0xRoM.bin