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 20e4732 commit 5d56281Copy full SHA for 5d56281
options/toolchain/toolchain_gnu.mk
@@ -150,9 +150,9 @@ endif
150
151
OPENOCD_EXECUTABLE_ROOT = $(dir $(shell $(WHICH) openocd))
152
ifeq ($(OPENOCD_EXECUTABLE_ROOT), )
153
- $(error "Tool openocd - openocd doesn't exist, please install it!")
+ $(info "Tool openocd - openocd doesn't exist, please install it!")
154
else
155
- OPENOCD_SCRIPT_ROOT = $(OPENOCD_EXECUTABLE_ROOT)/share/openocd/scripts
+ OPENOCD_SCRIPT_ROOT = $(OPENOCD_EXECUTABLE_ROOT)/share/openocd/scripts
156
endif
157
158
## Don't change this line
0 commit comments