mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-16 21:00:16 +00:00
Warn when user didn't specify toolchain path
This commit is contained in:
parent
c26ac524ce
commit
b8557b6a0d
1 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ else
|
|||
ifdef PULP_RISCV_GCC_TOOLCHAIN
|
||||
PULP_CC := $(PULP_RISCV_GCC_TOOLCHAIN)/bin/$(PULP_CC)
|
||||
else
|
||||
$(warning "Warning: Neither PULP_RUNTIME_GCC_TOOLCHAIN nor PULP_RISCV_GCC_TOOLCHAIN is set.\
|
||||
Using defaults.")
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
@ -230,4 +232,4 @@ size:
|
|||
help:
|
||||
@echo "Makefile options:"
|
||||
@echo " CONFIG_TRACE_LEVEL=<level> Activate traces for the specified level (0=none, 1=fatal, 2=error, 3=warning, 4=info, 5=debug, 6=trace)."
|
||||
@echo " CONFIG_TRACE_ALL=1 Activate all traces. Other traces can be individually activated with CONFIG_TRACE_<NAME>."
|
||||
@echo " CONFIG_TRACE_ALL=1 Activate all traces. Other traces can be individually activated with CONFIG_TRACE_<NAME>."
|
||||
|
|
|
|||
Loading…
Reference in a new issue