Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions makefiles/libc/picolibc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ ifneq (,$(filter picolibc,$(USEMODULE)))
CFLAGS += -fshort-wchar
LINKFLAGS += -Wl,--no-wchar-size-warning
endif
else
$(warning picolibc was selected to be build but no picolibc.spec could be found)
$(warning you might want to install "picolibc" for "$(TARGET_ARCH)")
$(warning or add "FEATURES_BLACKLIST += picolibc" to Makefile)
$(error check your installation or build configuration.)
Comment thread
kfessel marked this conversation as resolved.
endif
endif

Expand Down