We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d94c6 commit c299e49Copy full SHA for c299e49
Makefile.defines
@@ -114,6 +114,7 @@ LDFLAGS += -mtune=cortex-m0plus -mlittle-endian -mcpu=cortex-m0plus
114
LDFLAGS += -nostdlib -nodefaultlibs #-nostartfiles
115
LDFLAGS += -mno-movt
116
LDFLAGS += -L$(BOLOS_SDK)/arch/st33/lib/
117
+LDFLAGS += -L$(SYSROOT)/newlib/thumb/v7-m/nofp/
118
AFLAGS += -mcpu=cortex-m0plus -mthumb
119
endif
120
@@ -125,6 +126,7 @@ LDFLAGS += -mcpu=cortex-m35p+nodsp -mlittle-endian
125
126
127
128
LDFLAGS += -L$(BOLOS_SDK)/arch/st33k1/lib/
129
+LDFLAGS += -L$(SYSROOT)/newlib/thumb/v8-m.main+dp/softfp/
130
AFLAGS += -mcpu=cortex-m35p+nodsp -mthumb
131
132
arch/st33/lib/libc.a
-5.43 MB
arch/st33/lib/libm.a
-1.11 KB
arch/st33k1/lib/libc.a
-5.42 MB
arch/st33k1/lib/libm.a
0 commit comments