Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.49 KB | None | 0 0
  1. arm-none-eabi-gcc.exe -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O2 -fmessage-length=0 -ffreestanding -fsingle-precision-constant -std=gnu99 -MMD -MP -MF"test.d" -MT"test.o" -c -o test.o test.c
  2. arm-none-eabi-gcc.exe -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O2 -fmessage-length=0 -ffreestanding -fsingle-precision-constant -T"test.ld" -nostartfiles -nodefaultlibs -o "test.elf" test.o
  3. arm-none-eabi-objcopy.exe -O binary -j.app -j.text -j.rodata test.elf test.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement