feat(make): remove checking toolchain version

This commit is contained in:
Dong Heng
2018-04-04 11:29:44 +08:00
parent 04b093125f
commit e33d3b1b62
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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