Newer
Older
Hardware / FaultInjection / examples / CuriousBolt / Level-1 / Chall-4-Firmware / Makefile
  1. all:
  2. arm-none-eabi-gcc -o test.o -c test.S -mthumb -mcpu=cortex-m3 -g3
  3. arm-none-eabi-gcc -o main.o -c main.c -mthumb -mcpu=cortex-m3 -Os -g3
  4. arm-none-eabi-gcc -o memset.o -c memset.c -mthumb -mcpu=cortex-m3 -Os -g3
  5. arm-none-eabi-gcc -o sram.elf test.o main.o memset.o -nostartfiles -nostdlib -Tram.ld -mcpu=cortex-m3 -mthumb -g3
  6. arm-none-eabi-objcopy -O binary sram.elf shellcode-0xRoM.bin
Buy Me A Coffee