1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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
endif
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.)
endif
endif