mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 13:48:32 +03:00
minimal testprog (not working)
This commit is contained in:
7
minimal/Makefile
Normal file
7
minimal/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
default:
|
||||
arm-none-eabi-gcc -c -mcpu=cortex-m3 -mthumb -g test.c -o test.o
|
||||
arm-none-eabi-ld -T test.ld test.o startup.o pio.o pmc.o -o test.elf
|
||||
arm-none-eabi-as -mcpu=cortex-m3 -g startup.s -o startup.o
|
||||
arm-none-eabi-objcopy -O binary test.elf test.bin
|
||||
Reference in New Issue
Block a user