-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in configuring ESP8266 RTOS SDK development environment on Linux??? (GIT8266O-851) #1274
Comments
who can help me ????? please!! |
The development environment of Lexin's ESP8266 is too complex! |
For me, everything works fine for version 3.4 as it should. Just use It seems that the RTOS for ESP8266 was not installed as described.
|
@UFO281 As far as I can see, there are no errors in your logs. |
But he can't work properly |
no, had error is compile error
…________________________________
发件人: SMR ***@***.***>
发送时间: 2024年4月9日 8:45
收件人: espressif/ESP8266_RTOS_SDK ***@***.***>
抄送: wls ***@***.***>; Mention ***@***.***>
主题: Re: [espressif/ESP8266_RTOS_SDK] Error in configuring ESP8266 RTOS SDK development environment on Linux??? (GIT8266O-851) (Issue #1274)
@UFO281<https://github.com/UFO281> As far as I can see, there are no errors in your logs.
―
Reply to this email directly, view it on GitHub<#1274 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQPORQEVY5FT3AENEGTWIXLY4M22HAVCNFSM6AAAAABF2P42XCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBTHE2DCMBRGU>.
You are receiving this because you were mentioned.
|
子模块未初始化,请检查网络 |
when I run this command
wls@ubuntu:~/esp/ESP8266_RTOS_SDK/examples/get-started/hello_world$ make all
Encountered this error:
Building partitions from /home/wls/esp/ESP8266_RTOS_SDK/components/partition_table/partitions_singleapp.csv...
WARNING: Missing submodule components/json/cJSON...
Attempting 'git submodule update --init components/json/cJSON' in esp-idf root directory...
Submodule 'components/json/cJSON' ([email protected]:DaveGamble/cJSON.git) registered for path 'components/json/cJSON'
Cloning into '/home/wls/esp/ESP8266_RTOS_SDK/components/json/cJSON'...
Submodule path 'components/json/cJSON': checked out '3c8935676a97c7c97bf006db8312875b4f292f6c'
WARNING: Missing submodule components/lwip/lwip...
Attempting 'git submodule update --init components/lwip/lwip' in esp-idf root directory...
Submodule 'components/lwip/lwip' ([email protected]:espressif/esp-lwip.git) registered for path 'components/lwip/lwip'
Cloning into '/home/wls/esp/ESP8266_RTOS_SDK/components/lwip/lwip'...
Submodule path 'components/lwip/lwip': checked out '4fd84abace0cd8a5a709c194fa54afb3cd39b3f7'
WARNING: Missing submodule components/mbedtls/mbedtls...
Attempting 'git submodule update --init components/mbedtls/mbedtls' in esp-idf root directory...
Submodule 'components/mbedtls/mbedtls' ([email protected]:espressif/mbedtls.git) registered for path 'components/mbedtls/mbedtls'
Cloning into '/home/wls/esp/ESP8266_RTOS_SDK/components/mbedtls/mbedtls'...
The text was updated successfully, but these errors were encountered: