File tree Expand file tree Collapse file tree 5 files changed +2
-0
lines changed Expand file tree Collapse file tree 5 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ LDFLAGS += --target=armv6m-none-eabi -mthumb
114
114
LDFLAGS += -mtune=cortex-m0plus -mlittle-endian -mcpu=cortex-m0plus
115
115
LDFLAGS += -nostdlib -nodefaultlibs #-nostartfiles
116
116
LDFLAGS += -mno-movt
117
+ LDFLAGS += -L$(SYSROOT)/lib/thumb/v7-m/nofp/
117
118
LDFLAGS += -L$(BOLOS_SDK)/arch/st33/lib/
118
119
AFLAGS += -mcpu=cortex-m0plus -mthumb
119
120
endif
@@ -125,6 +126,7 @@ LDFLAGS += --target=armv8m-none-eabi
125
126
LDFLAGS += -mcpu=cortex-m35p+nodsp -mlittle-endian
126
127
LDFLAGS += -nostdlib -nodefaultlibs #-nostartfiles
127
128
LDFLAGS += -mno-movt
129
+ LDFLAGS += -L$(SYSROOT)/lib/thumb/v8-m.main/nofp/
128
130
LDFLAGS += -L$(BOLOS_SDK)/arch/st33k1/lib/
129
131
AFLAGS += -mcpu=cortex-m35p+nodsp -mthumb
130
132
endif
You can’t perform that action at this time.
0 commit comments