mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-14 16:14:45 +08:00
feat(make): remove checking toolchain version
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
README
|
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
|
URL: https://github.com/espressif/esp-idf
|
||||||
tag: v3.1-dev
|
tag: v3.1-dev
|
||||||
|
@ -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.)
|
$(info Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.)
|
||||||
endif
|
endif
|
||||||
else
|
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 # TOOLCHAIN_COMMIT_DESC
|
||||||
|
|
||||||
endif #MAKE_RESTARTS
|
endif #MAKE_RESTARTS
|
||||||
|
Reference in New Issue
Block a user