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 e6e2d13 commit eb82f24Copy full SHA for eb82f24
Configuration.mk
@@ -193,7 +193,8 @@ override CPPFLAGS_PIC += \
193
-fPIC
194
195
ifneq ($(PICOLIB),)
196
- # Use picolib
+ # Use picolib for libc. We need to include the `picolib-tock` library which
197
+ # maps Tock's system-level functions to the names that picolib expects.
198
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/picolib-tock
199
endif
200
0 commit comments