Browse Source

clang doesn't work yet because there isn't a minimal set of headers for it..

mbed-sx1276
John-Mark Gurney 3 years ago
parent
commit
df2aac27e6
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      Makefile

+ 5
- 1
Makefile View File

@@ -1,7 +1,11 @@
ARMCC?= arm-none-eabi-gcc
ARMOBJDUMP?= arm-none-eabi-objdump
ARMCC?= arm-none-eabi-gcc
ARMTARGET?= -mcpu=cortex-m3 -mthumb -DSTROBE_SINGLE_THREAD=1

# Clang doesn't work due to no-nano libc
#ARMCC?=clang-mp-9.0
#ARMTARGET?= -nostdlib -ffreestanding -target arm-none-eabi -mcpu=cortex-m3 -mfloat-abi=soft -mthumb

PROG = lora.irr
PROGEXT = .elf



Loading…
Cancel
Save