From e33d3b1b6295f1f97a918bdffe3b92dfc0749b65 Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Wed, 4 Apr 2018 11:29:44 +0800 Subject: [PATCH] feat(make): remove checking toolchain version --- make/README | 6 +++++- make/project.mk | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/make/README b/make/README index 3f22bde7..12a20184 100644 --- a/make/README +++ b/make/README @@ -1,6 +1,10 @@ README -The SDK uses 'make' of esp-idf and information of esp-idf is following: +The SDK uses 'make' of esp-idf, and changed things are following: + +1. remove the "toolchain" warning in file project.mk at line 543 + +Information of esp-idf is following: URL: https://github.com/espressif/esp-idf tag: v3.1-dev diff --git a/make/project.mk b/make/project.mk index a15b7d30..52a88d7b 100644 --- a/make/project.mk +++ b/make/project.mk @@ -540,7 +540,7 @@ $(info Expected to see version(s): $(SUPPORTED_TOOLCHAIN_GCC_VERSIONS)) $(info Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.) endif else -$(info WARNING: Failed to find Xtensa toolchain, may need to alter PATH or set one in the configuration menu) +#$(info WARNING: Failed to find Xtensa toolchain, may need to alter PATH or set one in the configuration menu) endif # TOOLCHAIN_COMMIT_DESC endif #MAKE_RESTARTS