1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

Improve meassaging suggest workarounds

This commit is contained in:
Karl Fessel 2021-02-15 14:06:14 +01:00
parent f3c0a4e602
commit f7a8e0840d

View File

@ -7,7 +7,9 @@ ifneq (,$(filter picolibc,$(USEMODULE)))
LINKFLAGS += -Wl,--no-wchar-size-warning LINKFLAGS += -Wl,--no-wchar-size-warning
endif endif
else else
$(warning picolib was selected to be build but no picolib.spec could be found) $(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.) $(error check your installation or build configuration.)
endif endif
endif endif