2022-12-12 14:58:28 +01:00

2 lines
130 B
Bash
Executable File

#!/bin/sh
arm-none-eabi-gcc -ggdb -ffreestanding -nostartfiles -lgcc -T mps2_m3.ld -mcpu=cortex-m3 main.c startup.c -o example.elf